Share via


SupportedSku Interface

public interface SupportedSku

An immutable client-side representation of SupportedSku.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime batchSupportEndOfLife()

Gets the batchSupportEndOfLife property: The time when Azure Batch service will retire this SKU.

abstract List<SkuCapability> capabilities()

Gets the capabilities property: A collection of capabilities which this SKU supports.

abstract String familyName()

Gets the familyName property: The family name of the SKU.

abstract SupportedSkuInner innerModel()

Gets the inner com.azure.resourcemanager.batch.fluent.models.SupportedSkuInner object.

abstract String name()

Gets the name property: The name of the SKU.

Method Details

batchSupportEndOfLife

public abstract OffsetDateTime batchSupportEndOfLife()

Gets the batchSupportEndOfLife property: The time when Azure Batch service will retire this SKU.

Returns:

the batchSupportEndOfLife value.

capabilities

public abstract List<SkuCapability> capabilities()

Gets the capabilities property: A collection of capabilities which this SKU supports.

Returns:

the capabilities value.

familyName

public abstract String familyName()

Gets the familyName property: The family name of the SKU.

Returns:

the familyName value.

innerModel

public abstract SupportedSkuInner innerModel()

Gets the inner com.azure.resourcemanager.batch.fluent.models.SupportedSkuInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the SKU.

Returns:

the name value.

Applies to