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