WebTest Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WebTest() |
Initialise une nouvelle instance de la 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) |
Initialise une nouvelle instance de la classe WebTest. |
WebTest()
Initialise une nouvelle instance de la classe WebTest.
public WebTest ();
Public Sub New ()
S’applique à
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)
Initialise une nouvelle instance de la 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)
Paramètres
- location
- String
Emplacement de la ressource
- syntheticMonitorId
- String
ID unique de ce test web. Il s’agit généralement de la même valeur que le champ Nom.
- webTestName
- String
Nom défini par l’utilisateur si ce WebTest.
- webTestKind
- WebTestKind
Le type de test web qu’il s’agit, les choix valides sont ping et multi-étapes. Les valeurs possibles sont les suivantes : 'ping', 'multistep'
- locations
- IList<WebTestGeolocation>
Liste de l’emplacement d’exécution physique des tests pour fournir une couverture globale de l’accessibilité de votre application.
- id
- String
ID de ressource Azure
- name
- String
Nom de la ressource Azure
- type
- String
Type de ressource Azure
- tags
- IDictionary<String,String>
Balises de ressource
- kind
- Nullable<WebTestKind>
Le type de test web que ce test web surveille. Les choix sont ping et multi-étapes. Les valeurs possibles sont les suivantes : 'ping', 'multistep'
- description
- String
Objectif/test descriptif défini par l’utilisateur pour ce Test Web.
Intervalle en secondes entre les exécutions de tests pour ce test WebTest. La valeur par défaut est 300.
Secondes jusqu’à ce que ce test web expire et échoue. La valeur par défaut est 30.
- configuration
- WebTestPropertiesConfiguration
Spécification de configuration XML pour un Test Web.
- provisioningState
- String
État actuel de ce composant, qu’il ait été approvisionné ou non dans le groupe de ressources qu’il est défini. Les utilisateurs ne peuvent pas modifier cette valeur, mais peuvent la lire. Les valeurs incluent Réussi, Déploiement, Annulé et Échec.
S’applique à
Azure SDK for .NET