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)

Syntax

public interface IAffinityGroupOperations
public interface class IAffinityGroupOperations
type IAffinityGroupOperations = interface end
Public Interface IAffinityGroupOperations

Methods

Name Description
System_CAPS_pubmethod CreateAsync(AffinityGroupCreateParameters, CancellationToken)

Asynchronously creates a new affinity group in the specified subscription.

System_CAPS_pubmethod DeleteAsync(String, CancellationToken)

Asynchronously deletes an affinity group from the specified subscription.

System_CAPS_pubmethod GetAsync(String, CancellationToken)

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

System_CAPS_pubmethod ListAsync(CancellationToken)

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

System_CAPS_pubmethod UpdateAsync(String, AffinityGroupUpdateParameters, CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod Create(AffinityGroupCreateParameters)

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

System_CAPS_pubmethod CreateAsync(AffinityGroupCreateParameters)

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

System_CAPS_pubmethod Delete(String)

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

System_CAPS_pubmethod DeleteAsync(String)

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

System_CAPS_pubmethod Get(String)

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

System_CAPS_pubmethod GetAsync(String)

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

System_CAPS_pubmethod List()

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

System_CAPS_pubmethod ListAsync()

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

System_CAPS_pubmethod Update(String, AffinityGroupUpdateParameters)

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

System_CAPS_pubmethod UpdateAsync(String, AffinityGroupUpdateParameters)

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

Remarks

For more information about working with affinity groups, see the following resources:

See Also

Microsoft.WindowsAzure.Management Namespace

Return to top