BatchSeverity.Implicit(String to BatchSeverity) Operator

Definition

Converts a string to a BatchSeverity.

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

Parameters

value
String

Returns

Applies to