AffinityGroupOperationsExtensions.UpdateAsync Method (IAffinityGroupOperations, String, AffinityGroupUpdateParameters)

 

Asynchronously updates the label or description of an affinity group in the specified subscription.

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

<ExtensionAttribute>
Public Shared Function UpdateAsync (
	operations As IAffinityGroupOperations,
	affinityGroupName As String,
	parameters As AffinityGroupUpdateParameters
) As Task(Of AzureOperationResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.IAffinityGroupOperations

The IAffinityGroupOperations object.

affinityGroupName
Type: System.String

The name of the affinity group to update.

parameters
Type: Microsoft.WindowsAzure.Management.Models.AffinityGroupUpdateParameters

The AffinityGroupUpdateParameters object that contains the new label or description of the affinity group.

Return Value

Type: System.Threading.Tasks.Task(Of AzureOperationResponse)

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

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

Return to top
Show: