Bagikan melalui


Workload.Implicit Operator

Definition

Overloads

Implicit(Workload to String)

Implicit operator to convert Workload to string

Implicit(String to Workload)

Implicit operator to convert string to Workload

Implicit(Workload to String)

Implicit operator to convert Workload to string

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

Parameters

e
Workload

the value to convert to an instance of Workload.

Returns

Applies to

Implicit(String to Workload)

Implicit operator to convert string to Workload

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

Parameters

value
String

the value to convert to an instance of Workload.

Returns

Applies to