Share via


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)

Syntax

public static AzureOperationResponse Delete(
    this IAffinityGroupOperations operations,
    string affinityGroupName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Delete(
    IAffinityGroupOperations^ operations,
    String^ affinityGroupName
)
static member Delete : 
        operations:IAffinityGroupOperations *
        affinityGroupName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
    operations As IAffinityGroupOperations,
    affinityGroupName As String
) As AzureOperationResponse

Parameters

  • 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.

Remarks

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:

See Also

AffinityGroupOperationsExtensions Class
Microsoft.WindowsAzure.Management Namespace

Return to top