Class KeyVaultReference
java.lang.Object
com.microsoft.azure.management.batch.KeyVaultReference
Identifies the Azure key vault associated with a Batch account.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionid()
Get the resource ID of the Azure key vault associated with the Batch account.url()
Get the URL of the Azure key vault associated with the Batch account.Set the resource ID of the Azure key vault associated with the Batch account.Set the URL of the Azure key vault associated with the Batch account.
-
Constructor Details
-
KeyVaultReference
public KeyVaultReference()
-
-
Method Details
-
id
Get the resource ID of the Azure key vault associated with the Batch account.- Returns:
- the id value
-
withId
Set the resource ID of the Azure key vault associated with the Batch account.- Parameters:
id
- the id value to set- Returns:
- the KeyVaultReference object itself.
-
url
Get the URL of the Azure key vault associated with the Batch account.- Returns:
- the url value
-
withUrl
Set the URL of the Azure key vault associated with the Batch account.- Parameters:
url
- the url value to set- Returns:
- the KeyVaultReference object itself.
-