AffinityGroupOperationsExtensions.CreateAsync Method (IAffinityGroupOperations, AffinityGroupCreateParameters)

 

Asynchronously creates a new affinity group in the specified subscription.

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

<ExtensionAttribute>
Public Shared Function CreateAsync (
	operations As IAffinityGroupOperations,
	parameters As AffinityGroupCreateParameters
) As Task(Of AzureOperationResponse)

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 creating affinity groups, see the following resources:

Return to top
Show: