Class SkuZoneDetail
java.lang.Object
com.azure.resourcemanager.workloads.models.SkuZoneDetail
The SKU zone details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the capabilities property: The capabilities.void
validate()
Validates the instance.withCapabilities
(List<SkuCapability> capabilities) Set the capabilities property: The capabilities.Set the zones property: The physical zones.zones()
Get the zones property: The physical zones.
-
Constructor Details
-
SkuZoneDetail
public SkuZoneDetail()
-
-
Method Details
-
zones
Get the zones property: The physical zones.- Returns:
- the zones value.
-
withZones
Set the zones property: The physical zones.- Parameters:
zones
- the zones value to set.- Returns:
- the SkuZoneDetail object itself.
-
capabilities
Get the capabilities property: The capabilities.- Returns:
- the capabilities value.
-
withCapabilities
Set the capabilities property: The capabilities.- Parameters:
capabilities
- the capabilities value to set.- Returns:
- the SkuZoneDetail object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-