你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmApplicationInsightsModelFactory.ComponentPurgeResponse(String) 方法

定义

初始化 ComponentPurgeResponse 的新实例。

public static Azure.ResourceManager.ApplicationInsights.Models.ComponentPurgeResponse ComponentPurgeResponse (string operationId = default);
static member ComponentPurgeResponse : string -> Azure.ResourceManager.ApplicationInsights.Models.ComponentPurgeResponse
Public Shared Function ComponentPurgeResponse (Optional operationId As String = Nothing) As ComponentPurgeResponse

参数

operationId
String

查询特定清除操作的状态时要使用的 ID。

返回

用于模拟的新 ComponentPurgeResponse 实例。

例外

operationId 为 null。

适用于