public static interface VirtualMachineScaleSet.DefinitionStages.WithOS
VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged withPopularWindowsImage(KnownWindowsVirtualMachineImage knownImage)
knownImage
- a known market-place imageVirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged 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.WithWindowsAdminUsernameManagedOrUnmanaged withSpecificWindowsImageVersion(ImageReference imageReference)
imageReference
- describes publisher, offer, SKU and version of the marketplace imageVirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManaged withWindowsCustomImage(String customImageId)
customImageId
- the resource ID of the custom imageVirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameUnmanaged withStoredWindowsImage(String imageUrl)
imageUrl
- the URL of the VHDVirtualMachineScaleSet.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)
knownImage
- a known market-place imageVirtualMachineScaleSet.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged withLatestLinuxImage(String publisher, String offer, String sku)
publisher
- the publisher of the imageoffer
- the offer of the imagesku
- the SKU of the imageVirtualMachineScaleSet.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged withSpecificLinuxImageVersion(ImageReference imageReference)
imageReference
- describes the publisher, offer, SKU and version of the market-place imageVirtualMachineScaleSet.DefinitionStages.WithLinuxRootUsernameManaged withLinuxCustomImage(String customImageId)
customImageId
- the resource ID of the custom imageVirtualMachineScaleSet.DefinitionStages.WithLinuxRootUsernameUnmanaged withStoredLinuxImage(String imageUrl)
imageUrl
- the URL the the VHDCopyright © 2019. All rights reserved.