次の方法で共有


IAlertsClient.LongRunningOperationRetryTimeout プロパティ

 

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

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

構文

int LongRunningOperationRetryTimeout { get; set; }
property int LongRunningOperationRetryTimeout {
    int get();
    void set(int value);
}
abstract LongRunningOperationRetryTimeout : int with get, set
Property LongRunningOperationRetryTimeout As Integer

プロパティ値

Type: System.Int32

参照

IAlertsClient インターフェイス
Microsoft.WindowsAzure.Management.Monitoring.Alerts 名前空間

トップに戻る