Share via


IAlertsClient インターフェイス

 

名前空間:   Microsoft.WindowsAzure.Management.Monitoring.Alerts
アセンブリ:  Microsoft.WindowsAzure.Management.Monitoring (Microsoft.WindowsAzure.Management.Monitoring.dll 内)

構文

public interface IAlertsClient : IDisposable
public interface class IAlertsClient : IDisposable
type IAlertsClient = 
    interface
        interface IDisposable
    end
Public Interface IAlertsClient
    Inherits IDisposable

プロパティ

名前 説明
ApiVersion

API バージョンを取得します。

BaseUri

すべてのクラウド サービス要求のベースとして使用される URI を取得します。

Credentials

Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報を取得します。 サブスクリプション ID は、すべてのサービス呼び出しにおいて、その URI の構成要素として使用されます。

Incidents

アラートのインシデントを管理するための操作。

LongRunningOperationInitialTimeout

長時間実行される操作の初期タイムアウトを取得または設定します。

LongRunningOperationRetryTimeout

長時間実行される操作の再試行タイムアウトを取得または設定します。

Rules

アラートのルールを管理するための操作。

メソッド

名前 説明
Dispose()

(IDisposable から継承されました。)

参照

Microsoft.WindowsAzure.Management.Monitoring.Alerts 名前空間

トップに戻る