ProviderOSTypeSelected.Implicit Operator

Definition

Overloads

Implicit(ProviderOSTypeSelected to String)

Implicit operator to convert ProviderOSTypeSelected to string

Implicit(String to ProviderOSTypeSelected)

Implicit operator to convert string to ProviderOSTypeSelected

Implicit(ProviderOSTypeSelected to String)

Implicit operator to convert ProviderOSTypeSelected to string

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

Parameters

e
ProviderOSTypeSelected

the value to convert to an instance of ProviderOSTypeSelected.

Returns

Applies to

Implicit(String to ProviderOSTypeSelected)

Implicit operator to convert string to ProviderOSTypeSelected

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

Parameters

value
String

the value to convert to an instance of ProviderOSTypeSelected.

Returns

Applies to