Class StorageAccountInfo


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

      • StorageAccountInfo

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

      • getSkuName

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

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