Uses of Class
com.azure.resourcemanager.trafficmanager.models.MonitorProtocol
Packages that use MonitorProtocol
Package
Description
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 MonitorProtocolModifier and TypeFieldDescriptionstatic final MonitorProtocolMonitorProtocol.HTTPStatic value HTTP for MonitorProtocol.static final MonitorProtocolMonitorProtocol.HTTPSStatic value HTTPS for MonitorProtocol.static final MonitorProtocolMonitorProtocol.TCPStatic value TCP for MonitorProtocol.Methods in com.azure.resourcemanager.trafficmanager.models that return MonitorProtocolModifier and TypeMethodDescriptionstatic MonitorProtocolMonitorProtocol.fromString(String name) Creates or finds a MonitorProtocol from its string representation.MonitorConfig.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 MonitorProtocolModifier and TypeMethodDescriptionstatic Collection<MonitorProtocol>MonitorProtocol.values()Gets known MonitorProtocol values.Methods in com.azure.resourcemanager.trafficmanager.models with parameters of type MonitorProtocolModifier and TypeMethodDescriptionMonitorConfig.withProtocol(MonitorProtocol protocol) Set the protocol property: The protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.