次の方法で共有


Relaytype.Implicit Operator

Definition

Overloads

Implicit(Relaytype to String)

Implicit operator to convert Relaytype to string

Implicit(String to Relaytype)

Implicit operator to convert string to Relaytype

Implicit(Relaytype to String)

Implicit operator to convert Relaytype to string

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

Parameters

e
Relaytype

the value to convert to an instance of Relaytype.

Returns

Applies to

Implicit(String to Relaytype)

Implicit operator to convert string to Relaytype

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

Parameters

value
String

the value to convert to an instance of Relaytype.

Returns

Applies to