AutoUpgradeNodeImageSelectionType.Implicit Operator

Definition

Overloads

Implicit(String to AutoUpgradeNodeImageSelectionType)

Source:
AutoUpgradeNodeImageSelectionType.cs
Source:
AutoUpgradeNodeImageSelectionType.cs

Converts a string to a AutoUpgradeNodeImageSelectionType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AutoUpgradeNodeImageSelectionType>)

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

Parameters

value
String

Returns

Applies to