IAffinityGroupOperations Interface

 

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

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

public interface class IAffinityGroupOperations

NameDescription
System_CAPS_pubmethodCreateAsync(AffinityGroupCreateParameters^, CancellationToken)

Asynchronously creates a new affinity group in the specified subscription.

System_CAPS_pubmethodDeleteAsync(String^, CancellationToken)

Asynchronously deletes an affinity group from the specified subscription.

System_CAPS_pubmethodGetAsync(String^, CancellationToken)

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

System_CAPS_pubmethodListAsync(CancellationToken)

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

System_CAPS_pubmethodUpdateAsync(String^, AffinityGroupUpdateParameters^, CancellationToken)

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

NameDescription
System_CAPS_pubmethodCreate(AffinityGroupCreateParameters^)

Creates a new affinity group in the specified subscription.(Defined by AffinityGroupOperationsExtensions.)

System_CAPS_pubmethodCreateAsync(AffinityGroupCreateParameters^)

Asynchronously creates a new affinity group in the specified subscription.(Defined by AffinityGroupOperationsExtensions.)

System_CAPS_pubmethodDelete(String^)

Deletes an affinity group from the specified subscription.(Defined by AffinityGroupOperationsExtensions.)

System_CAPS_pubmethodDeleteAsync(String^)

Asynchronously deletes an affinity group from the specified subscription.(Defined by AffinityGroupOperationsExtensions.)

System_CAPS_pubmethodGet(String^)

Returns the system properties that are associated with the specified affinity group.(Defined by AffinityGroupOperationsExtensions.)

System_CAPS_pubmethodGetAsync(String^)

Asynchronously returns the system properties that are associated with the specified affinity group.(Defined by AffinityGroupOperationsExtensions.)

System_CAPS_pubmethodList()

Lists the affinity groups that are associated with the specified subscription.(Defined by AffinityGroupOperationsExtensions.)

System_CAPS_pubmethodListAsync()

Asynchronously lists the affinity groups that are associated with the specified subscription.(Defined by AffinityGroupOperationsExtensions.)

System_CAPS_pubmethodUpdate(String^, AffinityGroupUpdateParameters^)

Updates the label or description of an affinity group in the specified subscription.(Defined by AffinityGroupOperationsExtensions.)

System_CAPS_pubmethodUpdateAsync(String^, AffinityGroupUpdateParameters^)

Asynchronously updates the label or description of an affinity group in the specified subscription.(Defined by AffinityGroupOperationsExtensions.)

Return to top
Show: