Share via


ConnectionMonitorType Struct

Definition

Type of connection monitor.

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

Constructors

ConnectionMonitorType(String)

Initializes a new instance of ConnectionMonitorType.

Properties

MultiEndpoint

MultiEndpoint.

SingleSourceDestination

SingleSourceDestination.

Methods

Equals(ConnectionMonitorType)

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(ConnectionMonitorType, ConnectionMonitorType)

Determines if two ConnectionMonitorType values are the same.

Implicit(String to ConnectionMonitorType)

Converts a string to a ConnectionMonitorType.

Inequality(ConnectionMonitorType, ConnectionMonitorType)

Determines if two ConnectionMonitorType values are not the same.

Applies to