次の方法で共有


AzureMonitorAlertsState 構造体

定義

AzureMonitorAlertsState。

public readonly struct AzureMonitorAlertsState : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.AzureMonitorAlertsState>
type AzureMonitorAlertsState = struct
Public Structure AzureMonitorAlertsState
Implements IEquatable(Of AzureMonitorAlertsState)
継承
AzureMonitorAlertsState
実装

コンストラクター

AzureMonitorAlertsState(String)

AzureMonitorAlertsState の新しいインスタンスを初期化します。

プロパティ

Disabled

無効。

Enabled

有効にします。

メソッド

Equals(AzureMonitorAlertsState)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(AzureMonitorAlertsState, AzureMonitorAlertsState)

2 つの AzureMonitorAlertsState 値が同じかどうかを判断します。

Implicit(String to AzureMonitorAlertsState)

文字列を AzureMonitorAlertsState に変換します。

Inequality(AzureMonitorAlertsState, AzureMonitorAlertsState)

2 つの AzureMonitorAlertsState 値が同じでないかどうかを判断します。

適用対象