ProviderStackOSType.Implicit Operator

Definition

Overloads

Implicit(ProviderStackOSType to String)

Implicit operator to convert ProviderStackOSType to string

Implicit(String to ProviderStackOSType)

Implicit operator to convert string to ProviderStackOSType

Implicit(ProviderStackOSType to String)

Implicit operator to convert ProviderStackOSType to string

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

Parameters

e
ProviderStackOSType

the value to convert to an instance of ProviderStackOSType.

Returns

Applies to

Implicit(String to ProviderStackOSType)

Implicit operator to convert string to ProviderStackOSType

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

Parameters

value
String

the value to convert to an instance of ProviderStackOSType.

Returns

Applies to