public static interface VirtualMachine.DefinitionStages.WithOS
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithRootUserName |
withLatestLinuxImage(String publisher,
String offer,
String sku)
Specifies that the latest version of a marketplace Linux image needs to be used.
|
VirtualMachine.DefinitionStages.WithAdminUserName |
withLatestWindowsImage(String publisher,
String offer,
String sku)
Specifies that the latest version of a marketplace Windows image needs to be used.
|
VirtualMachine.DefinitionStages.WithCreate |
withOsDisk(String osDiskUrl,
OperatingSystemTypes osType)
Specifies the specialized operating system disk to be attached to the virtual machine.
|
VirtualMachine.DefinitionStages.WithRootUserName |
withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)
Specifies the known marketplace Linux image used for the virtual machine's OS.
|
VirtualMachine.DefinitionStages.WithAdminUserName |
withPopularWindowsImage(KnownWindowsVirtualMachineImage knownImage)
Specifies the known marketplace Windows image used for the virtual machine's OS.
|
VirtualMachine.DefinitionStages.WithRootUserName |
withSpecificLinuxImageVersion(ImageReference imageReference)
Specifies the version of a market-place Linux image needs to be used.
|
VirtualMachine.DefinitionStages.WithAdminUserName |
withSpecificWindowsImageVersion(ImageReference imageReference)
Specifies the version of a marketplace Windows image needs to be used.
|
VirtualMachine.DefinitionStages.WithRootUserName |
withStoredLinuxImage(String imageUrl)
Specifies the user (generalized) Linux image used for the virtual machine's OS.
|
VirtualMachine.DefinitionStages.WithAdminUserName |
withStoredWindowsImage(String imageUrl)
Specifies the user (generalized) Windows image used for the virtual machine's OS.
|
VirtualMachine.DefinitionStages.WithAdminUserName withPopularWindowsImage(KnownWindowsVirtualMachineImage knownImage)
knownImage - enum value indicating known market-place imageVirtualMachine.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 imageVirtualMachine.DefinitionStages.WithAdminUserName withSpecificWindowsImageVersion(ImageReference imageReference)
imageReference - describes publisher, offer, sku and version of the market-place imageVirtualMachine.DefinitionStages.WithAdminUserName withStoredWindowsImage(String imageUrl)
imageUrl - the url the the VHDVirtualMachine.DefinitionStages.WithRootUserName withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)
knownImage - enum value indicating known market-place imageVirtualMachine.DefinitionStages.WithRootUserName withLatestLinuxImage(String publisher, String offer, String sku)
publisher - specifies the publisher of the imageoffer - specifies the offer of the imagesku - specifies the SKU of the imageVirtualMachine.DefinitionStages.WithRootUserName withSpecificLinuxImageVersion(ImageReference imageReference)
imageReference - describes publisher, offer, sku and version of the market-place imageVirtualMachine.DefinitionStages.WithRootUserName withStoredLinuxImage(String imageUrl)
imageUrl - the url the the VHDVirtualMachine.DefinitionStages.WithCreate withOsDisk(String osDiskUrl, OperatingSystemTypes osType)
osDiskUrl - osDiskUrl the url to the OS disk in the Azure Storage accountosType - the OS type/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/