Sdílet prostřednictvím


KustoKeyVaultProperties Class

Definition

Properties of the key vault.

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

Constructors

KustoKeyVaultProperties()

Initializes a new instance of KustoKeyVaultProperties.

Properties

KeyName

The name of the key vault key.

KeyVaultUri

The Uri of the key vault.

KeyVersion

The version of the key vault key.

UserIdentity

The user assigned identity (ARM resource id) that has access to the key.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KustoKeyVaultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KustoKeyVaultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KustoKeyVaultProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KustoKeyVaultProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KustoKeyVaultProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to