BatchIssueType.Implicit Operator

Definition

Overloads

Implicit(String to BatchIssueType)

Source:
BatchIssueType.cs

Converts a string to a BatchIssueType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BatchIssueType>)

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

Parameters

value
String

Returns

Applies to