Share via


BatchTaskFailureMode.Implicit Operator

Definition

Overloads

Implicit(String to BatchTaskFailureMode)

Source:
BatchTaskFailureMode.cs

Converts a string to a BatchTaskFailureMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BatchTaskFailureMode>)

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

Parameters

value
String

Returns

Applies to