Uses of Class
com.microsoft.azure.management.trafficmanager.MonitorProtocol
Packages that use MonitorProtocol
Package
Description
This package contains the classes for TrafficManagerManagementClient.
-
Uses of MonitorProtocol in com.microsoft.azure.management.trafficmanager
Fields in com.microsoft.azure.management.trafficmanager declared as MonitorProtocolModifier 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.Methods in com.microsoft.azure.management.trafficmanager that return MonitorProtocolModifier 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.Methods in com.microsoft.azure.management.trafficmanager that return types with arguments of type MonitorProtocolMethods in com.microsoft.azure.management.trafficmanager with parameters of type MonitorProtocolModifier and TypeMethodDescriptionMonitorConfig.withProtocol
(MonitorProtocol protocol) Set the protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.