ResourceSkuZoneDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.models.ResourceSkuZoneDetails

public final class ResourceSkuZoneDetails

Describes The zonal capabilities of a SKU.

Constructor Summary

Constructor Description
ResourceSkuZoneDetails()

Method Summary

Modifier and Type Method and Description
List<SkuCapability> capabilities()

Get the capabilities property: A list of capabilities that are available for the SKU in the specified list of zones.

List<String> name()

Get the name property: The set of zones that the SKU is available in with the specified capabilities.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ResourceSkuZoneDetails

public ResourceSkuZoneDetails()

Method Details

capabilities

public List capabilities()

Get the capabilities property: A list of capabilities that are available for the SKU in the specified list of zones.

Returns:

the capabilities value.

name

public List name()

Get the name property: The set of zones that the SKU is available in with the specified capabilities.

Returns:

the name value.

validate

public void validate()

Validates the instance.

Applies to