Partilhar via


ManagedClusterSkuTier.Implicit Operator

Definition

Overloads

Implicit(ManagedClusterSkuTier to String)

Implicit operator to convert ManagedClusterSkuTier to string

Implicit(String to ManagedClusterSkuTier)

Implicit operator to convert string to ManagedClusterSkuTier

Implicit(ManagedClusterSkuTier to String)

Implicit operator to convert ManagedClusterSkuTier to string

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

Parameters

e
ManagedClusterSkuTier

the value to convert to an instance of ManagedClusterSkuTier.

Returns

Applies to

Implicit(String to ManagedClusterSkuTier)

Implicit operator to convert string to ManagedClusterSkuTier

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

Parameters

value
String

the value to convert to an instance of ManagedClusterSkuTier.

Returns

Applies to