KeyVaultReference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET