次の方法で共有


ServerInstances interface

ServerInstances を表すインターフェイス。

メソッド

beginCreate(string, string, string, string, ServerInstance, ServerInstancesCreateOptionalParams)

サーバー インスタンス リソースを作成します。

;これはサービスでのみ使用されます。 エンド ユーザーによるこのリソースに対する PUT 操作では、無効な要求エラーが返されます。

beginCreateAndWait(string, string, string, string, ServerInstance, ServerInstancesCreateOptionalParams)

サーバー インスタンス リソースを作成します。

;これはサービスでのみ使用されます。 エンド ユーザーによるこのリソースに対する PUT 操作では、無効な要求エラーが返されます。

beginDelete(string, string, string, string, ServerInstancesDeleteOptionalParams)

サーバー インスタンス リソースを削除します。

;これはサービスでのみ使用されます。 エンド ユーザーによるこのリソースに対する削除操作では、無効な要求エラーが返されます。 親リソース (SAP 移行検出サイト リソース) は、そのリソースの削除操作を使用して削除できます。

beginDeleteAndWait(string, string, string, string, ServerInstancesDeleteOptionalParams)

サーバー インスタンス リソースを削除します。

;これはサービスでのみ使用されます。 エンド ユーザーによるこのリソースに対する削除操作では、無効な要求エラーが返されます。 親リソース (SAP 移行検出サイト リソース) は、そのリソースの削除操作を使用して削除できます。

get(string, string, string, string, ServerInstancesGetOptionalParams)

サーバー インスタンス リソースを取得します。

listBySapInstance(string, string, string, ServerInstancesListBySapInstanceOptionalParams)

特定の SAP インスタンス リソースのサーバー インスタンス リソースをListsします。

update(string, string, string, string, UpdateServerInstanceRequest, ServerInstancesUpdateOptionalParams)

サーバー インスタンス リソースをUpdatesします。 エンド ユーザーによるリソースに対するこの操作では、無効な要求エラーが返されます。

メソッドの詳細

beginCreate(string, string, string, string, ServerInstance, ServerInstancesCreateOptionalParams)

サーバー インスタンス リソースを作成します。

;これはサービスでのみ使用されます。 エンド ユーザーによるこのリソースに対する PUT 操作では、無効な要求エラーが返されます。

function beginCreate(resourceGroupName: string, sapDiscoverySiteName: string, sapInstanceName: string, serverInstanceName: string, resource: ServerInstance, options?: ServerInstancesCreateOptionalParams): Promise<SimplePollerLike<OperationState<ServerInstance>, ServerInstance>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

sapDiscoverySiteName

string

SAP Migration の検出サイト リソースの名前。

sapInstanceName

string

SAP Migration の SAP インスタンス リソースの名前。

serverInstanceName

string

SAP Migration のサーバー インスタンス リソースの名前。

resource
ServerInstance

リソース作成パラメーター。

options
ServerInstancesCreateOptionalParams

options パラメーター。

戻り値

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

beginCreateAndWait(string, string, string, string, ServerInstance, ServerInstancesCreateOptionalParams)

サーバー インスタンス リソースを作成します。

;これはサービスでのみ使用されます。 エンド ユーザーによるこのリソースに対する PUT 操作では、無効な要求エラーが返されます。

function beginCreateAndWait(resourceGroupName: string, sapDiscoverySiteName: string, sapInstanceName: string, serverInstanceName: string, resource: ServerInstance, options?: ServerInstancesCreateOptionalParams): Promise<ServerInstance>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

sapDiscoverySiteName

string

SAP Migration の検出サイト リソースの名前。

sapInstanceName

string

SAP Migration の SAP インスタンス リソースの名前。

serverInstanceName

string

SAP Migration のサーバー インスタンス リソースの名前。

resource
ServerInstance

リソース作成パラメーター。

options
ServerInstancesCreateOptionalParams

options パラメーター。

戻り値

