AffinityGroupOperationsExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(IAffinityGroupOperations, AffinityGroupCreateParameters)

Creates a new affinity group in the specified subscription.

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IAffinityGroupOperations, AffinityGroupCreateParameters)

Asynchronously creates a new affinity group in the specified subscription.

System_CAPS_pubmethodSystem_CAPS_staticDelete(IAffinityGroupOperations, String)

Deletes an affinity group from the specified subscription.

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IAffinityGroupOperations, String)

Asynchronously deletes an affinity group from the specified subscription.

System_CAPS_pubmethodSystem_CAPS_staticGet(IAffinityGroupOperations, String)

Returns the system properties that are associated with the specified affinity group.

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IAffinityGroupOperations, String)

Asynchronously returns the system properties that are associated with the specified affinity group.

System_CAPS_pubmethodSystem_CAPS_staticList(IAffinityGroupOperations)

Lists the affinity groups that are associated with the specified subscription.

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IAffinityGroupOperations)

Asynchronously lists the affinity groups that are associated with the specified subscription.

System_CAPS_pubmethodSystem_CAPS_staticUpdate(IAffinityGroupOperations, String, AffinityGroupUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticUpdateAsync(IAffinityGroupOperations, String, AffinityGroupUpdateParameters)

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

Return to top
Show: