共用方式為


SoftwareUpdateConfigurationMachineRunsListOptionalParams interface

選用參數。

Extends

OperationOptions

屬性

clientRequestId

識別這個特定的用戶端要求。

filter

要套用至作業的篩選準則。 您可以使用下列篩選:'properties/osType'、'properties/status'、'properties/startTime'和 'properties/softwareUpdateConfiguration/name'

skip

傳回結果之前略過的專案數

top

結果集合中傳回的專案數目上限

繼承的屬性

abortSignal

可用來中止要求的訊號。

onResponse

每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。

requestOptions

建立和傳送此作業之 HTTP 要求時所使用的選項。

serializerOptions

覆寫序列化/取消序列化行為的選項。

tracingOptions

啟用追蹤時所使用的選項。

屬性詳細資料

clientRequestId

識別這個特定的用戶端要求。

clientRequestId?: undefined | string

屬性值

undefined | string

filter

要套用至作業的篩選準則。 您可以使用下列篩選:'properties/osType'、'properties/status'、'properties/startTime'和 'properties/softwareUpdateConfiguration/name'

filter?: undefined | string

屬性值

undefined | string

skip

傳回結果之前略過的專案數

skip?: undefined | string

屬性值

undefined | string

top

結果集合中傳回的專案數目上限

top?: undefined | string

屬性值

undefined | string

繼承的屬性詳細資料

abortSignal

可用來中止要求的訊號。

abortSignal?: AbortSignalLike

屬性值

AbortSignalLike

繼承自 OperationOptions.abortSignal

onResponse

每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。

onResponse?: RawResponseCallback

屬性值

RawResponseCallback

繼承自 OperationOptions.onResponse

requestOptions

建立和傳送此作業之 HTTP 要求時所使用的選項。

requestOptions?: OperationRequestOptions

屬性值

OperationRequestOptions

繼承自 OperationOptions.requestOptions

serializerOptions

覆寫序列化/取消序列化行為的選項。

serializerOptions?: SerializerOptions

屬性值

SerializerOptions

繼承自 OperationOptions.serializerOptions

tracingOptions

啟用追蹤時所使用的選項。

tracingOptions?: OperationTracingOptions

屬性值

OperationTracingOptions

繼承自 OperationOptions.tracingOptions