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
.StorageAccountInfo
(SkuName skuName, AccountKind accountKind, Boolean isHnsEnabled) Constructs aStorageAccountInfo
. -
Method Summary
Modifier and TypeMethodDescriptionGets the information of the type of the account.Gets the SKU of the account.boolean
Specifies whether hierarchical namespace is enabled on the account.
-
Constructor Details
-
StorageAccountInfo
Constructs aStorageAccountInfo
.- Parameters:
skuName
- SKU of the account.accountKind
- Type of the account.
-
StorageAccountInfo
Constructs aStorageAccountInfo
.- Parameters:
skuName
- SKU of the account.accountKind
- Type of the account.isHnsEnabled
- whether hierarchical namespace is enabled on the account.
-
-
Method Details
-
getSkuName
Gets the SKU of the account.- Returns:
- the SKU of the account.
-
getAccountKind
Gets the information of the type of the account.- Returns:
- the type of the account.
-
isHierarchicalNamespaceEnabled
public boolean isHierarchicalNamespaceEnabled()Specifies whether hierarchical namespace is enabled on the account.- Returns:
- whether hierarchical namespace is enabled on the account.
-