다음을 통해 공유


AzureKeyVaultProperties Class

Definition

The resource properties when type is Azure Key Vault.

public class AzureKeyVaultProperties : Azure.ResourceManager.ServiceLinker.Models.AzureResourceBaseProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceLinker.Models.AzureKeyVaultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceLinker.Models.AzureKeyVaultProperties>
public class AzureKeyVaultProperties : Azure.ResourceManager.ServiceLinker.Models.AzureResourceBaseProperties
type AzureKeyVaultProperties = class
    inherit AzureResourceBaseProperties
    interface IJsonModel<AzureKeyVaultProperties>
    interface IPersistableModel<AzureKeyVaultProperties>
type AzureKeyVaultProperties = class
    inherit AzureResourceBaseProperties
Public Class AzureKeyVaultProperties
Inherits AzureResourceBaseProperties
Implements IJsonModel(Of AzureKeyVaultProperties), IPersistableModel(Of AzureKeyVaultProperties)
Public Class AzureKeyVaultProperties
Inherits AzureResourceBaseProperties
Inheritance
AzureKeyVaultProperties
Implements

Constructors

AzureKeyVaultProperties()

Initializes a new instance of AzureKeyVaultProperties.

Properties

DoesConnectAsKubernetesCsiDriver

True if connect via Kubernetes CSI Driver.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AzureKeyVaultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureKeyVaultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<AzureResourceBaseProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from AzureResourceBaseProperties)
IJsonModel<AzureResourceBaseProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AzureResourceBaseProperties)
IPersistableModel<AzureKeyVaultProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureKeyVaultProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureKeyVaultProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<AzureResourceBaseProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AzureResourceBaseProperties)
IPersistableModel<AzureResourceBaseProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AzureResourceBaseProperties)
IPersistableModel<AzureResourceBaseProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AzureResourceBaseProperties)

Applies to