Share via


IAffinityGroupOperations Members

Represents the interface for operations that are used to manage affinity groups in a subscription.

The following tables list the members exposed by the IAffinityGroupOperations type.

Public Methods

(see also Extension Methods)

  Name Description
CreateAsync Asynchronously creates a new affinity group in the specified subscription.
DeleteAsync Asynchronously deletes an affinity group from the specified subscription.
GetAsync Asynchronously returns the system properties that are associated with the specified affinity group.
ListAsync Asynchronously lists the affinity groups that are associated with the specified subscription.
UpdateAsync Asynchronously updates the label or description of an affinity group in the specified subscription.

Top

Extension Methods

  Name Description
Create  Creates a new affinity group in the specified subscription. (Defined by AffinityGroupOperationsExtensions.)
CreateAsync  Asynchronously creates a new affinity group in the specified subscription. (Defined by AffinityGroupOperationsExtensions.)
Delete  Deletes an affinity group from the specified subscription. (Defined by AffinityGroupOperationsExtensions.)
DeleteAsync  Asynchronously deletes an affinity group from the specified subscription. (Defined by AffinityGroupOperationsExtensions.)
Get  Returns the system properties that are associated with the specified affinity group. (Defined by AffinityGroupOperationsExtensions.)
GetAsync  Asynchronously returns the system properties that are associated with the specified affinity group. (Defined by AffinityGroupOperationsExtensions.)
List  Lists the affinity groups that are associated with the specified subscription. (Defined by AffinityGroupOperationsExtensions.)
ListAsync  Asynchronously lists the affinity groups that are associated with the specified subscription. (Defined by AffinityGroupOperationsExtensions.)
Update  Updates the label or description of an affinity group in the specified subscription. (Defined by AffinityGroupOperationsExtensions.)
UpdateAsync  Asynchronously updates the label or description of an affinity group in the specified subscription. (Defined by AffinityGroupOperationsExtensions.)

Top

See Also

Reference

IAffinityGroupOperations Interface
Microsoft.WindowsAzure.Management Namespace