Uses of Class
com.microsoft.azure.management.batchai.AzureStorageCredentialsInfo
Packages that use AzureStorageCredentialsInfo
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of AzureStorageCredentialsInfo in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return AzureStorageCredentialsInfoModifier 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.Methods in com.microsoft.azure.management.batchai with parameters of type AzureStorageCredentialsInfoModifier and TypeMethodDescriptionAzureBlobFileSystemReference.withCredentials
(AzureStorageCredentialsInfo credentials) Set information about the Azure storage credentials.AzureFileShareReference.withCredentials
(AzureStorageCredentialsInfo credentials) Set information about the Azure storage credentials.