BatchSupportedImage Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchSupportedImage
- com.
Implements
public final class BatchSupportedImage
implements JsonSerializable<BatchSupportedImage>
A reference to the Azure Virtual Machines Marketplace Image and additional information about the Image.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
|
Offset |
getBatchSupportEndOfLife()
Get the batch |
| List<String> |
getCapabilities()
Get the capabilities property: The capabilities or features which the Image supports. |
|
Batch |
getImageReference()
Get the image |
| String |
getNodeAgentSkuId()
Get the node |
| OSType |
getOsType()
Get the os |
|
Image |
getVerificationType()
Get the verification |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BatchSupportedImage fromJson(JsonReader jsonReader)
Reads an instance of BatchSupportedImage from the JsonReader.
Parameters:
Returns:
Throws:
getBatchSupportEndOfLife
public OffsetDateTime getBatchSupportEndOfLife()
Get the batchSupportEndOfLife property: The time when the Azure Batch service will stop accepting create Pool requests for the Image.
Returns:
getCapabilities
public List<String> getCapabilities()
Get the capabilities property: The capabilities or features which the Image supports. Not every capability of the Image is listed. Capabilities in this list are considered of special interest and are generally related to integration with other features in the Azure Batch service.
Returns:
getImageReference
public BatchVmImageReference getImageReference()
Get the imageReference property: The reference to the Azure Virtual Machine's Marketplace Image.
Returns:
getNodeAgentSkuId
public String getNodeAgentSkuId()
Get the nodeAgentSkuId property: The ID of the Compute Node agent SKU which the Image supports.
Returns:
getOsType
public OSType getOsType()
Get the osType property: The type of operating system (e.g. Windows or Linux) of the Image.
Returns:
getVerificationType
public ImageVerificationType getVerificationType()
Get the verificationType property: Whether the Azure Batch service actively verifies that the Image is compatible with the associated Compute Node agent SKU.
Returns: