| Modifier and Type | Method and Description |
|---|---|
ImageReference |
VirtualMachineImage.imageReference() |
ImageReference |
KnownWindowsVirtualMachineImage.imageReference() |
ImageReference |
KnownLinuxVirtualMachineImage.imageReference() |
ImageReference |
VirtualMachineScaleSetVM.platformImageReference() |
ImageReference |
ImageReference.withId(String id)
Sets the image resource 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)
Sets the SKU.
|
ImageReference |
ImageReference.withVersion(String version)
Set the version value.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged |
VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecificLinuxImageVersion(ImageReference imageReference)
Specifies the specific version of a market-place Linux image that should be used.
|
VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged |
VirtualMachine.DefinitionStages.WithOS.withSpecificLinuxImageVersion(ImageReference imageReference)
Specifies a version of a market-place Linux image to be used as the virtual machine's OS.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged |
VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecificWindowsImageVersion(ImageReference imageReference)
Specifies the specific version of a marketplace Windows image needs to be used.
|
VirtualMachine.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged |
VirtualMachine.DefinitionStages.WithOS.withSpecificWindowsImageVersion(ImageReference imageReference)
Specifies a version of a marketplace Windows image to be used as the virtual machine's OS.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/