ScansCreateOrReplace interface
Methods
| delete(Request |
Deletes the scan associated with the data source. |
| get(Request |
Gets a scan information. |
| put(Scans |
Creates or replaces an instance of a scan. |
Method Details
delete(RequestParameters)
Deletes the scan associated with the data source.
function delete(options?: RequestParameters): StreamableMethod<ScansDelete204Response | ScansDeleteDefaultResponse>
Parameters
- options
- RequestParameters
Returns
get(RequestParameters)
Gets a scan information.
function get(options?: RequestParameters): StreamableMethod<ScansGet200Response | ScansGetDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(ScansCreateOrReplaceParameters)
Creates or replaces an instance of a scan.
function put(options: ScansCreateOrReplaceParameters): StreamableMethod<ScansCreateOrReplace200Response | ScansCreateOrReplace201Response | ScansCreateOrReplaceDefaultResponse>
Parameters
- options
- ScansCreateOrReplaceParameters