KeyVaultReference Constructors

Definition

Overloads

KeyVaultReference()

Initializes a new instance of the KeyVaultReference class.

KeyVaultReference(String, String)

Initializes a new instance of the KeyVaultReference class.

KeyVaultReference()

Initializes a new instance of the KeyVaultReference class.

public KeyVaultReference ();
Public Sub New ()

Applies to

KeyVaultReference(String, String)

Initializes a new instance of the KeyVaultReference class.

public KeyVaultReference (string id, string url);
new Microsoft.Azure.Management.Batch.Models.KeyVaultReference : string * string -> Microsoft.Azure.Management.Batch.Models.KeyVaultReference
Public Sub New (id As String, url As String)

Parameters

id
String

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

url
String

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

Applies to