WebTest コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WebTest()
WebTest クラスの新しいインスタンスを初期化します。
public WebTest ();
Public Sub New ()
適用対象
WebTest(String, String, String, WebTestKind, IList<WebTestGeolocation>, String, String, String, IDictionary<String,String>, Nullable<WebTestKind>, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, WebTestPropertiesConfiguration, String)
WebTest クラスの新しいインスタンスを初期化します。
public WebTest (string location, string syntheticMonitorId, string webTestName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTestKind webTestKind, System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTestGeolocation> locations, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTestKind? kind = default, string description = default, bool? enabled = default, int? frequency = default, int? timeout = default, bool? retryEnabled = default, Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTestPropertiesConfiguration configuration = default, string provisioningState = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest : string * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTestKind * System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTestGeolocation> * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTestKind> * string * Nullable<bool> * Nullable<int> * Nullable<int> * Nullable<bool> * Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTestPropertiesConfiguration * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest
Public Sub New (location As String, syntheticMonitorId As String, webTestName As String, webTestKind As WebTestKind, locations As IList(Of WebTestGeolocation), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional kind As Nullable(Of WebTestKind) = Nothing, Optional description As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional frequency As Nullable(Of Integer) = Nothing, Optional timeout As Nullable(Of Integer) = Nothing, Optional retryEnabled As Nullable(Of Boolean) = Nothing, Optional configuration As WebTestPropertiesConfiguration = Nothing, Optional provisioningState As String = Nothing)
パラメーター
- location
- String
リソースの場所
- syntheticMonitorId
- String
この WebTest の一意の ID。 これは通常、[名前] フィールドと同じ値です。
- webTestName
- String
この WebTest の場合はユーザー定義名。
- webTestKind
- WebTestKind
これが Web テストの種類であり、有効な選択肢は ping とマルチステップです。 使用可能な値は、'ping'、'multistep' です。
- locations
- IList<WebTestGeolocation>
アプリケーションのアクセシビリティをグローバルにカバーするために、テストを物理的に実行する場所の一覧。
- id
- String
Azure リソース ID
- name
- String
Azure リソース名
- type
- String
Azure リソースタイプ
- tags
- IDictionary<String,String>
リソース タグ
- kind
- Nullable<WebTestKind>
この Web テストで監視される Web テストの種類。 選択肢は ping と multistep です。 使用可能な値は、'ping'、'multistep' です。
- description
- String
この WebTest の目的/ユーザー定義記述テスト。
- configuration
- WebTestPropertiesConfiguration
WebTest の XML 構成仕様。
- provisioningState
- String
このコンポーネントの現在の状態。定義されているリソース グループ内にプロビジョニングされているかどうか。 ユーザーはこの値を変更できませんが、そこから読み取ることができます。 値には、Succeeded、Deploying、Canceled、Failed が含まれます。
適用対象
Azure SDK for .NET