Class ResourceSkuCapabilities
- java.lang.Object
-
- com.azure.resourcemanager.appplatform.models.ResourceSkuCapabilities
-
public final class ResourceSkuCapabilities extends Object
The ResourceSkuCapabilities model.
-
-
Constructor Summary
Constructors Constructor Description ResourceSkuCapabilities()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name property: Gets an invariant to describe the feature.voidvalidate()Validates the instance.Stringvalue()Get the value property: Gets an invariant if the feature is measured by quantity.ResourceSkuCapabilitieswithName(String name)Set the name property: Gets an invariant to describe the feature.ResourceSkuCapabilitieswithValue(String value)Set the value property: Gets an invariant if the feature is measured by quantity.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Gets an invariant to describe the feature.- Returns:
- the name value.
-
withName
public ResourceSkuCapabilities withName(String name)
Set the name property: Gets an invariant to describe the feature.- Parameters:
name- the name value to set.- Returns:
- the ResourceSkuCapabilities object itself.
-
value
public String value()
Get the value property: Gets an invariant if the feature is measured by quantity.- Returns:
- the value value.
-
withValue
public ResourceSkuCapabilities withValue(String value)
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.
-
-