다음을 통해 공유


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

TrafficManagerMonitorProtocol(String)

Initializes a new instance of TrafficManagerMonitorProtocol.

Properties

Http

HTTP.

Https

HTTPS.

Tcp

TCP.

Methods

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

Equality(TrafficManagerMonitorProtocol, TrafficManagerMonitorProtocol)

Determines if two TrafficManagerMonitorProtocol values are the same.

Implicit(String to TrafficManagerMonitorProtocol)

Converts a string to a TrafficManagerMonitorProtocol.

Inequality(TrafficManagerMonitorProtocol, TrafficManagerMonitorProtocol)

Determines if two TrafficManagerMonitorProtocol values are not the same.

Applies to