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.
  • Method Details

    • getSkuName

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

      public AccountKind getAccountKind()
      Returns:
      the type of the account