Uses of Class
com.azure.storage.blob.models.StorageAccountInfo
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of StorageAccountInfo in com.azure.storage.blob
Modifier and TypeMethodDescriptionBlobContainerClient.getAccountInfo
(Duration timeout) Returns the sku name and account kind for the account.BlobServiceClient.getAccountInfo()
Returns the sku name and account kind for the account.Modifier and TypeMethodDescriptionBlobContainerAsyncClient.getAccountInfo()
Returns the sku name and account kind for the account.BlobServiceAsyncClient.getAccountInfo()
Returns the sku name and account kind for the account.Mono<com.azure.core.http.rest.Response<StorageAccountInfo>>
BlobContainerAsyncClient.getAccountInfoWithResponse()
Returns the sku name and account kind for the account.com.azure.core.http.rest.Response<StorageAccountInfo>
BlobContainerClient.getAccountInfoWithResponse
(Duration timeout, com.azure.core.util.Context context) Returns the sku name and account kind for the account.Mono<com.azure.core.http.rest.Response<StorageAccountInfo>>
BlobServiceAsyncClient.getAccountInfoWithResponse()
Returns the sku name and account kind for the account.com.azure.core.http.rest.Response<StorageAccountInfo>
BlobServiceClient.getAccountInfoWithResponse
(Duration timeout, com.azure.core.util.Context context) Returns the sku name and account kind for the account. -
Uses of StorageAccountInfo in com.azure.storage.blob.specialized
Modifier and TypeMethodDescriptionBlobClientBase.getAccountInfo()
Returns the sku name and account kind for the account.Modifier and TypeMethodDescriptionBlobAsyncClientBase.getAccountInfo()
Returns the sku name and account kind for the account.Mono<com.azure.core.http.rest.Response<StorageAccountInfo>>
BlobAsyncClientBase.getAccountInfoWithResponse()
Returns the sku name and account kind for the account.com.azure.core.http.rest.Response<StorageAccountInfo>
BlobClientBase.getAccountInfoWithResponse
(Duration timeout, com.azure.core.util.Context context) Returns the sku name and account kind for the account.