次の方法で共有


IncidentListResponse クラス

 

一覧のインシデントの操作の応答。

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

継承階層

System.Object
  Hyak.Common.HttpOperationResponse
    Microsoft.Azure.AzureOperationResponse
      Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentListResponse

構文

public class IncidentListResponse : AzureOperationResponse, IEnumerable<Incident>, 
    IEnumerable
public ref class IncidentListResponse : AzureOperationResponse, 
    IEnumerable<Incident^>, IEnumerable
type IncidentListResponse = 
    class
        inherit AzureOperationResponse
        interface IEnumerable<Incident>
        interface IEnumerable
    end
Public Class IncidentListResponse
    Inherits AzureOperationResponse
    Implements IEnumerable(Of Incident), IEnumerable

コンストラクター

名前 説明
IncidentListResponse()

IncidentListResponse クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
RequestId

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

StatusCode

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

Value

省略可能です。 インシデントのコレクションです。

メソッド

名前 説明
Equals(Object)

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

Finalize()

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

GetEnumerator()

値のシーケンスを取得します。

GetHashCode()

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

GetType()

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

MemberwiseClone()

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

ToString()

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

明示的なインターフェイスの実装

名前 説明
IEnumerable.GetEnumerator()

値のシーケンスを取得します。

スレッド セーフ

すべてのパブリック構造体 (Shared Visual Basic では) メンバーは、スレッド セーフです。 Aインスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

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

トップに戻る