OrchestrationMode.Implicit Operator

Definition

Overloads

Implicit(String to OrchestrationMode)

Source:
OrchestrationMode.cs
Source:
OrchestrationMode.cs

Converts a string to a OrchestrationMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<OrchestrationMode>)

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

Parameters

value
String

Returns

Applies to