Sdílet prostřednictvím


ExecutionType.Implicit Operator

Definition

Overloads

Implicit(ExecutionType to String)

Implicit operator to convert ExecutionType to string

Implicit(String to ExecutionType)

Implicit operator to convert string to ExecutionType

Implicit(ExecutionType to String)

Implicit operator to convert ExecutionType to string

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

Parameters

e
ExecutionType

the value to convert to an instance of ExecutionType.

Returns

Applies to

Implicit(String to ExecutionType)

Implicit operator to convert string to ExecutionType

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

Parameters

value
String

the value to convert to an instance of ExecutionType.

Returns

Applies to