Standard Web Test Args
constructor(applicationInsightsId: Output<String>? = null, description: Output<String>? = null, enabled: Output<Boolean>? = null, frequency: Output<Int>? = null, geoLocations: Output<List<String>>? = null, location: Output<String>? = null, name: Output<String>? = null, request: Output<StandardWebTestRequestArgs>? = null, resourceGroupName: Output<String>? = null, retryEnabled: Output<Boolean>? = null, tags: Output<Map<String, String>>? = null, timeout: Output<Int>? = null, validationRules: Output<StandardWebTestValidationRulesArgs>? = null)