| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/