SupportedSkuInner Class
- java.
lang. Object - com.
azure. resourcemanager. batch. fluent. models. SupportedSkuInner
- com.
Implements
public final class SupportedSkuInner
implements JsonSerializable<SupportedSkuInner>
Describes a Batch supported SKU.
Constructor Summary
| Constructor | Description |
|---|---|
| SupportedSkuInner() |
Creates an instance of Supported |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
batchSupportEndOfLife()
Get the batch |
|
List<Sku |
capabilities()
Get the capabilities property: A collection of capabilities which this SKU supports. |
| String |
familyName()
Get the family |
|
static
Supported |
fromJson(JsonReader jsonReader)
Reads an instance of Supported |
| String |
name()
Get the name property: The name of the SKU. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
SupportedSkuInner
public SupportedSkuInner()
Creates an instance of SupportedSkuInner class.
Method Details
batchSupportEndOfLife
public OffsetDateTime batchSupportEndOfLife()
Get the batchSupportEndOfLife property: The time when Azure Batch service will retire this SKU.
Returns:
capabilities
public List<SkuCapability> capabilities()
Get the capabilities property: A collection of capabilities which this SKU supports.
Returns:
familyName
public String familyName()
Get the familyName property: The family name of the SKU.
Returns:
fromJson
public static SupportedSkuInner fromJson(JsonReader jsonReader)
Reads an instance of SupportedSkuInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the SKU.
Returns:
toJson
validate
public void validate()
Validates the instance.