WebTest Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
WebTest() |
Inicializa una nueva instancia de la clase 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 una nueva instancia de la clase WebTest. |
WebTest()
Inicializa una nueva instancia de la clase WebTest.
public WebTest ();
Public Sub New ()
Se aplica 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 una nueva instancia de la clase 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
Ubicación de los recursos
- syntheticMonitorId
- String
Identificador único de este WebTest. Suele ser el mismo valor que el campo Nombre.
- webTestName
- String
Nombre definido por el usuario si este WebTest.
- webTestKind
- WebTestKind
El tipo de prueba web es, las opciones válidas son ping y multipaso. Entre los valores posibles se incluyen: "ping", "multistep"
- locations
- IList<WebTestGeolocation>
Lista de dónde ejecutar físicamente las pruebas para proporcionar cobertura global para la accesibilidad de la aplicación.
- id
- String
Identificador de recurso de Azure
- name
- String
Nombre de recurso de Azure
- type
- String
Tipo de recurso de Azure
- tags
- IDictionary<String,String>
Etiquetas del recurso
- kind
- Nullable<WebTestKind>
El tipo de prueba web que esta prueba web inspecciona. Las opciones son ping y multipaso. Entre los valores posibles se incluyen: "ping", "multistep"
- description
- String
Prueba descriptiva definida por el usuario o propósito para este WebTest.
Intervalo en segundos entre ejecuciones de prueba para este WebTest. El valor predeterminado es 300.
Segundos hasta que se produzca un tiempo de espera de WebTest y se produzca un error. El valor predeterminado es 30.
- configuration
- WebTestPropertiesConfiguration
Especificación de configuración XML para webTest.
- provisioningState
- String
Estado actual de este componente, independientemente de si se ha aprovisionado o no dentro del grupo de recursos que está definido. Los usuarios no pueden cambiar este valor, pero pueden leerlo. Los valores incluirán Succeeded, Deploying, Canceled y Failed.
Se aplica a
Azure SDK for .NET