IWithOSSettings.WithOSType(OperatingSystemTypes) Method

Definition

Specifies the operating system type.

public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Update.IUpdate WithOSType (Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes osType);
abstract member WithOSType : Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Update.IUpdate
Public Function WithOSType (osType As OperatingSystemTypes) As IUpdate

Parameters

osType
OperatingSystemTypes

Operating system type.

Returns

Applies to