Partilhar via


NodeImageSelectionType.Implicit Operator

Definition

Overloads

Implicit(String to NodeImageSelectionType)

Source:
NodeImageSelectionType.cs
Source:
NodeImageSelectionType.cs

Converts a string to a NodeImageSelectionType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<NodeImageSelectionType>)

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

Parameters

value
String

Returns

Applies to