Class WebTestArgs
Inheritance
System.Object
WebTestArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WebTestArgs : ResourceArgs
Constructors
View Source
WebTestArgs()
Declaration
Properties
View Source
ApplicationInsightsId
The ID of the Application Insights component on which the WebTest operates. Changing this forces a new resource to be created.
Declaration
public Input<string> ApplicationInsightsId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Configuration
An XML configuration specification for a WebTest.
Declaration
public Input<string> Configuration { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Description
Purpose/user defined descriptive test for this WebTest.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Enabled
Is the test actively being monitored.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Frequency
Interval in seconds between test runs for this WebTest. Default is 300.
Declaration
public Input<int> Frequency { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
GeoLocations
A list of where to physically run the tests from to give global coverage for accessibility of your application.
Declaration
public InputList<string> GeoLocations { get; set; }
Property Value
View Source
Kind
= (Required) The kind of web test that this web test watches. Choices are ping and multistep.
Declaration
public Input<string> Kind { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Location
The location of the resource group.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Name
Specifies the name of the Application Insights WebTest. Changing this forces a
new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ResourceGroupName
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
RetryEnabled
Allow for retries should this WebTest fail.
Declaration
public Input<bool> RetryEnabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type |
Description |
| InputMap<System.String> |
|
View Source
Timeout
Seconds until this WebTest will timeout and fail. Default is 30.
Declaration
public Input<int> Timeout { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|