IAffinityGroupOperations.CreateAsync Method (AffinityGroupCreateParameters, CancellationToken)

 

Asynchronously creates a new affinity group in the specified subscription.

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

Task<AzureOperationResponse> CreateAsync(
	AffinityGroupCreateParameters parameters,
	CancellationToken cancellationToken
)

Return Value

Type: System.Threading.Tasks.Task<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: