共用方式為


PublicIPPrefixSkuName Struct

Definition

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