public static interface VirtualMachineScaleSet.DefinitionStages.WithOS
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithRootUserName |
withLatestLinuxImage(String publisher,
String offer,
String sku)
Specifies that the latest version of a marketplace Linux image should be used.
|
VirtualMachineScaleSet.DefinitionStages.WithAdminUserName |
withLatestWindowsImage(String publisher,
String offer,
String sku)
Specifies that the latest version of the specified marketplace Windows image should be used.
|
VirtualMachineScaleSet.DefinitionStages.WithRootUserName |
withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)
Specifies a known marketplace Linux image used as the virtual machine's operating system.
|
VirtualMachineScaleSet.DefinitionStages.WithAdminUserName |
withPopularWindowsImage(KnownWindowsVirtualMachineImage knownImage)
Specifies a known marketplace Windows image used as the operating system for the virtual machines in the scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithRootUserName |
withSpecificLinuxImageVersion(ImageReference imageReference)
Specifies the specific version of a market-place Linux image that should be used.
|
VirtualMachineScaleSet.DefinitionStages.WithAdminUserName |
withSpecificWindowsImageVersion(ImageReference imageReference)
Specifies the specific version of a marketplace Windows image needs to be used.
|
VirtualMachineScaleSet.DefinitionStages.WithRootUserName |
withStoredLinuxImage(String imageUrl)
Specifies the user (custom) Linux image used as the virtual machine's operating system.
|
VirtualMachineScaleSet.DefinitionStages.WithAdminUserName |
withStoredWindowsImage(String imageUrl)
Specifies the user (custom) Windows image to be used as the operating system for the virtual machines in the
scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithAdminUserName withPopularWindowsImage(KnownWindowsVirtualMachineImage knownImage)
knownImage - a known market-place imageVirtualMachineScaleSet.DefinitionStages.WithAdminUserName withLatestWindowsImage(String publisher, String offer, String sku)
publisher - specifies the publisher of the imageoffer - specifies the offer of the imagesku - specifies the SKU of the imageVirtualMachineScaleSet.DefinitionStages.WithAdminUserName withSpecificWindowsImageVersion(ImageReference imageReference)
imageReference - describes publisher, offer, SKU and version of the marketplace imageVirtualMachineScaleSet.DefinitionStages.WithAdminUserName withStoredWindowsImage(String imageUrl)
imageUrl - the URL of the VHDVirtualMachineScaleSet.DefinitionStages.WithRootUserName withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)
knownImage - a known market-place imageVirtualMachineScaleSet.DefinitionStages.WithRootUserName withLatestLinuxImage(String publisher, String offer, String sku)
publisher - the publisher of the imageoffer - the offer of the imagesku - the SKU of the imageVirtualMachineScaleSet.DefinitionStages.WithRootUserName withSpecificLinuxImageVersion(ImageReference imageReference)
imageReference - describes the publisher, offer, SKU and version of the market-place imageVirtualMachineScaleSet.DefinitionStages.WithRootUserName withStoredLinuxImage(String imageUrl)
imageUrl - the url the the VHD/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/