共用方式為


SAPDatabaseInstances interface

表示 SAPDatabaseInstances 的介面。

方法

beginCreate(string, string, string, SAPDatabaseInstancesCreateOptionalParams)

建立對應至 SAP 解決方案資源的虛擬實例的資料庫資源。

這隻會由服務使用。 使用者 PUT 會傳回錯誤要求錯誤。

beginCreateAndWait(string, string, string, SAPDatabaseInstancesCreateOptionalParams)

建立對應至 SAP 解決方案資源的虛擬實例的資料庫資源。

這隻會由服務使用。 使用者 PUT 會傳回錯誤要求錯誤。

beginDelete(string, string, string, SAPDatabaseInstancesDeleteOptionalParams)

刪除對應至 SAP 解決方案資源之虛擬實例的資料庫資源。

這隻會由服務使用。 使用者刪除會傳回不正確的要求錯誤。

beginDeleteAndWait(string, string, string, SAPDatabaseInstancesDeleteOptionalParams)

刪除對應至 SAP 解決方案資源之虛擬實例的資料庫資源。

這隻會由服務使用。 使用者刪除會傳回不正確的要求錯誤。

beginStartInstance(string, string, string, SAPDatabaseInstancesStartInstanceOptionalParams)

啟動 SAP 系統的資料庫實例。

beginStartInstanceAndWait(string, string, string, SAPDatabaseInstancesStartInstanceOptionalParams)

啟動 SAP 系統的資料庫實例。

beginStopInstance(string, string, string, SAPDatabaseInstancesStopInstanceOptionalParams)

停止 SAP 系統的資料庫實例。

beginStopInstanceAndWait(string, string, string, SAPDatabaseInstancesStopInstanceOptionalParams)

停止 SAP 系統的資料庫實例。

beginUpdate(string, string, string, SAPDatabaseInstancesUpdateOptionalParams)

更新資料庫資源。

beginUpdateAndWait(string, string, string, SAPDatabaseInstancesUpdateOptionalParams)

更新資料庫資源。

get(string, string, string, SAPDatabaseInstancesGetOptionalParams)

取得 SAP 資料庫實例資源。

list(string, string, SAPDatabaseInstancesListOptionalParams)

列出與 SAP 解決方案資源之虛擬實例相關聯的資料庫資源。

方法詳細資料

beginCreate(string, string, string, SAPDatabaseInstancesCreateOptionalParams)

建立對應至 SAP 解決方案資源的虛擬實例的資料庫資源。

這隻會由服務使用。 使用者 PUT 會傳回錯誤要求錯誤。

function beginCreate(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<SAPDatabaseInstance>, SAPDatabaseInstance>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sapVirtualInstanceName

string

SAP 解決方案資源的虛擬實例名稱

databaseInstanceName

string

模型化為參數的資料庫資源名稱字串,以便自動產生正常運作。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<SAPDatabaseInstance>, SAPDatabaseInstance>>

beginCreateAndWait(string, string, string, SAPDatabaseInstancesCreateOptionalParams)

建立對應至 SAP 解決方案資源的虛擬實例的資料庫資源。

這隻會由服務使用。 使用者 PUT 會傳回錯誤要求錯誤。

function beginCreateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesCreateOptionalParams): Promise<SAPDatabaseInstance>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sapVirtualInstanceName

string

SAP 解決方案資源的虛擬實例名稱

databaseInstanceName

string

模型化為參數的資料庫資源名稱字串,以便自動產生正常運作。

傳回

beginDelete(string, string, string, SAPDatabaseInstancesDeleteOptionalParams)

刪除對應至 SAP 解決方案資源之虛擬實例的資料庫資源。

這隻會由服務使用。 使用者刪除會傳回不正確的要求錯誤。