Promise<ServerInstance>

beginDelete(string, string, string, string, ServerInstancesDeleteOptionalParams)

サーバー インスタンス リソースを削除します。

;これはサービスでのみ使用されます。 エンド ユーザーによるこのリソースに対する削除操作では、無効な要求エラーが返されます。 親リソース (SAP 移行検出サイト リソース) は、そのリソースの削除操作を使用して削除できます。

function beginDelete(resourceGroupName: string, sapDiscoverySiteName: string, sapInstanceName: string, serverInstanceName: string, options?: ServerInstancesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

sapDiscoverySiteName

string

SAP Migration の検出サイト リソースの名前。

sapInstanceName

string

SAP Migration の SAP インスタンス リソースの名前。

serverInstanceName

string

SAP Migration のサーバー インスタンス リソースの名前。

options
ServerInstancesDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, string, string, ServerInstancesDeleteOptionalParams)

サーバー インスタンス リソースを削除します。

;これはサービスでのみ使用されます。 エンド ユーザーによるこのリソースに対する削除操作では、無効な要求エラーが返されます。 親リソース (SAP 移行検出サイト リソース) は、そのリソースの削除操作を使用して削除できます。

function beginDeleteAndWait(resourceGroupName: string, sapDiscoverySiteName: string, sapInstanceName: string, serverInstanceName: string, options?: ServerInstancesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

sapDiscoverySiteName

string

SAP Migration の検出サイト リソースの名前。

sapInstanceName

string

SAP Migration の SAP インスタンス リソースの名前。

serverInstanceName

string

SAP Migration のサーバー インスタンス リソースの名前。

options
ServerInstancesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, string, ServerInstancesGetOptionalParams)

サーバー インスタンス リソースを取得します。

function get(resourceGroupName: string, sapDiscoverySiteName: string, sapInstanceName: string, serverInstanceName: string, options?: ServerInstancesGetOptionalParams): Promise<ServerInstance>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

sapDiscoverySiteName

string

SAP Migration の検出サイト リソースの名前。

sapInstanceName

string

SAP Migration の SAP インスタンス リソースの名前。

serverInstanceName

string

SAP Migration のサーバー インスタンス リソースの名前。

options
ServerInstancesGetOptionalParams

options パラメーター。

戻り値

Promise<ServerInstance>

listBySapInstance(string, string, string, ServerInstancesListBySapInstanceOptionalParams)

特定の SAP インスタンス リソースのサーバー インスタンス リソースをListsします。

function listBySapInstance(resourceGroupName: string, sapDiscoverySiteName: string, sapInstanceName: string, options?: ServerInstancesListBySapInstanceOptionalParams): PagedAsyncIterableIterator<ServerInstance, ServerInstance[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

sapDiscoverySiteName

string

SAP Migration の検出サイト リソースの名前。

sapInstanceName

string

SAP Migration の SAP インスタンス リソースの名前。

options
ServerInstancesListBySapInstanceOptionalParams

options パラメーター。

戻り値

update(string, string, string, string, UpdateServerInstanceRequest, ServerInstancesUpdateOptionalParams)

サーバー インスタンス リソースをUpdatesします。 エンド ユーザーによるリソースに対するこの操作では、無効な要求エラーが返されます。

function update(resourceGroupName: string, sapDiscoverySiteName: string, sapInstanceName: string, serverInstanceName: string, properties: UpdateServerInstanceRequest, options?: ServerInstancesUpdateOptionalParams): Promise<ServerInstance>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

sapDiscoverySiteName

string

SAP Migration の検出サイト リソースの名前。

sapInstanceName

string

SAP Migration の SAP インスタンス リソースの名前。

serverInstanceName

string

SAP Migration のサーバー インスタンス リソースの名前。

properties
UpdateServerInstanceRequest

更新するリソース プロパティ。

options
ServerInstancesUpdateOptionalParams

options パラメーター。

戻り値

Promise<ServerInstance>