Partager via


OperatingSystemType.Implicit Operator

Definition

Overloads

Implicit(OperatingSystemType to String)

Implicit operator to convert OperatingSystemType to string

Implicit(String to OperatingSystemType)

Implicit operator to convert string to OperatingSystemType

Implicit(OperatingSystemType to String)

Implicit operator to convert OperatingSystemType to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemType e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemType -> string
Public Shared Widening Operator CType (e As OperatingSystemType) As String

Parameters

e
OperatingSystemType

the value to convert to an instance of OperatingSystemType.

Returns

Applies to

Implicit(String to OperatingSystemType)

Implicit operator to convert string to OperatingSystemType

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemType (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemType
Public Shared Widening Operator CType (value As String) As OperatingSystemType

Parameters

value
String

the value to convert to an instance of OperatingSystemType.

Returns

Applies to