SqlVirtualMachineTroubleshoot interface
SqlVirtualMachineTroubleshoot を表すインターフェイス。
メソッド
begin |
SQL 仮想マシンのトラブルシューティングを開始します。 |
begin |
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 パラメーター。
戻り値
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 パラメーター。
戻り値
Promise<SqlVmTroubleshooting>
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript