AffinityGroupOperationsExtensions.Update 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.
The Update Affinity Group operation updates the label and/or the description for an affinity group for the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715316.aspx for more information)
public static Microsoft.Azure.AzureOperationResponse Update (this Microsoft.WindowsAzure.Management.IAffinityGroupOperations operations, string affinityGroupName, Microsoft.WindowsAzure.Management.Models.AffinityGroupUpdateParameters parameters);
static member Update : Microsoft.WindowsAzure.Management.IAffinityGroupOperations * string * Microsoft.WindowsAzure.Management.Models.AffinityGroupUpdateParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Update (operations As IAffinityGroupOperations, affinityGroupName As String, parameters As AffinityGroupUpdateParameters) As AzureOperationResponse
Parameters
- operations
- IAffinityGroupOperations
Reference to the Microsoft.WindowsAzure.Management.IAffinityGroupOperations.
- affinityGroupName
- String
Required. The name of the affinity group.
- parameters
- AffinityGroupUpdateParameters
Required. Parameters supplied to the Update Affinity Group operation.
Returns
A standard service response including an HTTP status code and request ID.