WorkspaceSkuInner Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceSkuInner

public final class WorkspaceSkuInner

Describes Workspace Sku details and features.

Constructor Summary

Constructor Description
WorkspaceSkuInner()

Method Summary

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

Get the capabilities property: List of features/user capabilities associated with the sku.

List<ResourceSkuLocationInfo> locationInfo()

Get the locationInfo property: A list of locations and availability zones in those locations where the SKU is available.

List<String> locations()

Get the locations property: The set of locations that the SKU is available.

String name()

Get the name property: The name property.

String resourceType()

Get the resourceType property: The resourceType property.

List<Restriction> restrictions()

Get the restrictions property: The restrictions because of which SKU cannot be used.

String tier()

Get the tier property: Sku Tier like Basic or Enterprise.

void validate()

Validates the instance.

WorkspaceSkuInner withRestrictions(List<Restriction> restrictions)

Set the restrictions property: The restrictions because of which SKU cannot be used.

Methods inherited from java.lang.Object

Constructor Details

WorkspaceSkuInner

public WorkspaceSkuInner()

Method Details

capabilities

public List capabilities()

Get the capabilities property: List of features/user capabilities associated with the sku.

Returns:

the capabilities value.

locationInfo

public List locationInfo()

Get the locationInfo property: A list of locations and availability zones in those locations where the SKU is available.

Returns:

the locationInfo value.

locations

public List locations()

Get the locations property: The set of locations that the SKU is available. This will be supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.).

Returns:

the locations value.

name

public String name()

Get the name property: The name property.

Returns:

the name value.

resourceType

public String resourceType()

Get the resourceType property: The resourceType property.

Returns:

the resourceType value.

restrictions

public List restrictions()

Get the restrictions property: The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.

Returns:

the restrictions value.

tier

public String tier()

Get the tier property: Sku Tier like Basic or Enterprise.

Returns:

the tier value.

validate

public void validate()

Validates the instance.

withRestrictions

public WorkspaceSkuInner withRestrictions(List restrictions)

Set the restrictions property: The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.

Parameters:

restrictions - the restrictions value to set.

Returns:

the WorkspaceSkuInner object itself.

Applies to