Share via


ScansCreateOrReplace interface

Methods

delete(RequestParameters)

Deletes the scan associated with the data source.

get(RequestParameters)

Gets a scan information.

put(ScansCreateOrReplaceParameters)

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

Returns

get(RequestParameters)

Gets a scan information.

function get(options?: RequestParameters): StreamableMethod<ScansGet200Response | ScansGetDefaultResponse>

Parameters

Returns

put(ScansCreateOrReplaceParameters)

Creates or replaces an instance of a scan.

function put(options: ScansCreateOrReplaceParameters): StreamableMethod<ScansCreateOrReplace200Response | ScansCreateOrReplace201Response | ScansCreateOrReplaceDefaultResponse>

Parameters

Returns