LicenseType.Implicit Operator

Definition

Overloads

Implicit(LicenseType to String)

Implicit operator to convert LicenseType to string

Implicit(String to LicenseType)

Implicit operator to convert string to LicenseType

Implicit(LicenseType to String)

Implicit operator to convert LicenseType to string

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

Parameters

e
LicenseType

the value to convert to an instance of LicenseType.

Returns

Applies to

Implicit(String to LicenseType)

Implicit operator to convert string to LicenseType

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

Parameters

value
String

the value to convert to an instance of LicenseType.

Returns

Applies to