IntegrationRuntimes

Disables interactive querying.

post/integrationruntimes/{integrationRuntimeName}:disableInteractiveQuery

Path parameters

integrationRuntimeNamestring required

The integration runtime name.

Query parameters

api-versionstring required

The api version to use.

Response

Success.

scanResultIdstring uuid

The scan result identifier.

startTimestring date-time

The start time of the operation.

endTimestring date-time

The end time of the operation.

status'Accepted' | 'InProgress' | 'TransientFailure' | 'Succeeded' | 'Failed' | 'Canceled'

Scan operation status.

Changes

Changed in 1 of the 4 revisions of this API.11

  • 2018-12-01-preview1dc732ab31fc11See the full diff
    • removed the success response with the status 200

      response-success-status-removed

    • added the success response with the status 202

      response-success-status-added