Share via


ManagementGroupsGetOptionalParams interface

選用參數。

Extends

屬性

cacheControl

指出要求是否應該使用任何快取。 使用 'no-cache' 值填入標頭,以略過現有的快取。

expand

$expand=children 查詢字串參數可讓用戶端要求在回應承載中包含子系。 $expand=path 包含從根群組到目前群組的路徑。 $expand=上階包含目前群組的上階識別碼。

filter

允許從結果排除訂用帳戶的篩選 (,也就是 '$filter=children.childType ne Subscription')

recurse

$recurse=true 查詢字串參數可讓用戶端要求在回應承載中包含整個階層。 請注意,如果 $recurse 設定為 true,則必須傳遞 $expand=children。

繼承的屬性

abortSignal

可用來中止要求的訊號。

onResponse

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

requestOptions

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

serializerOptions

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

tracingOptions

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

屬性詳細資料

cacheControl

指出要求是否應該使用任何快取。 使用 'no-cache' 值填入標頭,以略過現有的快取。

cacheControl?: string

屬性值

string

expand

$expand=children 查詢字串參數可讓用戶端要求在回應承載中包含子系。 $expand=path 包含從根群組到目前群組的路徑。 $expand=上階包含目前群組的上階識別碼。

expand?: string

屬性值

string

filter

允許從結果排除訂用帳戶的篩選 (,也就是 '$filter=children.childType ne Subscription')

filter?: string

屬性值

string

recurse

$recurse=true 查詢字串參數可讓用戶端要求在回應承載中包含整個階層。 請注意,如果 $recurse 設定為 true,則必須傳遞 $expand=children。

recurse?: boolean

屬性值

boolean

繼承的屬性詳細資料

abortSignal

可用來中止要求的訊號。

abortSignal?: AbortSignalLike

屬性值

繼承自 coreClient.OperationOptions.abortSignal

onResponse

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

onResponse?: RawResponseCallback

屬性值

繼承自 coreClient.OperationOptions.onResponse

requestOptions

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

requestOptions?: OperationRequestOptions

屬性值

繼承自 coreClient.OperationOptions.requestOptions

serializerOptions

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

serializerOptions?: SerializerOptions

屬性值

繼承自 coreClient.OperationOptions.serializerOptions

tracingOptions

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

tracingOptions?: OperationTracingOptions

屬性值

繼承自 coreClient.OperationOptions.tracingOptions