public class VirtualMachineConfiguration extends Object
| Constructor and Description |
|---|
VirtualMachineConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ImageReference |
imageReference()
Get oS image reference for cluster nodes.
|
VirtualMachineConfiguration |
withImageReference(ImageReference imageReference)
Set oS image reference for cluster nodes.
|
public ImageReference imageReference()
public VirtualMachineConfiguration withImageReference(ImageReference imageReference)
imageReference - the imageReference value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/