Uses of Class
com.microsoft.azure.management.batchai.AzureStorageCredentialsInfo
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of AzureStorageCredentialsInfo in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionAzureBlobFileSystemReference.credentials()
Get information about the Azure storage credentials.AzureFileShareReference.credentials()
Get information about the Azure storage credentials.AzureStorageCredentialsInfo.withAccountKey
(String accountKey) Set storage account key.AzureStorageCredentialsInfo.withAccountKeySecretReference
(KeyVaultSecretReference accountKeySecretReference) Set information about KeyVault secret storing the storage account key.Modifier and TypeMethodDescriptionAzureBlobFileSystemReference.withCredentials
(AzureStorageCredentialsInfo credentials) Set information about the Azure storage credentials.AzureFileShareReference.withCredentials
(AzureStorageCredentialsInfo credentials) Set information about the Azure storage credentials.