SqlVirtualMachineGroupsOperationsExtensions.BeginDeleteAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes a SQL virtual machine group.
public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.SqlVirtualMachine.ISqlVirtualMachineGroupsOperations operations, string resourceGroupName, string sqlVirtualMachineGroupName, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteAsync : Microsoft.Azure.Management.SqlVirtualMachine.ISqlVirtualMachineGroupsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginDeleteAsync (operations As ISqlVirtualMachineGroupsOperations, resourceGroupName As String, sqlVirtualMachineGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- ISqlVirtualMachineGroupsOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- sqlVirtualMachineGroupName
- String
Name of the SQL virtual machine group.
- cancellationToken
- CancellationToken
The cancellation token.