KeyVaultSku Class

Definition

SKU details.

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

Constructors

KeyVaultSku(KeyVaultSkuFamily, KeyVaultSkuName)

Initializes a new instance of KeyVaultSku.

Properties

Family

SKU family name.

Name

SKU name to specify whether the key vault is a standard vault or a premium vault.

Explicit Interface Implementations

IJsonModel<KeyVaultSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KeyVaultSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KeyVaultSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KeyVaultSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KeyVaultSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to