Share via


ResourceProviderType.Implicit Operator

Definition

Overloads

Implicit(ResourceProviderType to String)

Implicit operator to convert ResourceProviderType to string

Implicit(String to ResourceProviderType)

Implicit operator to convert string to ResourceProviderType

Implicit(ResourceProviderType to String)

Implicit operator to convert ResourceProviderType to string

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

Parameters

e
ResourceProviderType

the value to convert to an instance of ResourceProviderType.

Returns

Applies to

Implicit(String to ResourceProviderType)

Implicit operator to convert string to ResourceProviderType

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

Parameters

value
String

the value to convert to an instance of ResourceProviderType.

Returns

Applies to