public final class SkuInfosInner extends Object
| Constructor and Description |
|---|
SkuInfosInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
resourceType()
Get the resourceType property: Resource type that this SKU applies to.
|
List<GlobalCsmSkuDescription> |
skus()
Get the skus property: List of SKUs the subscription is able to use.
|
void |
validate()
Validates the instance.
|
SkuInfosInner |
withResourceType(String resourceType)
Set the resourceType property: Resource type that this SKU applies to.
|
SkuInfosInner |
withSkus(List<GlobalCsmSkuDescription> skus)
Set the skus property: List of SKUs the subscription is able to use.
|
public String resourceType()
public SkuInfosInner withResourceType(String resourceType)
resourceType - the resourceType value to set.public List<GlobalCsmSkuDescription> skus()
public SkuInfosInner withSkus(List<GlobalCsmSkuDescription> skus)
skus - the skus value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.