Uses of Class
com.microsoft.azure.management.trafficmanager.MonitorProtocol
Package
Description
This package contains the classes for TrafficManagerManagementClient.
-
Uses of MonitorProtocol in com.microsoft.azure.management.trafficmanager
Modifier and TypeFieldDescriptionstatic final MonitorProtocol
MonitorProtocol.HTTP
Static value HTTP for MonitorProtocol.static final MonitorProtocol
MonitorProtocol.HTTPS
Static value HTTPS for MonitorProtocol.static final MonitorProtocol
MonitorProtocol.TCP
Static value TCP for MonitorProtocol.Modifier and TypeMethodDescriptionstatic MonitorProtocol
MonitorProtocol.fromString
(String name) Creates or finds a MonitorProtocol from its string representation.MonitorConfig.protocol()
Get the protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.Modifier and TypeMethodDescriptionMonitorConfig.withProtocol
(MonitorProtocol protocol) Set the protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.