Condividi tramite


BatchJobReleaseTaskState.Implicit Operator

Definition

Overloads

Implicit(String to BatchJobReleaseTaskState)

Source:
BatchJobReleaseTaskState.cs

Converts a string to a BatchJobReleaseTaskState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BatchJobReleaseTaskState>)

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

Parameters

value
String

Returns

Applies to