SecurityAlertNotificationByRoleState.Implicit Operator

Definition

Overloads

Implicit(String to SecurityAlertNotificationByRoleState)

Source:
SecurityAlertNotificationByRoleState.cs
Source:
SecurityAlertNotificationByRoleState.cs

Converts a string to a SecurityAlertNotificationByRoleState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SecurityAlertNotificationByRoleState>)

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

Parameters

value
String

Returns

Applies to