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