PurviewAccountSku Class

Definition

The Sku.

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

Properties

Capacity

Gets or sets the sku capacity.

Name

Gets or sets the sku name.

Explicit Interface Implementations

IJsonModel<PurviewAccountSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PurviewAccountSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PurviewAccountSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PurviewAccountSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PurviewAccountSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to