Partilhar via


WebTest Construtores

Definição

Sobrecargas

WebTest()

Inicializa uma nova instância da classe WebTest.

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)

Inicializa uma nova instância da classe WebTest.

WebTest()

Inicializa uma nova instância da classe WebTest.

public WebTest ();
Public Sub New ()

Aplica-se a

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)

Inicializa uma nova instância da classe 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)

Parâmetros

location
String

Localização do recurso

syntheticMonitorId
String

ID exclusiva deste WebTest. Normalmente, esse é o mesmo valor que o campo Nome.

webTestName
String

Nome definido pelo usuário se este WebTest.

webTestKind
WebTestKind

O tipo de teste da Web é que as opções válidas são ping e multistep. Os valores possíveis incluem: 'ping', 'multistep'

locations
IList<WebTestGeolocation>

Uma lista de onde executar fisicamente os testes para fornecer cobertura global para acessibilidade do seu aplicativo.

id
String

ID do recurso do Azure

name
String

Nome do recurso do Azure

type
String

Tipo de recurso do Azure

tags
IDictionary<String,String>

Marcações de recursos

kind
Nullable<WebTestKind>

O tipo de teste da Web que este teste da Web observa. As opções são ping e multistep. Os valores possíveis incluem: 'ping', 'multistep'

description
String

Teste descritivo definido pelo usuário/finalidade para este WebTest.

enabled
Nullable<Boolean>

É o teste ativamente sendo monitorado.

frequency
Nullable<Int32>

Intervalo em segundos entre execuções de teste para este WebTest. O valor padrão é 300.

timeout
Nullable<Int32>

Segundos até que esse WebTest atingirá o tempo limite e falhará. O valor padrão é 30.

retryEnabled
Nullable<Boolean>

Permitir novas tentativas caso este WebTest falhe.

configuration
WebTestPropertiesConfiguration

Uma especificação de configuração XML para um WebTest.

provisioningState
String

Estado atual desse componente, se ele foi provisionado ou não dentro do grupo de recursos definido. Os usuários não podem alterar esse valor, mas podem lê-lo. Os valores incluirão Êxito, Implantação, Cancelamento e Falha.

Aplica-se a