次の方法で共有


ArmApplicationInsightsModelFactory.WebTestData メソッド

定義

WebTestData の新しいインスタンスを初期化します。

public static Azure.ResourceManager.ApplicationInsights.WebTestData WebTestData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.ApplicationInsights.Models.WebTestKind? kind = default, string syntheticMonitorId = default, string webTestName = default, string description = default, bool? isEnabled = default, int? frequencyInSeconds = default, int? timeoutInSeconds = default, Azure.ResourceManager.ApplicationInsights.Models.WebTestKind? webTestKind = default, bool? isRetryEnabled = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ApplicationInsights.Models.WebTestGeolocation> locations = default, string webTest = default, string provisioningState = default, Azure.ResourceManager.ApplicationInsights.Models.WebTestPropertiesRequest request = default, Azure.ResourceManager.ApplicationInsights.Models.WebTestPropertiesValidationRules validationRules = default);
static member WebTestData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.ApplicationInsights.Models.WebTestKind> * string * string * string * Nullable<bool> * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.ApplicationInsights.Models.WebTestKind> * Nullable<bool> * seq<Azure.ResourceManager.ApplicationInsights.Models.WebTestGeolocation> * string * string * Azure.ResourceManager.ApplicationInsights.Models.WebTestPropertiesRequest * Azure.ResourceManager.ApplicationInsights.Models.WebTestPropertiesValidationRules -> Azure.ResourceManager.ApplicationInsights.WebTestData
Public Shared Function WebTestData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional kind As Nullable(Of WebTestKind) = Nothing, Optional syntheticMonitorId As String = Nothing, Optional webTestName As String = Nothing, Optional description As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional frequencyInSeconds As Nullable(Of Integer) = Nothing, Optional timeoutInSeconds As Nullable(Of Integer) = Nothing, Optional webTestKind As Nullable(Of WebTestKind) = Nothing, Optional isRetryEnabled As Nullable(Of Boolean) = Nothing, Optional locations As IEnumerable(Of WebTestGeolocation) = Nothing, Optional webTest As String = Nothing, Optional provisioningState As String = Nothing, Optional request As WebTestPropertiesRequest = Nothing, Optional validationRules As WebTestPropertiesValidationRules = Nothing) As WebTestData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

tags
IDictionary<String,String>

タグ。

location
AzureLocation

場所。

kind
Nullable<WebTestKind>

この Web テストで監視される WebTest の種類。 選択肢は ping、multistep、standard です。

syntheticMonitorId
String

この WebTest の一意の ID。 これは通常、[名前] フィールドと同じ値です。

webTestName
String

この WebTest の場合はユーザー定義名。

description
String

この WebTest のユーザー定義の説明。

isEnabled
Nullable<Boolean>

テストがアクティブに監視されているか。

frequencyInSeconds
Nullable<Int32>

この WebTest のテスト実行の間隔 (秒単位)。 既定値は 300 です。

timeoutInSeconds
Nullable<Int32>

この WebTest がタイムアウトして失敗するまでの秒数。 既定値は 30 です。

webTestKind
Nullable<WebTestKind>

これが Web テストの種類であり、有効な選択肢は ping、multistep、standard です。

isRetryEnabled
Nullable<Boolean>

この WebTest が失敗した場合は再試行を許可します。

locations
IEnumerable<WebTestGeolocation>

アプリケーションのアクセシビリティをグローバルにカバーするために、テストを物理的に実行する場所の一覧。

webTest
String

WebTest の XML 構成仕様。

provisioningState
String

このコンポーネントの現在の状態。定義されているリソース グループ内にプロビジョニングされているかどうか。 ユーザーはこの値を変更できませんが、そこから読み取ることができます。 値には、Succeeded、Deploying、Canceled、Failed が含まれます。

request
WebTestPropertiesRequest

要求プロパティのコレクション。

validationRules
WebTestPropertiesValidationRules

検証規則のプロパティのコレクション。

戻り値

モック作成用の新しい WebTestData インスタンス。

適用対象