Uses of Class
com.azure.resourcemanager.batch.models.KeyVaultReference
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return KeyVaultReferenceModifier 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.Methods in com.azure.resourcemanager.batch.fluent.models with parameters of type KeyVaultReferenceModifier 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
Methods in com.azure.resourcemanager.batch.models that return KeyVaultReferenceModifier 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.Methods in com.azure.resourcemanager.batch.models with parameters of type KeyVaultReferenceModifier 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.