BatchNodePlacementPolicyType.Implicit Operator

Definition

Overloads

Implicit(String to BatchNodePlacementPolicyType)

Source:
BatchNodePlacementPolicyType.cs
Source:
BatchNodePlacementPolicyType.cs

Converts a string to a BatchNodePlacementPolicyType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BatchNodePlacementPolicyType>)

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

Parameters

value
String

Returns

Applies to