Class StorageAccountInfo

java.lang.Object
com.azure.storage.blob.models.StorageAccountInfo

public class StorageAccountInfo extends Object
This class contains information about the storage account.
  • Constructor Details

    • StorageAccountInfo

      public StorageAccountInfo(SkuName skuName, AccountKind accountKind)
      Constructs a StorageAccountInfo.
      Parameters:
      skuName - SKU of the account.
      accountKind - Type of the account.
    • StorageAccountInfo

      public StorageAccountInfo(SkuName skuName, AccountKind accountKind, Boolean isHnsEnabled)
      Constructs a StorageAccountInfo.
      Parameters:
      skuName - SKU of the account.
      accountKind - Type of the account.
      isHnsEnabled - whether hierarchical namespace is enabled on the account.
  • Method Details

    • getSkuName

      public SkuName getSkuName()
      Gets the SKU of the account.
      Returns:
      the SKU of the account.
    • getAccountKind

      public AccountKind 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.