NodeArcState.Implicit Operator

Definition

Overloads

Implicit(String to NodeArcState)

Source:
NodeArcState.cs
Source:
NodeArcState.cs

Converts a string to a NodeArcState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<NodeArcState>)

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

Parameters

value
String

Returns

Applies to