Class ResourceSkuCapabilities
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.ResourceSkuCapabilities
-
public final class ResourceSkuCapabilities extends Object
Describes The SKU capabilities object.
-
-
Constructor Summary
Constructors Constructor Description ResourceSkuCapabilities()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name property: An invariant to describe the feature.voidvalidate()Validates the instance.Stringvalue()Get the value property: An invariant if the feature is measured by quantity.
-
-
-
Method Detail
-
name
public String name()
Get the name property: An invariant to describe the feature.- Returns:
- the name value.
-
value
public String value()
Get the value property: An invariant if the feature is measured by quantity.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-