Package com.azure.storage.blob.models
Class StorageAccountInfo
java.lang.Object
com.azure.storage.blob.models.StorageAccountInfo
This class contains information about the storage account.
-
Constructor Summary
ConstructorsConstructorDescriptionStorageAccountInfo(SkuName skuName, AccountKind accountKind) Constructs aStorageAccountInfo. -
Method Summary
-
Constructor Details
-
StorageAccountInfo
Constructs aStorageAccountInfo.- Parameters:
skuName- SKU of the account.accountKind- Type of the account.
-
-
Method Details
-
getSkuName
- Returns:
- the SKU of the account
-
getAccountKind
- Returns:
- the type of the account
-