AlertRuleCreationProperty.Implicit Operator

Definition

Overloads

Implicit(String to AlertRuleCreationProperty)

Source:
AlertRuleCreationProperty.cs

Converts a string to a AlertRuleCreationProperty.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AlertRuleCreationProperty>)

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

Parameters

value
String

Returns

Applies to