Compartir a través de


SqlVirtualMachineTroubleshoot interface

Interfaz que representa una instancia de SqlVirtualMachineTroubleshoot.

Métodos

beginTroubleshoot(string, string, SqlVmTroubleshooting, SqlVirtualMachineTroubleshootTroubleshootOptionalParams)

Inicia la solución de problemas de máquina virtual de SQL.

beginTroubleshootAndWait(string, string, SqlVmTroubleshooting, SqlVirtualMachineTroubleshootTroubleshootOptionalParams)

Inicia la solución de problemas de máquina virtual de SQL.

Detalles del método

beginTroubleshoot(string, string, SqlVmTroubleshooting, SqlVirtualMachineTroubleshootTroubleshootOptionalParams)

Inicia la solución de problemas de máquina virtual de SQL.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

sqlVirtualMachineName

string

Nombre de la máquina virtual SQL.

parameters
SqlVmTroubleshooting

Entidad de solución de problemas de máquina virtual de SQL.

Devoluciones

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

beginTroubleshootAndWait(string, string, SqlVmTroubleshooting, SqlVirtualMachineTroubleshootTroubleshootOptionalParams)

Inicia la solución de problemas de máquina virtual de SQL.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

sqlVirtualMachineName

string

Nombre de la máquina virtual SQL.

parameters
SqlVmTroubleshooting

Entidad de solución de problemas de máquina virtual de SQL.

Devoluciones