public class StorageAccountInfo extends Object
| Constructor and Description |
|---|
StorageAccountInfo(SkuName skuName,
AccountKind accountKind)
Constructs a
StorageAccountInfo. |
| Modifier and Type | Method and Description |
|---|---|
AccountKind |
getAccountKind() |
SkuName |
getSkuName() |
public StorageAccountInfo(SkuName skuName, AccountKind accountKind)
StorageAccountInfo.skuName - SKU of the account.accountKind - Type of the account.public SkuName getSkuName()
public AccountKind getAccountKind()
Copyright © 2020 Microsoft Corporation. All rights reserved.