AddressPrefixType 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.
Address prefix type.
public readonly struct AddressPrefixType : IEquatable<Azure.ResourceManager.Network.Models.AddressPrefixType>
type AddressPrefixType = struct
Public Structure AddressPrefixType
Implements IEquatable(Of AddressPrefixType)
- Inheritance
-
AddressPrefixType
- Implements
Constructors
AddressPrefixType(String) |
Initializes a new instance of AddressPrefixType. |
Properties
IPPrefix |
IPPrefix. |
ServiceTag |
ServiceTag. |
Methods
Equals(AddressPrefixType) |
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(AddressPrefixType, AddressPrefixType) |
Determines if two AddressPrefixType values are the same. |
Implicit(String to AddressPrefixType) |
Converts a string to a AddressPrefixType. |
Inequality(AddressPrefixType, AddressPrefixType) |
Determines if two AddressPrefixType values are not the same. |
Applies to
Azure SDK for .NET