AccountInformation Class
- java.
lang. Object - com.
microsoft. azure. storage. AccountInformation
- com.
public class AccountInformation
Holds information related to the storage account.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | getAccountKind() |
String | getSkuName() |
void | setAccountKind(String accountKind) |
void | setSkuName(String skuName) |
Method Details
getAccountKind
public String getAccountKind()
Returns:
Describes the flavour of the storage account, also known as account kind. Example: Storage, StorageV2, BlobStorage
getSkuName
public String getSkuName()
Returns:
The name of the storage SKU, also known as account type. Example: Standard_LRS, Standard_GRS, Standard_RAGRS, Premium_LRS, Premium_ZRS
setAccountKind
public void setAccountKind(String accountKind)
Parameters:
accountKind
setSkuName
public void setSkuName(String skuName)
Parameters:
skuName
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java