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