次の方法で共有


ClusterSecretArchive Class

Definition

ClusterSecretArchive configures the key vault to archive the secrets of the cluster for later retrieval.

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

Constructors

ClusterSecretArchive(ResourceIdentifier)

Initializes a new instance of ClusterSecretArchive.

Properties

KeyVaultId

The resource ID of the key vault to archive the secrets of the cluster.

UseKeyVault

The indicator if the specified key vault should be used to archive the secrets of the cluster.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ClusterSecretArchive>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterSecretArchive>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterSecretArchive>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterSecretArchive>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterSecretArchive>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to