Share via


RequestType.Implicit Operator

Definition

Overloads

Implicit(RequestType to String)

Implicit operator to convert RequestType to string

Implicit(String to RequestType)

Implicit operator to convert string to RequestType

Implicit(RequestType to String)

Implicit operator to convert RequestType to string

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

Parameters

e
RequestType

the value to convert to an instance of RequestType.

Returns

Applies to

Implicit(String to RequestType)

Implicit operator to convert string to RequestType

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

Parameters

value
String

the value to convert to an instance of RequestType.

Returns

Applies to