NodeTypeVaultSecretGroup Class

Definition

Specifies set of certificates that should be installed onto the virtual machines.

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

Constructors

NodeTypeVaultSecretGroup(WritableSubResource, IEnumerable<NodeTypeVaultCertificate>)

Initializes a new instance of NodeTypeVaultSecretGroup.

Properties

SourceVaultId

Gets or sets Id.

VaultCertificates

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

Explicit Interface Implementations

IJsonModel<NodeTypeVaultSecretGroup>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NodeTypeVaultSecretGroup>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NodeTypeVaultSecretGroup>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NodeTypeVaultSecretGroup>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NodeTypeVaultSecretGroup>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to