ConnectionMonitorEndpointFilterType Struct
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.
The behavior of the endpoint filter. Currently only 'Include' is supported.
public struct ConnectionMonitorEndpointFilterType : IEquatable<Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointFilterType>
type ConnectionMonitorEndpointFilterType = struct
Public Structure ConnectionMonitorEndpointFilterType
Implements IEquatable(Of ConnectionMonitorEndpointFilterType)
- Inheritance
-
System.ValueTypeConnectionMonitorEndpointFilterType
- Implements
-
System.IEquatable<ConnectionMonitorEndpointFilterType>
Constructors
ConnectionMonitorEndpointFilterType(String) |
Determines if two ConnectionMonitorEndpointFilterType values are the same. |
Properties
Include |
Include. |
Methods
Equals(ConnectionMonitorEndpointFilterType) | System.IEquatable`1.Equals(`0) |
ToString() | System.IEquatable`1.ToString |
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. |