次の方法で共有


SqlVirtualMachineTroubleshoot interface

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

メソッド

beginTroubleshoot(string, string, SqlVmTroubleshooting, SqlVirtualMachineTroubleshootTroubleshootOptionalParams)

SQL 仮想マシンのトラブルシューティングを開始します。

beginTroubleshootAndWait(string, string, SqlVmTroubleshooting, SqlVirtualMachineTroubleshootTroubleshootOptionalParams)

SQL 仮想マシンのトラブルシューティングを開始します。

メソッドの詳細

beginTroubleshoot(string, string, SqlVmTroubleshooting, SqlVirtualMachineTroubleshootTroubleshootOptionalParams)

SQL 仮想マシンのトラブルシューティングを開始します。

function beginTroubleshoot(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVmTroubleshooting, options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams): Promise<SimplePollerLike<OperationState<SqlVmTroubleshooting>, SqlVmTroubleshooting>>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

sqlVirtualMachineName

string

SQL 仮想マシンの名前。

parameters
SqlVmTroubleshooting

SQL 仮想マシンのトラブルシューティング エンティティ。

options
SqlVirtualMachineTroubleshootTroubleshootOptionalParams

options パラメーター。

戻り値

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

beginTroubleshootAndWait(string, string, SqlVmTroubleshooting, SqlVirtualMachineTroubleshootTroubleshootOptionalParams)

SQL 仮想マシンのトラブルシューティングを開始します。

function beginTroubleshootAndWait(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVmTroubleshooting, options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams): Promise<SqlVmTroubleshooting>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

sqlVirtualMachineName

string

SQL 仮想マシンの名前。

parameters
SqlVmTroubleshooting

SQL 仮想マシンのトラブルシューティング エンティティ。

options
SqlVirtualMachineTroubleshootTroubleshootOptionalParams

options パラメーター。

戻り値