KeyVaultReference Class

Definition

Identifies the Azure key vault associated with a Batch account.

public class KeyVaultReference
type KeyVaultReference = class
Public Class KeyVaultReference
Inheritance
KeyVaultReference

Constructors

KeyVaultReference()

Initializes a new instance of the KeyVaultReference class.

KeyVaultReference(String, String)

Initializes a new instance of the KeyVaultReference class.

Properties

Id

Gets or sets the resource ID of the Azure key vault associated with the Batch account.

Url

Gets or sets the URL of the Azure key vault associated with the Batch account.

Methods

Validate()

Validate the object.

Applies to