Uses of Class
com.azure.resourcemanager.trafficmanager.models.MonitorConfig
Packages that use MonitorConfig
Package
Description
Package containing the inner data models for TrafficManagerManagementClient.
Package containing the data models for TrafficManagerManagementClient.
-
Uses of MonitorConfig in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return MonitorConfigModifier and TypeMethodDescriptionProfileInner.monitorConfig()Get the monitorConfig property: The endpoint monitoring settings of the Traffic Manager profile.ProfileProperties.monitorConfig()Get the monitorConfig property: The endpoint monitoring settings of the Traffic Manager profile.Methods in com.azure.resourcemanager.trafficmanager.fluent.models with parameters of type MonitorConfigModifier and TypeMethodDescriptionProfileInner.withMonitorConfig(MonitorConfig monitorConfig) Set the monitorConfig property: The endpoint monitoring settings of the Traffic Manager profile.ProfileProperties.withMonitorConfig(MonitorConfig monitorConfig) Set the monitorConfig property: The endpoint monitoring settings of the Traffic Manager profile. -
Uses of MonitorConfig in com.azure.resourcemanager.trafficmanager.models
Methods in com.azure.resourcemanager.trafficmanager.models that return MonitorConfigModifier and TypeMethodDescriptionMonitorConfig.withCustomHeaders(List<MonitorConfigCustomHeadersItem> customHeaders) Set the customHeaders property: List of custom headers.MonitorConfig.withExpectedStatusCodeRanges(List<MonitorConfigExpectedStatusCodeRangesItem> expectedStatusCodeRanges) Set the expectedStatusCodeRanges property: List of expected status code ranges.MonitorConfig.withIntervalInSeconds(Long intervalInSeconds) Set the intervalInSeconds property: The monitor interval for endpoints in this profile.Set the path property: The path relative to the endpoint domain name used to probe for endpoint health.Set the port property: The TCP port used to probe for endpoint health.MonitorConfig.withProfileMonitorStatus(ProfileMonitorStatus profileMonitorStatus) Set the profileMonitorStatus property: The profile-level monitoring status of the Traffic Manager profile.MonitorConfig.withProtocol(MonitorProtocol protocol) Set the protocol property: The protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.MonitorConfig.withTimeoutInSeconds(Long timeoutInSeconds) Set the timeoutInSeconds property: The monitor timeout for endpoints in this profile.MonitorConfig.withToleratedNumberOfFailures(Long toleratedNumberOfFailures) Set the toleratedNumberOfFailures property: The number of consecutive failed health check that Traffic Manager tolerates before declaring an endpoint in this profile Degraded after the next failed health check.