Uses of Class
com.azure.resourcemanager.batch.models.KeyVaultReference
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of KeyVaultReference in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionBatchAccountCreateProperties.keyVaultReference()
Get the keyVaultReference property: A reference to the Azure key vault associated with the Batch account.BatchAccountInner.keyVaultReference()
Get the keyVaultReference property: Identifies the Azure key vault associated with a Batch account.BatchAccountProperties.keyVaultReference()
Get the keyVaultReference property: Identifies the Azure key vault associated with a Batch account.Modifier and TypeMethodDescriptionBatchAccountCreateProperties.withKeyVaultReference
(KeyVaultReference keyVaultReference) Set the keyVaultReference property: A reference to the Azure key vault associated with the Batch account. -
Uses of KeyVaultReference in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionBatchAccount.keyVaultReference()
Gets the keyVaultReference property: Identifies the Azure key vault associated with a Batch account.BatchAccountCreateParameters.keyVaultReference()
Get the keyVaultReference property: A reference to the Azure key vault associated with the Batch account.Set the id property: The resource ID of the Azure key vault associated with the Batch account.Set the url property: The URL of the Azure key vault associated with the Batch account.Modifier and TypeMethodDescriptionBatchAccount.DefinitionStages.WithKeyVaultReference.withKeyVaultReference
(KeyVaultReference keyVaultReference) Specifies the keyVaultReference property: A reference to the Azure key vault associated with the Batch account..BatchAccountCreateParameters.withKeyVaultReference
(KeyVaultReference keyVaultReference) Set the keyVaultReference property: A reference to the Azure key vault associated with the Batch account.