| Modifier and Type | Method and Description |
|---|---|
ImageReference |
VirtualMachineScaleSetStorageProfile.imageReference()
Get the imageReference value.
|
ImageReference |
VirtualMachineImage.imageReference() |
ImageReference |
StorageProfile.imageReference()
Get the imageReference value.
|
ImageReference |
KnownWindowsVirtualMachineImage.imageReference() |
ImageReference |
KnownLinuxVirtualMachineImage.imageReference() |
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 |
|---|---|
VirtualMachineScaleSetStorageProfile |
VirtualMachineScaleSetStorageProfile.withImageReference(ImageReference imageReference)
Set the imageReference value.
|
StorageProfile |
StorageProfile.withImageReference(ImageReference imageReference)
Set the imageReference value.
|
VirtualMachineScaleSet.DefinitionStages.WithRootUserName |
VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecificLinuxImageVersion(ImageReference imageReference)
Specifies the specific version of a market-place Linux image that should be used.
|
VirtualMachine.DefinitionStages.WithRootUserName |
VirtualMachine.DefinitionStages.WithOS.withSpecificLinuxImageVersion(ImageReference imageReference)
Specifies the version of a market-place Linux image needs to be used.
|
VirtualMachineScaleSet.DefinitionStages.WithAdminUserName |
VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecificWindowsImageVersion(ImageReference imageReference)
Specifies the specific version of a marketplace Windows image needs to be used.
|
VirtualMachine.DefinitionStages.WithAdminUserName |
VirtualMachine.DefinitionStages.WithOS.withSpecificWindowsImageVersion(ImageReference imageReference)
Specifies the version of a marketplace Windows image needs to be used.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/