Megosztás a következőn keresztül:


AppliedScopeType.Implicit Operator

Definition

Overloads

Implicit(AppliedScopeType to String)

Implicit operator to convert AppliedScopeType to string

Implicit(String to AppliedScopeType)

Implicit operator to convert string to AppliedScopeType

Implicit(AppliedScopeType to String)

Implicit operator to convert AppliedScopeType to string

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

Parameters

e
AppliedScopeType

the value to convert to an instance of AppliedScopeType.

Returns

Applies to

Implicit(String to AppliedScopeType)

Implicit operator to convert string to AppliedScopeType

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

Parameters

value
String

the value to convert to an instance of AppliedScopeType.

Returns

Applies to