Class ResourceSkuCapabilities
java.lang.Object
com.azure.resourcemanager.appplatform.models.ResourceSkuCapabilities
The ResourceSkuCapabilities model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ResourceSkuCapabilities class. -
Method Summary
Modifier and TypeMethodDescriptionname()Get the name property: Gets an invariant to describe the feature.voidvalidate()Validates the instance.value()Get the value property: Gets an invariant if the feature is measured by quantity.Set the name property: Gets an invariant to describe the feature.Set the value property: Gets an invariant if the feature is measured by quantity.
-
Constructor Details
-
ResourceSkuCapabilities
public ResourceSkuCapabilities()Creates an instance of ResourceSkuCapabilities class.
-
-
Method Details
-
name
Get the name property: Gets an invariant to describe the feature.- Returns:
- the name value.
-
withName
Set the name property: Gets an invariant to describe the feature.- Parameters:
name- the name value to set.- Returns:
- the ResourceSkuCapabilities object itself.
-
value
Get the value property: Gets an invariant if the feature is measured by quantity.- Returns:
- the value value.
-
withValue
Set the value property: Gets an invariant if the feature is measured by quantity.- Parameters:
value- the value value to set.- Returns:
- the ResourceSkuCapabilities object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-