Show / Hide Table of Contents

Class WebTestState

Inheritance
System.Object
InputArgs
ResourceArgs
WebTestState
Inherited Members
ResourceArgs.Empty
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()
Namespace: Pulumi.Azure.AppInsights
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WebTestState : ResourceArgs

Constructors

View Source

WebTestState()

Declaration
public WebTestState()

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
Type Description
InputList<System.String>
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

SyntheticMonitorId

Declaration
public Input<string> SyntheticMonitorId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

Resource tags.

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.