IWithOS.WithWindowsCustomImage(String) Method

Definition

Specifies the ID of a Windows custom image to be used.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithWindowsAdminUsernameManaged WithWindowsCustomImage (string customImageId);
abstract member WithWindowsCustomImage : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithWindowsAdminUsernameManaged
Public Function WithWindowsCustomImage (customImageId As String) As IWithWindowsAdminUsernameManaged

Parameters

customImageId
String

The resource ID of the custom image.

Returns

Applies to