Share via


ConnectionMonitorEndpointFilterType Struct

Definition

The behavior of the endpoint filter. Currently only 'Include' is supported.

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

Constructors

ConnectionMonitorEndpointFilterType(String)

Initializes a new instance of ConnectionMonitorEndpointFilterType.

Properties

Include

Include.

Methods

Equals(ConnectionMonitorEndpointFilterType)

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

Determines if two ConnectionMonitorEndpointFilterType values are the same.

Implicit(String to ConnectionMonitorEndpointFilterType)

Converts a string to a ConnectionMonitorEndpointFilterType.

Inequality(ConnectionMonitorEndpointFilterType, ConnectionMonitorEndpointFilterType)

Determines if two ConnectionMonitorEndpointFilterType values are not the same.

Applies to