共用方式為


AssignmentType.Implicit Operator

Definition

Overloads

Implicit(AssignmentType to String)

Implicit operator to convert AssignmentType to string

Implicit(String to AssignmentType)

Implicit operator to convert string to AssignmentType

Implicit(AssignmentType to String)

Implicit operator to convert AssignmentType to string

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

Parameters

e
AssignmentType

the value to convert to an instance of AssignmentType.

Returns

Applies to

Implicit(String to AssignmentType)

Implicit operator to convert string to AssignmentType

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

Parameters

value
String

the value to convert to an instance of AssignmentType.

Returns

Applies to