Share via


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

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