你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmApplicationInsightsModelFactory.WebTestData 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
参数
ID。
- name
- String
名称。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- tags
- IDictionary<String,String>
标记。
- location
- AzureLocation
位置。
- kind
- Nullable<WebTestKind>
此 Web 测试监视的 WebTest 类型。 选项包括 ping、多步骤和标准。
- syntheticMonitorId
- String
此 WebTest 的唯一 ID。 这通常与“名称”字段的值相同。
- webTestName
- String
如果此 WebTest,则为用户定义的名称。
- description
- String
此 WebTest 的用户定义说明。
- webTestKind
- Nullable<WebTestKind>
这是 Web 测试的类型,有效选项为 ping、多步骤和标准。
- locations
- IEnumerable<WebTestGeolocation>
一个列表,其中列出了从何处实际运行测试,以便为应用程序的可访问性提供全球覆盖。
- webTest
- String
WebTest 的 XML 配置规范。
- provisioningState
- String
此组件的当前状态,无论 是否已在定义的资源组中预配。 用户无法更改此值,但可以从中读取此值。 值将包括 Succeeded、Deploying、Canceled 和 Failed。
- request
- WebTestPropertiesRequest
请求属性的集合。
- validationRules
- WebTestPropertiesValidationRules
验证规则属性的集合。
返回
用于模拟的新 WebTestData 实例。