AzureSkuName.Implicit Operator

Definition

Overloads

Implicit(AzureSkuName to String)
Implicit(String to AzureSkuName)

Implicit(AzureSkuName to String)

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

Parameters

Returns

String

Applies to

Implicit(String to AzureSkuName)

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

Parameters

value
String

Returns

AzureSkuName

Applies to