Freigeben über


AgentPoolType.Implicit Operator

Definition

Overloads

Implicit(AgentPoolType to String)

Implicit operator to convert AgentPoolType to string

Implicit(String to AgentPoolType)

Implicit operator to convert string to AgentPoolType

Implicit(AgentPoolType to String)

Implicit operator to convert AgentPoolType to string

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

Parameters

e
AgentPoolType

the value to convert to an instance of AgentPoolType.

Returns

Applies to

Implicit(String to AgentPoolType)

Implicit operator to convert string to AgentPoolType

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

Parameters

value
String

the value to convert to an instance of AgentPoolType.

Returns

Applies to