你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IncidentOperationsExtensions.Get(IIncidentOperations, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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。
返回
获取事件操作响应。