public static interface TrafficManagerProfile.UpdateStages.WithMonitoringConfiguration
| Modifier and Type | Method and Description |
|---|---|
TrafficManagerProfile.Update |
withHttpMonitoring()
Specify to use HTTP monitoring for the endpoints that checks for HTTP 200 response from the path '/'
at regular intervals, using port 80.
|
TrafficManagerProfile.Update |
withHttpMonitoring(int port,
String path)
Specify the HTTP monitoring for the endpoints that checks for HTTP 200 response from the specified
path at regular intervals, using the specified port.
|
TrafficManagerProfile.Update |
withHttpsMonitoring()
Specify to use HTTPS monitoring for the endpoints that checks for HTTPS 200 response from the path '/'
at regular intervals, using port 443.
|
TrafficManagerProfile.Update |
withHttpsMonitoring(int port,
String path)
Specify the HTTPS monitoring for the endpoints that checks for HTTPS 200 response from the specified
path at regular intervals, using the specified port.
|
TrafficManagerProfile.Update withHttpMonitoring()
TrafficManagerProfile.Update withHttpsMonitoring()
TrafficManagerProfile.Update withHttpMonitoring(int port, String path)
port - the monitoring portpath - the monitoring pathTrafficManagerProfile.Update withHttpsMonitoring(int port, String path)
port - the monitoring portpath - the monitoring path/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/