次の方法で共有


SupportedTlsVersions.Implicit Operator

Definition

Overloads

Implicit(SupportedTlsVersions to String)

Implicit operator to convert SupportedTlsVersions to string

Implicit(String to SupportedTlsVersions)

Implicit operator to convert string to SupportedTlsVersions

Implicit(SupportedTlsVersions to String)

Implicit operator to convert SupportedTlsVersions to string

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

Parameters

e
SupportedTlsVersions

the value to convert to an instance of SupportedTlsVersions.

Returns

Applies to

Implicit(String to SupportedTlsVersions)

Implicit operator to convert string to SupportedTlsVersions

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

Parameters

value
String

the value to convert to an instance of SupportedTlsVersions.

Returns

Applies to