AffinityGroupOperationsExtensions.Delete Method (IAffinityGroupOperations, String)

 

Deletes an affinity group from the specified subscription.

Namespace:   Microsoft.WindowsAzure.Management
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

<ExtensionAttribute>
Public Shared Function Delete (
	operations As IAffinityGroupOperations,
	affinityGroupName As String
) As AzureOperationResponse

Parameters

operations
Type: Microsoft.WindowsAzure.Management.IAffinityGroupOperations

The IAffinityGroupOperations object.

affinityGroupName
Type: System.String

The name of the affinity group to delete.

Return Value

Type: Microsoft.Azure.AzureOperationResponse

An OperationResponse object that includes an HTTP status code and request ID.

Before you delete an affinity group, you must modify or delete any resources that currently use it. An affinity group cannot be deleted as long as it is associated with any resources.

For more information about deleting affinity groups, see the following resources:

Return to top
Show: