StorageAccountInfo Class
- java.
lang. Object - com.
azure. storage. blob. models. StorageAccountInfo
- com.
public class StorageAccountInfo
This class contains information about the storage account.
Constructor Summary
Constructor | Description |
---|---|
StorageAccountInfo(SkuName skuName, AccountKind accountKind) |
Constructs a StorageAccountInfo. |
StorageAccountInfo(SkuName skuName, AccountKind accountKind, Boolean isHnsEnabled) |
Constructs a StorageAccountInfo. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Account |
getAccountKind()
Gets the information of the type of the account. |
Sku |
getSkuName()
Gets the SKU of the account. |
boolean |
isHierarchicalNamespaceEnabled()
Specifies whether hierarchical namespace is enabled on the account. |
Methods inherited from java.lang.Object
Constructor Details
StorageAccountInfo
public StorageAccountInfo(SkuName skuName, AccountKind accountKind)
Constructs a StorageAccountInfo.
Parameters:
StorageAccountInfo
public StorageAccountInfo(SkuName skuName, AccountKind accountKind, Boolean isHnsEnabled)
Constructs a StorageAccountInfo.
Parameters:
Method Details
getAccountKind
public AccountKind getAccountKind()
Gets the information of the type of the account.
Returns:
getSkuName
public SkuName getSkuName()
Gets the SKU of the account.
Returns:
isHierarchicalNamespaceEnabled
public boolean isHierarchicalNamespaceEnabled()
Specifies whether hierarchical namespace is enabled on the account.
Returns:
Applies to
Azure SDK for Java