Uses of Class
com.microsoft.azure.management.batchai.KeyVaultSecretReference
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of KeyVaultSecretReference in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionAzureStorageCredentialsInfo.accountKeySecretReference()
Get information about KeyVault secret storing the storage account key.AppInsightsReference.instrumentationKeySecretReference()
Get keyVault Store and Secret which contains Azure Application Insights instrumentation key.PrivateRegistryCredentials.passwordSecretReference()
Get keyVault Secret storing the password.EnvironmentVariableWithSecretValue.valueSecretReference()
Get keyVault store and secret which contains the value for the environment variable.KeyVaultSecretReference.withSecretUrl
(String secretUrl) Set the URL referencing a secret in the Key Vault.KeyVaultSecretReference.withSourceVault
(ResourceId sourceVault) Set fully qualified resource indentifier of the Key Vault.Modifier and TypeMethodDescriptionAzureStorageCredentialsInfo.withAccountKeySecretReference
(KeyVaultSecretReference accountKeySecretReference) Set information about KeyVault secret storing the storage account key.AppInsightsReference.withInstrumentationKeySecretReference
(KeyVaultSecretReference instrumentationKeySecretReference) Set keyVault Store and Secret which contains Azure Application Insights instrumentation key.AzureBlobFileSystem.DefinitionStages.WithAzureStorageCredentials.withKeyVaultSecretReference
(KeyVaultSecretReference keyVaultSecretReference) AzureFileShare.DefinitionStages.WithAzureStorageCredentials.withKeyVaultSecretReference
(KeyVaultSecretReference keyVaultSecretReference) PrivateRegistryCredentials.withPasswordSecretReference
(KeyVaultSecretReference passwordSecretReference) Set keyVault Secret storing the password.EnvironmentVariableWithSecretValue.withValueSecretReference
(KeyVaultSecretReference valueSecretReference) Set keyVault store and secret which contains the value for the environment variable.