PublicIPPrefixSku Class

Definition

SKU of a public IP prefix.

public class PublicIPPrefixSku : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.PublicIPPrefixSku>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.PublicIPPrefixSku>
public class PublicIPPrefixSku
type PublicIPPrefixSku = class
    interface IJsonModel<PublicIPPrefixSku>
    interface IPersistableModel<PublicIPPrefixSku>
type PublicIPPrefixSku = class
Public Class PublicIPPrefixSku
Implements IJsonModel(Of PublicIPPrefixSku), IPersistableModel(Of PublicIPPrefixSku)
Public Class PublicIPPrefixSku
Inheritance
PublicIPPrefixSku
Implements

Constructors

PublicIPPrefixSku()

Initializes a new instance of PublicIPPrefixSku.

Properties

Name

Name of a public IP prefix SKU.

Tier

Tier of a public IP prefix SKU.

Explicit Interface Implementations

IJsonModel<PublicIPPrefixSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PublicIPPrefixSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PublicIPPrefixSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PublicIPPrefixSku>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PublicIPPrefixSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to