Udostępnij za pośrednictwem


SslPreference.Implicit Operator

Definition

Overloads

Implicit(SslPreference to String)

Implicit operator to convert SslPreference to string

Implicit(String to SslPreference)

Implicit operator to convert string to SslPreference

Implicit(SslPreference to String)

Implicit operator to convert SslPreference to string

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

Parameters

e
SslPreference

the value to convert to an instance of SslPreference.

Returns

Applies to

Implicit(String to SslPreference)

Implicit operator to convert string to SslPreference

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

Parameters

value
String

the value to convert to an instance of SslPreference.

Returns

Applies to