WorkspaceSku Interface

public interface WorkspaceSku

An immutable client-side representation of WorkspaceSku.

Method Summary

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

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

abstract WorkspaceSkuInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceSkuInner object.

abstract List<ResourceSkuLocationInfo> locationInfo()

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

abstract List<String> locations()

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

abstract String name()

Gets the name property: The name property.

abstract String resourceType()

Gets the resourceType property: The resourceType property.

abstract List<Restriction> restrictions()

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

abstract String tier()

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

Method Details

capabilities

public abstract List capabilities()

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

Returns:

the capabilities value.

innerModel

public abstract WorkspaceSkuInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceSkuInner object.

Returns:

the inner object.

locationInfo

public abstract List locationInfo()

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

Returns:

the locationInfo value.

locations

public abstract List locations()

Gets 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 abstract String name()

Gets the name property: The name property.

Returns:

the name value.

resourceType

public abstract String resourceType()

Gets the resourceType property: The resourceType property.

Returns:

the resourceType value.

restrictions

public abstract List restrictions()

Gets 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 abstract String tier()

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

Returns:

the tier value.

Applies to