IWithOS.WithSpecificLinuxImageVersion(ImageReference) Method

Definition

Specifies the specific version of a market-place Linux image that should be used.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithLinuxRootUsernameManagedOrUnmanaged WithSpecificLinuxImageVersion (Microsoft.Azure.Management.Compute.Fluent.Models.ImageReference imageReference);
abstract member WithSpecificLinuxImageVersion : Microsoft.Azure.Management.Compute.Fluent.Models.ImageReference -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithLinuxRootUsernameManagedOrUnmanaged
Public Function WithSpecificLinuxImageVersion (imageReference As ImageReference) As IWithLinuxRootUsernameManagedOrUnmanaged

Parameters

imageReference
ImageReference

Describes the publisher, offer, SKU and version of the market-place image.

Returns

Applies to