次の方法で共有


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

失敗した場所の数。

例外

webTestId または componentId が null です。

適用対象