Uses of Class
com.azure.storage.blob.models.StorageAccountInfo
Packages that use 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
Methods in com.azure.storage.blob that return StorageAccountInfoModifier 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.Methods in com.azure.storage.blob that return types with arguments of type StorageAccountInfoModifier 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
Methods in com.azure.storage.blob.specialized that return StorageAccountInfoModifier and TypeMethodDescriptionBlobClientBase.getAccountInfo()
Returns the sku name and account kind for the account.Methods in com.azure.storage.blob.specialized that return types with arguments of type StorageAccountInfoModifier 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.