Uses of Class
com.microsoft.azure.management.trafficmanager.MonitorProtocol
-
-
Uses of MonitorProtocol in com.microsoft.azure.management.trafficmanager
Fields in com.microsoft.azure.management.trafficmanager declared as MonitorProtocol Modifier and Type Field Description static MonitorProtocolMonitorProtocol. HTTPStatic value HTTP for MonitorProtocol.static MonitorProtocolMonitorProtocol. HTTPSStatic value HTTPS for MonitorProtocol.static MonitorProtocolMonitorProtocol. TCPStatic value TCP for MonitorProtocol.Methods in com.microsoft.azure.management.trafficmanager that return MonitorProtocol Modifier and Type Method Description static MonitorProtocolMonitorProtocol. fromString(String name)Creates or finds a MonitorProtocol from its string representation.MonitorProtocolMonitorConfig. 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 MonitorProtocol Modifier and Type Method Description static Collection<MonitorProtocol>MonitorProtocol. values()Methods in com.microsoft.azure.management.trafficmanager with parameters of type MonitorProtocol Modifier and Type Method Description MonitorConfigMonitorConfig. withProtocol(MonitorProtocol protocol)Set the protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.
-