SqlVirtualMachineTroubleshootOperations interface

Interface representing a SqlVirtualMachineTroubleshoot operations.

Properties

beginTroubleshoot
beginTroubleshootAndWait
troubleshoot

Starts SQL virtual machine troubleshooting.

Property Details

beginTroubleshoot

Warning

This API is now deprecated.

use troubleshoot instead

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

Property Value

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

beginTroubleshootAndWait

Warning

This API is now deprecated.

use troubleshoot instead

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

Property Value

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

troubleshoot

Starts SQL virtual machine troubleshooting.

troubleshoot: (resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVmTroubleshooting, options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams) => PollerLike<OperationState<SqlVmTroubleshooting>, SqlVmTroubleshooting>

Property Value

(resourceGroupName: string, sqlVirtualMachineName: string, parameters: SqlVmTroubleshooting, options?: SqlVirtualMachineTroubleshootTroubleshootOptionalParams) => PollerLike<OperationState<SqlVmTroubleshooting>, SqlVmTroubleshooting>