IWithMonitoringConfiguration.WithHttpMonitoring Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithHttpMonitoring() |
Specify to use HTTP monitoring for the endpoints that checks for HTTP 200 response from the path '/' at regular intervals, using port 80. |
WithHttpMonitoring(Int32, String) |
Specify the HTTP monitoring for the endpoints that checks for HTTP 200 response from the specified path at regular intervals, using the specified port. |
WithHttpMonitoring()
Specify to use HTTP monitoring for the endpoints that checks for HTTP 200 response from the path '/' at regular intervals, using port 80.
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithCreate WithHttpMonitoring ();
abstract member WithHttpMonitoring : unit -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithCreate
Public Function WithHttpMonitoring () As IWithCreate
Returns
Applies to
WithHttpMonitoring(Int32, String)
Specify the HTTP monitoring for the endpoints that checks for HTTP 200 response from the specified path at regular intervals, using the specified port.
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithCreate WithHttpMonitoring (int port, string path);
abstract member WithHttpMonitoring : int * string -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithCreate
Public Function WithHttpMonitoring (port As Integer, path As String) As IWithCreate
Parameters
- port
- Int32
The monitoring port.
- path
- String
The monitoring path.
Returns
Applies to
Azure SDK for .NET