SkuResource Interface

public interface SkuResource

An immutable client-side representation of SkuResource.

Method Summary

Modifier and Type Method and Description
abstract SkuCapacity capacity()

Gets the capacity property: Gets or sets the Sku Capacity.

abstract SkuResourceInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.SkuResourceInner object.

abstract String resourceType()

Gets the resourceType property: The resource type name.

abstract SkuSetting sku()

Gets the sku property: Gets or sets the Sku.

Method Details

capacity

public abstract SkuCapacity capacity()

Gets the capacity property: Gets or sets the Sku Capacity.

Returns:

the capacity value.

innerModel

public abstract SkuResourceInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.SkuResourceInner object.

Returns:

the inner object.

resourceType

public abstract String resourceType()

Gets the resourceType property: The resource type name.

Returns:

the resourceType value.

sku

public abstract SkuSetting sku()

Gets the sku property: Gets or sets the Sku.

Returns:

the sku value.

Applies to