TrafficManagerMonitorProtocol Struct

Definition

The protocol (HTTP, HTTPS or TCP) used to probe for endpoint health.

public readonly struct TrafficManagerMonitorProtocol : IEquatable<Azure.ResourceManager.TrafficManager.Models.TrafficManagerMonitorProtocol>
type TrafficManagerMonitorProtocol = struct
Public Structure TrafficManagerMonitorProtocol
Implements IEquatable(Of TrafficManagerMonitorProtocol)
Inheritance
TrafficManagerMonitorProtocol
Implements

Constructors

Name Description
TrafficManagerMonitorProtocol(String)

Initializes a new instance of TrafficManagerMonitorProtocol.

Properties

Name Description
Http

Gets the Http.

Https

Gets the Https.

Tcp

Gets the Tcp.

Methods

Name Description
Equals(TrafficManagerMonitorProtocol)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(TrafficManagerMonitorProtocol, TrafficManagerMonitorProtocol)

Determines if two TrafficManagerMonitorProtocol values are the same.

Implicit(String to Nullable<TrafficManagerMonitorProtocol>)
Implicit(String to TrafficManagerMonitorProtocol)

Converts a string to a TrafficManagerMonitorProtocol.

Inequality(TrafficManagerMonitorProtocol, TrafficManagerMonitorProtocol)

Determines if two TrafficManagerMonitorProtocol values are not the same.

Applies to