IngestionMode.Implicit Operator

Definition

Overloads

Implicit(String to IngestionMode)

Source:
IngestionMode.cs

Converts a string to a IngestionMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<IngestionMode>)

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

Parameters

value
String

Returns

Applies to