AddressFamilyType 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.
AddressFamilyType. This parameter decides whether the given ipv4 or ipv6 route policy.
public readonly struct AddressFamilyType : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.AddressFamilyType>
type AddressFamilyType = struct
Public Structure AddressFamilyType
Implements IEquatable(Of AddressFamilyType)
- Inheritance
-
AddressFamilyType
- Implements
Constructors
AddressFamilyType(String) |
Initializes a new instance of AddressFamilyType. |
Properties
IPv4 |
IPv4. |
IPv6 |
IPv6. |
Methods
Equals(AddressFamilyType) |
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(AddressFamilyType, AddressFamilyType) |
Determines if two AddressFamilyType values are the same. |
Implicit(String to AddressFamilyType) |
Converts a string to a AddressFamilyType. |
Inequality(AddressFamilyType, AddressFamilyType) |
Determines if two AddressFamilyType values are not the same. |
Applies to
Azure SDK for .NET