public final class SkuInformationInner extends Object
| Constructor and Description |
|---|
SkuInformationInner() |
| Modifier and Type | Method and Description |
|---|---|
List<SkuCapability> |
capabilities()
Get the capabilities property: The capability information in the specified SKU, including file encryption,
network ACLs, change notification, etc.
|
Kind |
kind()
Get the kind property: Indicates the type of storage account.
|
List<String> |
locations()
Get the locations property: The set of locations that the SKU is available.
|
SkuName |
name()
Get the name property: The SKU name.
|
String |
resourceType()
Get the resourceType property: The type of the resource, usually it is 'storageAccounts'.
|
List<Restriction> |
restrictions()
Get the restrictions property: The restrictions because of which SKU cannot be used.
|
SkuTier |
tier()
Get the tier property: The SKU tier.
|
void |
validate()
Validates the instance.
|
SkuInformationInner |
withName(SkuName name)
Set the name property: The SKU name.
|
SkuInformationInner |
withRestrictions(List<Restriction> restrictions)
Set the restrictions property: The restrictions because of which SKU cannot be used.
|
public SkuName name()
public SkuInformationInner withName(SkuName name)
name - the name value to set.public SkuTier tier()
public String resourceType()
public Kind kind()
public List<String> locations()
public List<SkuCapability> capabilities()
public List<Restriction> restrictions()
public SkuInformationInner withRestrictions(List<Restriction> restrictions)
restrictions - the restrictions value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.