AffinityGroupOperationsExtensions Class

 

Represents the extensions for affinity group management.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.AffinityGroupOperationsExtensions

Syntax

public static class AffinityGroupOperationsExtensions
[ExtensionAttribute]
public ref class AffinityGroupOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type AffinityGroupOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class AffinityGroupOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(IAffinityGroupOperations, AffinityGroupCreateParameters)

Creates a new affinity group in the specified subscription.

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IAffinityGroupOperations, AffinityGroupCreateParameters)

Asynchronously creates a new affinity group in the specified subscription.

System_CAPS_pubmethodSystem_CAPS_static Delete(IAffinityGroupOperations, String)

Deletes an affinity group from the specified subscription.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IAffinityGroupOperations, String)

Asynchronously deletes an affinity group from the specified subscription.

System_CAPS_pubmethodSystem_CAPS_static Get(IAffinityGroupOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IAffinityGroupOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static List(IAffinityGroupOperations)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IAffinityGroupOperations)

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

System_CAPS_pubmethodSystem_CAPS_static Update(IAffinityGroupOperations, String, AffinityGroupUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static UpdateAsync(IAffinityGroupOperations, String, AffinityGroupUpdateParameters)

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

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management Namespace

Return to top