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
| Name | Description |
|---|---|
| AddressPrefixType(String) |
Initializes a new instance of AddressPrefixType. |
Properties
| Name | Description |
|---|---|
| IPPrefix |
IPPrefix. |
| NetworkGroup |
NetworkGroup. |
| ServiceTag |
ServiceTag. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |