次の方法で共有


IncidentOperationsExtensions.Get(IIncidentOperations, String) メソッド

定義

public static Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentGetResponse Get (this Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations operations, string incidentId);
static member Get : Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations * string -> Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentGetResponse
<Extension()>
Public Function Get (operations As IIncidentOperations, incidentId As String) As IncidentGetResponse

パラメーター

operations
IIncidentOperations

Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations への参照。

incidentId
String

必須。 取得するインシデントの ID。

戻り値

インシデントの取得操作の応答。

適用対象