Package | Description |
---|---|
com.microsoft.azure.management.batch |
This package contains the classes for BatchManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ImageReference |
VirtualMachineConfiguration.imageReference()
Get the imageReference value.
|
ImageReference |
ImageReference.withId(String id)
Set the id value.
|
ImageReference |
ImageReference.withOffer(String offer)
Set the offer value.
|
ImageReference |
ImageReference.withPublisher(String publisher)
Set the publisher value.
|
ImageReference |
ImageReference.withSku(String sku)
Set the sku value.
|
ImageReference |
ImageReference.withVersion(String version)
Set the version value.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineConfiguration |
VirtualMachineConfiguration.withImageReference(ImageReference imageReference)
Set the imageReference value.
|
Copyright © 2019. All rights reserved.