BatchKeyVaultReference Class

Definition

Identifies the Azure key vault associated with a Batch account.

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

Constructors

BatchKeyVaultReference(ResourceIdentifier, Uri)

Initializes a new instance of BatchKeyVaultReference.

Properties

Id

The resource ID of the Azure key vault associated with the Batch account.

Uri

The URL of the Azure key vault associated with the Batch account.

Explicit Interface Implementations

IJsonModel<BatchKeyVaultReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchKeyVaultReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchKeyVaultReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchKeyVaultReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchKeyVaultReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to