@Beta(value=V1_8_0)
public static interface BatchAICluster.DefinitionStages.WithVirtualMachineImage
Modifier and Type | Method and Description |
---|---|
BatchAICluster.DefinitionStages.WithCreate |
withVirtualMachineImage(String publisher,
String offer,
String sku)
Specifies virtual machine image.
|
BatchAICluster.DefinitionStages.WithCreate |
withVirtualMachineImage(String publisher,
String offer,
String sku,
String version)
Specifies virtual machine image.
|
BatchAICluster.DefinitionStages.WithCreate |
withVirtualMachineImageId(String virtualMachineImageId,
String publisher,
String offer,
String sku)
Computes nodes of the cluster will be created using this custom image.
|
BatchAICluster.DefinitionStages.WithCreate withVirtualMachineImage(String publisher, String offer, String sku, String version)
publisher
- publisher of the imageoffer
- offer of the imagesku
- sku of the imageversion
- version of the imageBatchAICluster.DefinitionStages.WithCreate withVirtualMachineImage(String publisher, String offer, String sku)
publisher
- publisher of the imageoffer
- offer of the imagesku
- sku of the imageBatchAICluster.DefinitionStages.WithCreate withVirtualMachineImageId(String virtualMachineImageId, String publisher, String offer, String sku)
virtualMachineImageId
- the ARM resource identifier of the virtual machine imagepublisher
- publisher of the imageoffer
- offer of the imagesku
- sku of the imageCopyright © 2019. All rights reserved.