IWithOS.WithStoredWindowsImage(String) Method

Definition

Specifies the user (custom) Windows image to be used as the operating system for the virtual machines in the scale set.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithWindowsAdminUsernameUnmanaged WithStoredWindowsImage (string imageUrl);
abstract member WithStoredWindowsImage : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithWindowsAdminUsernameUnmanaged
Public Function WithStoredWindowsImage (imageUrl As String) As IWithWindowsAdminUsernameUnmanaged

Parameters

imageUrl
String

The URL of the VHD.

Returns

Applies to