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

WebtestLocationAvailabilityCriteria 构造函数

定义

初始化 WebtestLocationAvailabilityCriteria 的新实例。

public WebtestLocationAvailabilityCriteria (Azure.Core.ResourceIdentifier webTestId, Azure.Core.ResourceIdentifier componentId, float failedLocationCount);
new Azure.ResourceManager.Monitor.Models.WebtestLocationAvailabilityCriteria : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * single -> Azure.ResourceManager.Monitor.Models.WebtestLocationAvailabilityCriteria
Public Sub New (webTestId As ResourceIdentifier, componentId As ResourceIdentifier, failedLocationCount As Single)

参数

webTestId
ResourceIdentifier

Application Insights Web 测试 ID。

componentId
ResourceIdentifier

Application Insights 资源 ID。

failedLocationCount
Single

失败位置的数目。

例外

webTestIdcomponentId 为 null。

适用于