BmpMonitoredAddressFamily 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.
Monitored Address Family.
public readonly struct BmpMonitoredAddressFamily : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.BmpMonitoredAddressFamily>
type BmpMonitoredAddressFamily = struct
Public Structure BmpMonitoredAddressFamily
Implements IEquatable(Of BmpMonitoredAddressFamily)
- Inheritance
-
BmpMonitoredAddressFamily
- Implements
Constructors
| Name | Description |
|---|---|
| BmpMonitoredAddressFamily(String) |
Initializes a new instance of BmpMonitoredAddressFamily. |
Properties
| Name | Description |
|---|---|
| All |
All Address Families. |
| IPv4Unicast |
IPv4 Unicast. |
| IPv6Unicast |
IPv6 Unicast. |
| VpnIPv4 |
VPN IPv4. |
| VpnIPv6 |
VPN IPv6. |
Methods
| Name | Description |
|---|---|
| Equals(BmpMonitoredAddressFamily) |
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(BmpMonitoredAddressFamily, BmpMonitoredAddressFamily) |
Determines if two BmpMonitoredAddressFamily values are the same. |
| Implicit(String to BmpMonitoredAddressFamily) |
Converts a String to a BmpMonitoredAddressFamily. |
| Inequality(BmpMonitoredAddressFamily, BmpMonitoredAddressFamily) |
Determines if two BmpMonitoredAddressFamily values are not the same. |