Freigeben über


SqlVirtualMachineTroubleshoot interface

Schnittstelle, die eine SqlVirtualMachineTroubleshoot darstellt.

Methoden

beginTroubleshoot(string, string, SqlVmTroubleshooting, SqlVirtualMachineTroubleshootTroubleshootOptionalParams)

Startet die Problembehandlung für virtuelle SQL-Computer.

beginTroubleshootAndWait(string, string, SqlVmTroubleshooting, SqlVirtualMachineTroubleshootTroubleshootOptionalParams)

Startet die Problembehandlung für virtuelle SQL-Computer.

Details zur Methode

beginTroubleshoot(string, string, SqlVmTroubleshooting, SqlVirtualMachineTroubleshootTroubleshootOptionalParams)

Startet die Problembehandlung für virtuelle SQL-Computer.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe, die die Ressource enthält. Sie können diesen Wert aus der Azure Resource Manager-API oder dem Portal abrufen.

sqlVirtualMachineName

string

Name des virtuellen SQL-Computers.

parameters
SqlVmTroubleshooting

Die Entität zur Problembehandlung des virtuellen SQL-Computers.

Gibt zurück

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

beginTroubleshootAndWait(string, string, SqlVmTroubleshooting, SqlVirtualMachineTroubleshootTroubleshootOptionalParams)

Startet die Problembehandlung für virtuelle SQL-Computer.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe, die die Ressource enthält. Sie können diesen Wert aus der Azure Resource Manager-API oder dem Portal abrufen.

sqlVirtualMachineName

string

Name des virtuellen SQL-Computers.

parameters
SqlVmTroubleshooting

Die Entität zur Problembehandlung des virtuellen SQL-Computers.

Gibt zurück