AffinityGroupOperationsExtensions.Update Method (IAffinityGroupOperations, String, AffinityGroupUpdateParameters)
Updates the label or description of an affinity group in the specified subscription.
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
<ExtensionAttribute> Public Shared Function Update ( operations As IAffinityGroupOperations, affinityGroupName As String, parameters As AffinityGroupUpdateParameters ) As 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: Microsoft.Azure.AzureOperationResponseAn OperationResponse object that includes an HTTP status code and request ID.
For more information about updating affinity groups, see the following resources:
Show: