SecurityInsightsAlertProperty.Implicit Operator

Definition

Overloads

Implicit(String to Nullable<SecurityInsightsAlertProperty>)

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

Parameters

value
String

Returns

Applies to

Implicit(String to SecurityInsightsAlertProperty)

Source:
SecurityInsightsAlertProperty.cs

Converts a string to a SecurityInsightsAlertProperty.

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

Parameters

value
String

The value.

Returns

Applies to