Condividi tramite


AzureMonitorAlertsState.Implicit Operator

Definition

Overloads

Implicit(String to AzureMonitorAlertsState)

Source:
AzureMonitorAlertsState.cs
Source:
AzureMonitorAlertsState.cs

Converts a string to a AzureMonitorAlertsState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AzureMonitorAlertsState>)

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

Parameters

value
String

Returns

Applies to