IncidentOperationsExtensions.Get 方法 (IIncidentOperations, String)

 

命名空间:   Microsoft.WindowsAzure.Management.Monitoring.Alerts
程序集:  Microsoft.WindowsAzure.Management.Monitoring(Microsoft.WindowsAzure.Management.Monitoring.dll 中)

语法

public static IncidentGetResponse Get(
    this IIncidentOperations operations,
    string incidentId
)
public:
[ExtensionAttribute]
static IncidentGetResponse^ Get(
    IIncidentOperations^ operations,
    String^ incidentId
)
static member Get : 
        operations:IIncidentOperations *
        incidentId:string -> IncidentGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IIncidentOperations,
    incidentId As String
) As IncidentGetResponse

参数

  • incidentId
    Type: System.String

    必需。 若要检索该事件的 id。

返回值

Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.IncidentGetResponse

获取事件操作响应。

请参阅

IncidentOperationsExtensions 类
Microsoft.WindowsAzure.Management.Monitoring.Alerts 命名空间

返回页首