SecurityAlertReceivingRole.Implicit Operator

Definition

Overloads

Implicit(String to SecurityAlertReceivingRole)

Source:
SecurityAlertReceivingRole.cs
Source:
SecurityAlertReceivingRole.cs

Converts a string to a SecurityAlertReceivingRole.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SecurityAlertReceivingRole>)

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

Parameters

value
String

Returns

Applies to