SqlVirtualMachineTroubleshootOperations interface
Schnittstelle stellt eine SqlVirtualMachineTroubleshoot-Operation dar.
Eigenschaften
| begin |
|
| begin |
|
| troubleshoot | Startet die Problembehandlung für virtuelle SQL-Computer. |
Details zur Eigenschaft
beginTroubleshoot
Warnung
Diese API ist nun veraltet.
use troubleshoot instead
beginTroubleshoot: (resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVmTroubleshooting, options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams) => Promise<SimplePollerLike<OperationState<SqlVmTroubleshooting>, SqlVmTroubleshooting>>
Eigenschaftswert
(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVmTroubleshooting, options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams) => Promise<SimplePollerLike<OperationState<SqlVmTroubleshooting>, SqlVmTroubleshooting>>
beginTroubleshootAndWait
Warnung
Diese API ist nun veraltet.
use troubleshoot instead
beginTroubleshootAndWait: (resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVmTroubleshooting, options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams) => Promise<SqlVmTroubleshooting>
Eigenschaftswert
(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVmTroubleshooting, options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams) => Promise<SqlVmTroubleshooting>
troubleshoot
Startet die Problembehandlung für virtuelle SQL-Computer.
troubleshoot: (resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVmTroubleshooting, options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams) => PollerLike<OperationState<SqlVmTroubleshooting>, SqlVmTroubleshooting>
Eigenschaftswert
(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVmTroubleshooting, options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams) => PollerLike<OperationState<SqlVmTroubleshooting>, SqlVmTroubleshooting>