Application Gateway Probe Args
constructor(host: Output<String>? = null, id: Output<String>? = null, interval: Output<Int>? = null, match: Output<ApplicationGatewayProbeHealthResponseMatchArgs>? = null, minServers: Output<Int>? = null, name: Output<String>? = null, path: Output<String>? = null, pickHostNameFromBackendHttpSettings: Output<Boolean>? = null, pickHostNameFromBackendSettings: Output<Boolean>? = null, port: Output<Int>? = null, protocol: Output<Either<String, ApplicationGatewayProtocol>>? = null, timeout: Output<Int>? = null, unhealthyThreshold: Output<Int>? = null)