SkuInfosInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. SkuInfosInner
- com.
Implements
public final class SkuInfosInner
implements JsonSerializable<SkuInfosInner>
Collection of SKU information.
Constructor Summary
Constructor | Description |
---|---|
SkuInfosInner() |
Creates an instance of Sku |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Sku |
fromJson(JsonReader jsonReader)
Reads an instance of Sku |
String |
resourceType()
Get the resource |
List<Global |
skus()
Get the skus property: List of SKUs the subscription is able to use. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Sku |
withResourceType(String resourceType)
Set the resource |
Sku |
withSkus(List<GlobalCsmSkuDescription> skus)
Set the skus property: List of SKUs the subscription is able to use. |
Methods inherited from java.lang.Object
Constructor Details
SkuInfosInner
public SkuInfosInner()
Creates an instance of SkuInfosInner class.
Method Details
fromJson
public static SkuInfosInner fromJson(JsonReader jsonReader)
Reads an instance of SkuInfosInner from the JsonReader.
Parameters:
Returns:
Throws:
resourceType
public String resourceType()
Get the resourceType property: Resource type that this SKU applies to.
Returns:
skus
public List
Get the skus property: List of SKUs the subscription is able to use.
Returns:
toJson
validate
public void validate()
Validates the instance.
withResourceType
public SkuInfosInner withResourceType(String resourceType)
Set the resourceType property: Resource type that this SKU applies to.
Parameters:
Returns:
withSkus
public SkuInfosInner withSkus(List
Set the skus property: List of SKUs the subscription is able to use.
Parameters:
Returns:
Applies to
Azure SDK for Java