Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
ImageReference |
VirtualMachineConfiguration.imageReference()
Get the imageReference 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.
|
ImageReference |
ImageReference.withVirtualMachineImageId(String virtualMachineImageId)
Set the virtualMachineImageId value.
|
Modifier and Type | Method and Description |
---|---|
List<ImageReference> |
NodeAgentSku.verifiedImageReferences()
Get the verifiedImageReferences value.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineConfiguration |
VirtualMachineConfiguration.withImageReference(ImageReference imageReference)
Set the imageReference value.
|
Modifier and Type | Method and Description |
---|---|
NodeAgentSku |
NodeAgentSku.withVerifiedImageReferences(List<ImageReference> verifiedImageReferences)
Set the verifiedImageReferences value.
|
Copyright © 2019. All rights reserved.