WebtestLocationAvailabilityCriteria Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WebtestLocationAvailabilityCriteria() |
Initializes a new instance of the WebtestLocationAvailabilityCriteria class. |
WebtestLocationAvailabilityCriteria(String, String, Double, IDictionary<String,Object>) |
Initializes a new instance of the WebtestLocationAvailabilityCriteria class. |
WebtestLocationAvailabilityCriteria()
Initializes a new instance of the WebtestLocationAvailabilityCriteria class.
public WebtestLocationAvailabilityCriteria ();
Public Sub New ()
Applies to
WebtestLocationAvailabilityCriteria(String, String, Double, IDictionary<String,Object>)
Initializes a new instance of the WebtestLocationAvailabilityCriteria class.
public WebtestLocationAvailabilityCriteria (string webTestId, string componentId, double failedLocationCount, System.Collections.Generic.IDictionary<string,object> additionalProperties = default);
new Microsoft.Azure.Management.Monitor.Models.WebtestLocationAvailabilityCriteria : string * string * double * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.Monitor.Models.WebtestLocationAvailabilityCriteria
Public Sub New (webTestId As String, componentId As String, failedLocationCount As Double, Optional additionalProperties As IDictionary(Of String, Object) = Nothing)
Parameters
- webTestId
- String
The Application Insights web test Id.
- componentId
- String
The Application Insights resource Id.
- failedLocationCount
- Double
The number of failed locations.
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
Applies to
Azure SDK for .NET