IWithOS.WithLatestWindowsImage(String, String, String) Method

Definition

Specifies that the latest version of the specified marketplace Windows image should be used.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithWindowsAdminUsernameManagedOrUnmanaged WithLatestWindowsImage (string publisher, string offer, string sku);
abstract member WithLatestWindowsImage : string * string * string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithWindowsAdminUsernameManagedOrUnmanaged
Public Function WithLatestWindowsImage (publisher As String, offer As String, sku As String) As IWithWindowsAdminUsernameManagedOrUnmanaged

Parameters

publisher
String

Specifies the publisher of the image.

offer
String

Specifies the offer of the image.

sku
String

Specifies the SKU of the image.

Returns

Applies to