SupportedSku Interface
public interface SupportedSku
An immutable client-side representation of SupportedSku.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
batchSupportEndOfLife()
Gets the batch |
|
abstract
List<Sku |
capabilities()
Gets the capabilities property: A collection of capabilities which this SKU supports. |
| abstract String |
familyName()
Gets the family |
|
abstract
Supported |
innerModel()
Gets the inner com. |
| 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:
capabilities
public abstract List<SkuCapability> capabilities()
Gets the capabilities property: A collection of capabilities which this SKU supports.
Returns:
familyName
public abstract String familyName()
Gets the familyName property: The family name of the SKU.
Returns:
innerModel
public abstract SupportedSkuInner innerModel()
Gets the inner com.azure.resourcemanager.batch.fluent.models.SupportedSkuInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the SKU.
Returns: