Web Test Args
constructor(configuration: Output<WebTestPropertiesConfigurationArgs>? = null, description: Output<String>? = null, enabled: Output<Boolean>? = null, frequency: Output<Int>? = null, kind: Output<WebTestKind>? = null, location: Output<String>? = null, locations: Output<List<WebTestGeolocationArgs>>? = null, request: Output<WebTestPropertiesRequestArgs>? = null, resourceGroupName: Output<String>? = null, retryEnabled: Output<Boolean>? = null, syntheticMonitorId: Output<String>? = null, tags: Output<Map<String, String>>? = null, timeout: Output<Int>? = null, validationRules: Output<WebTestPropertiesValidationRulesArgs>? = null, webTestKind: Output<WebTestKind>? = null, webTestName: Output<String>? = null)