| Modifier and Type | Method and Description |
|---|---|
KeyVaultReference |
BatchAccountCreateParameters.keyVaultReference()
Get a reference to the Azure key vault associated with the Batch account.
|
KeyVaultReference |
KeyVaultReference.withId(String id)
Set the resource ID of the Azure key vault associated with the Batch account.
|
KeyVaultReference |
KeyVaultReference.withUrl(String url)
Set the URL of the Azure key vault associated with the Batch account.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAccountCreateParameters |
BatchAccountCreateParameters.withKeyVaultReference(KeyVaultReference keyVaultReference)
Set a reference to the Azure key vault associated with the Batch account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/