共用方式為


DbVersionsListByLocationOptionalParams interface

選擇性參數。

Extends

屬性

dbSystemId

資料庫系統 AzureId。 如果提供,則會將結果篩選為資料庫系統支援的資料庫版本集。

dbSystemShape

如果提供,則會將結果篩選為指定資源配置支援的資料庫版本集。 例如,VM.Standard.E5.Flex

isDatabaseSoftwareImageSupported

如果為true,則會將結果篩選為資料庫軟體映像檔支援的Oracle Database版本集。

isUpgradeSupported

如果為true,則會將結果篩選為支援升級的資料庫版本集。

shapeFamily

如果提供,則會將結果篩選為指定造型族群支援的資料庫版本集。

storageManagement

資料庫系統儲存管理選項。 用來列出該儲存管理程式可用的資料庫版本。 有效值為 ASM 和 LVM。

繼承的屬性

abortSignal

可用來中止要求的訊號。

onResponse

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

requestOptions

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

tracingOptions

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

屬性詳細資料

dbSystemId

資料庫系統 AzureId。 如果提供,則會將結果篩選為資料庫系統支援的資料庫版本集。

dbSystemId?: string

屬性值

string

dbSystemShape

如果提供,則會將結果篩選為指定資源配置支援的資料庫版本集。 例如,VM.Standard.E5.Flex

dbSystemShape?: string

屬性值

string

isDatabaseSoftwareImageSupported

如果為true,則會將結果篩選為資料庫軟體映像檔支援的Oracle Database版本集。

isDatabaseSoftwareImageSupported?: boolean

屬性值

boolean

isUpgradeSupported

如果為true,則會將結果篩選為支援升級的資料庫版本集。

isUpgradeSupported?: boolean

屬性值

boolean

shapeFamily

如果提供,則會將結果篩選為指定造型族群支援的資料庫版本集。

shapeFamily?: string

屬性值

string

storageManagement

資料庫系統儲存管理選項。 用來列出該儲存管理程式可用的資料庫版本。 有效值為 ASM 和 LVM。

storageManagement?: string

屬性值

string

繼承的屬性詳細資料

abortSignal

可用來中止要求的訊號。

abortSignal?: AbortSignalLike

屬性值

繼承自 OperationOptions.abortSignal

onResponse

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

onResponse?: RawResponseCallback

屬性值

繼承自 OperationOptions.onResponse

requestOptions

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

requestOptions?: OperationRequestOptions

屬性值

繼承自 OperationOptions.requestOptions

tracingOptions

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

tracingOptions?: OperationTracingOptions

屬性值

繼承自 OperationOptions.tracingOptions