SourceControlOperationWarningCode.Implicit Operator

Definition

Overloads

Implicit(String to SourceControlOperationWarningCode)

Source:
SourceControlOperationWarningCode.cs

Converts a string to a SourceControlOperationWarningCode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SourceControlOperationWarningCode>)

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

Parameters

value
String

Returns

Applies to