Share via


AzureResourceType.Implicit Operator

Definition

Overloads

Implicit(AzureResourceType to String)

Implicit operator to convert AzureResourceType to string

Implicit(String to AzureResourceType)

Implicit operator to convert string to AzureResourceType

Implicit(AzureResourceType to String)

Implicit operator to convert AzureResourceType to string

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

Parameters

e
AzureResourceType

the value to convert to an instance of AzureResourceType.

Returns

Applies to

Implicit(String to AzureResourceType)

Implicit operator to convert string to AzureResourceType

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

Parameters

value
String

the value to convert to an instance of AzureResourceType.

Returns

Applies to