function beginDelete(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sapVirtualInstanceName

string

SAP 解決方案資源的虛擬實例名稱

databaseInstanceName

string

模型化為參數的資料庫資源名稱字串,以便自動產生正常運作。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginDeleteAndWait(string, string, string, SAPDatabaseInstancesDeleteOptionalParams)

刪除對應至 SAP 解決方案資源之虛擬實例的資料庫資源。

這隻會由服務使用。 使用者刪除會傳回不正確的要求錯誤。

function beginDeleteAndWait(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesDeleteOptionalParams): Promise<OperationStatusResult>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sapVirtualInstanceName

string

SAP 解決方案資源的虛擬實例名稱

databaseInstanceName

string

模型化為參數的資料庫資源名稱字串,以便自動產生正常運作。

傳回

beginStartInstance(string, string, string, SAPDatabaseInstancesStartInstanceOptionalParams)

啟動 SAP 系統的資料庫實例。

function beginStartInstance(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesStartInstanceOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sapVirtualInstanceName

string

SAP 解決方案資源的虛擬實例名稱

databaseInstanceName

string

模型化為參數的資料庫資源名稱字串,以便自動產生正常運作。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginStartInstanceAndWait(string, string, string, SAPDatabaseInstancesStartInstanceOptionalParams)

啟動 SAP 系統的資料庫實例。

function beginStartInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesStartInstanceOptionalParams): Promise<OperationStatusResult>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sapVirtualInstanceName

string

SAP 解決方案資源的虛擬實例名稱

databaseInstanceName

string

模型化為參數的資料庫資源名稱字串,以便自動產生正常運作。

傳回

beginStopInstance(string, string, string, SAPDatabaseInstancesStopInstanceOptionalParams)

停止 SAP 系統的資料庫實例。

function beginStopInstance(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesStopInstanceOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sapVirtualInstanceName

string

SAP 解決方案資源的虛擬實例名稱

databaseInstanceName

string

模型化為參數的資料庫資源名稱字串,以便自動產生正常運作。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginStopInstanceAndWait(string, string, string, SAPDatabaseInstancesStopInstanceOptionalParams)

停止 SAP 系統的資料庫實例。

function beginStopInstanceAndWait(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesStopInstanceOptionalParams): Promise<OperationStatusResult>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sapVirtualInstanceName

string

SAP 解決方案資源的虛擬實例名稱

databaseInstanceName

string

模型化為參數的資料庫資源名稱字串,以便自動產生正常運作。

傳回

beginUpdate(string, string, string, SAPDatabaseInstancesUpdateOptionalParams)

更新資料庫資源。

function beginUpdate(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SAPDatabaseInstance>, SAPDatabaseInstance>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sapVirtualInstanceName

string

SAP 解決方案資源的虛擬實例名稱

databaseInstanceName

string

模型化為參數的資料庫資源名稱字串,以便自動產生正常運作。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<SAPDatabaseInstance>, SAPDatabaseInstance>>

beginUpdateAndWait(string, string, string, SAPDatabaseInstancesUpdateOptionalParams)

更新資料庫資源。

function beginUpdateAndWait(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesUpdateOptionalParams): Promise<SAPDatabaseInstance>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sapVirtualInstanceName

string

SAP 解決方案資源的虛擬實例名稱

databaseInstanceName

string

模型化為參數的資料庫資源名稱字串,以便自動產生正常運作。

傳回

get(string, string, string, SAPDatabaseInstancesGetOptionalParams)

取得 SAP 資料庫實例資源。

function get(resourceGroupName: string, sapVirtualInstanceName: string, databaseInstanceName: string, options?: SAPDatabaseInstancesGetOptionalParams): Promise<SAPDatabaseInstance>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sapVirtualInstanceName

string

SAP 解決方案資源的虛擬實例名稱

databaseInstanceName

string

模型化為參數的資料庫資源名稱字串,以便自動產生正常運作。

options
SAPDatabaseInstancesGetOptionalParams

選項參數。

傳回

list(string, string, SAPDatabaseInstancesListOptionalParams)

列出與 SAP 解決方案資源之虛擬實例相關聯的資料庫資源。

function list(resourceGroupName: string, sapVirtualInstanceName: string, options?: SAPDatabaseInstancesListOptionalParams): PagedAsyncIterableIterator<SAPDatabaseInstance, SAPDatabaseInstance[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sapVirtualInstanceName

string

SAP 解決方案資源的虛擬實例名稱

options
SAPDatabaseInstancesListOptionalParams

選項參數。

傳回