Freigeben über


InfrastructureEncryption.Implicit Operator

Definition

Overloads

Implicit(InfrastructureEncryption to String)

Implicit operator to convert InfrastructureEncryption to string

Implicit(String to InfrastructureEncryption)

Implicit operator to convert string to InfrastructureEncryption

Implicit(InfrastructureEncryption to String)

Implicit operator to convert InfrastructureEncryption to string

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

Parameters

e
InfrastructureEncryption

the value to convert to an instance of InfrastructureEncryption.

Returns

Applies to

Implicit(String to InfrastructureEncryption)

Implicit operator to convert string to InfrastructureEncryption

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

Parameters

value
String

the value to convert to an instance of InfrastructureEncryption.

Returns

Applies to