Package | Description |
---|---|
com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ImageReference |
VirtualMachineConfiguration.imageReference()
Get oS image reference for cluster nodes.
|
ImageReference |
ImageReference.withOffer(String offer)
Set offer of the image.
|
ImageReference |
ImageReference.withPublisher(String publisher)
Set publisher of the image.
|
ImageReference |
ImageReference.withSku(String sku)
Set sKU of the image.
|
ImageReference |
ImageReference.withVersion(String version)
Set version of the image.
|
ImageReference |
ImageReference.withVirtualMachineImageId(String virtualMachineImageId)
Set the ARM resource identifier of the virtual machine image for the compute nodes.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineConfiguration |
VirtualMachineConfiguration.withImageReference(ImageReference imageReference)
Set oS image reference for cluster nodes.
|
Copyright © 2019. All rights reserved.