ComputePublicIPAddressSkuTier Struct

Definition

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

Name Description
ComputePublicIPAddressSkuTier(String)

Initializes a new instance of ComputePublicIPAddressSkuTier.

Properties

Name Description
Global

Gets the Global.

Regional

Gets the Regional.

Methods

Name Description
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

Name Description
Equality(ComputePublicIPAddressSkuTier, ComputePublicIPAddressSkuTier)

Determines if two ComputePublicIPAddressSkuTier values are the same.

Implicit(String to ComputePublicIPAddressSkuTier)

Converts a string to a ComputePublicIPAddressSkuTier.

Implicit(String to Nullable<ComputePublicIPAddressSkuTier>)
Inequality(ComputePublicIPAddressSkuTier, ComputePublicIPAddressSkuTier)

Determines if two ComputePublicIPAddressSkuTier values are not the same.

Applies to