共用方式為


TrainingAPIClientDeleteImagesOptionalParams interface

選擇性參數。

Extends

屬性

allImages

指定要刪除所有影像的旗標,請指定此旗標或影像清單。 使用此旗標會傳回 202 回應,指出正在刪除影像。

allIterations

從所有反復專案中移除這些映射,而不只是目前的工作區。 使用此旗標會傳回 202 回應,指出正在刪除影像。

imageIds

要刪除的影像識別碼。 每個批次限制為 256 個映射。

繼承的屬性

abortSignal

可用來中止要求的訊號。

customHeaders

使用者定義自訂要求標頭,會在傳送要求之前套用。

onDownloadProgress

下載進度時引發的回呼。

onUploadProgress

上傳進度時引發的回呼。

timeout

要求可能需要的毫秒數,才能自動終止。

屬性詳細資料

allImages

指定要刪除所有影像的旗標,請指定此旗標或影像清單。 使用此旗標會傳回 202 回應,指出正在刪除影像。

allImages?: boolean

屬性值

boolean

allIterations

從所有反復專案中移除這些映射,而不只是目前的工作區。 使用此旗標會傳回 202 回應,指出正在刪除影像。

allIterations?: boolean

屬性值

boolean

imageIds

要刪除的影像識別碼。 每個批次限制為 256 個映射。

imageIds?: string[]

屬性值

string[]

繼承的屬性詳細資料

abortSignal

可用來中止要求的訊號。

abortSignal?: AbortSignalLike

屬性值

繼承自 msRest.RequestOptionsBase.abortSignal

customHeaders

使用者定義自訂要求標頭,會在傳送要求之前套用。

customHeaders?: {[key: string]: string}

屬性值

{[key: string]: string}

繼承自 msRest.RequestOptionsBase.customHeaders

onDownloadProgress

下載進度時引發的回呼。

onDownloadProgress?: (progress: TransferProgressEvent) => void

屬性值

(progress: TransferProgressEvent) => void

繼承自 msRest.RequestOptionsBase.onDownloadProgress

onUploadProgress

上傳進度時引發的回呼。

onUploadProgress?: (progress: TransferProgressEvent) => void

屬性值

(progress: TransferProgressEvent) => void

繼承自 msRest.RequestOptionsBase.onUploadProgress

timeout

要求可能需要的毫秒數,才能自動終止。

timeout?: number

屬性值

number

繼承自 msRest.RequestOptionsBase.timeout