BatchNodeFillType.Implicit Operator

Definition

Overloads

Implicit(String to BatchNodeFillType)

Source:
BatchNodeFillType.cs
Source:
BatchNodeFillType.cs

Converts a string to a BatchNodeFillType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BatchNodeFillType>)

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

Parameters

value
String

Returns

Applies to