Uses of Class
com.azure.resourcemanager.trafficmanager.models.MonitorProtocol
-
Packages that use MonitorProtocol Package Description com.azure.resourcemanager.trafficmanager.models Package containing the data models for TrafficManagerManagementClient. -
-
Uses of MonitorProtocol in com.azure.resourcemanager.trafficmanager.models
Fields in com.azure.resourcemanager.trafficmanager.models 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.azure.resourcemanager.trafficmanager.models 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 property: The protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type MonitorProtocol Modifier and Type Method Description static Collection<MonitorProtocol>MonitorProtocol. values()Methods in com.azure.resourcemanager.trafficmanager.models with parameters of type MonitorProtocol Modifier and Type Method Description MonitorConfigMonitorConfig. withProtocol(MonitorProtocol protocol)Set the protocol property: The protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.
-