Share via


AgentPoolType.Implicit Operator

Definition

Overloads

Implicit(String to AgentPoolType)

Source:
AgentPoolType.cs
Source:
AgentPoolType.cs

Converts a string to a AgentPoolType.

public static implicit operator Azure.ResourceManager.ContainerService.Models.AgentPoolType(string value);
static member op_Implicit : string -> Azure.ResourceManager.ContainerService.Models.AgentPoolType
Public Shared Widening Operator CType (value As String) As AgentPoolType

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AgentPoolType>)

Source:
AgentPoolType.cs
public static implicit operator Azure.ResourceManager.ContainerService.Models.AgentPoolType?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.ContainerService.Models.AgentPoolType>
Public Shared Widening Operator CType (value As String) As Nullable(Of AgentPoolType)

Parameters

value
String

Returns

Applies to