CloudServiceVaultSecretGroup Class

Definition

Describes a set of certificates which are all in the same Key Vault.

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

Constructors

CloudServiceVaultSecretGroup()

Initializes a new instance of CloudServiceVaultSecretGroup.

Properties

SourceVaultId

Gets or sets Id.

VaultCertificates

The list of key vault references in SourceVault which contain certificates.

Explicit Interface Implementations

IJsonModel<CloudServiceVaultSecretGroup>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudServiceVaultSecretGroup>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudServiceVaultSecretGroup>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudServiceVaultSecretGroup>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudServiceVaultSecretGroup>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to