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 | |
---|---|---|
Create(IAffinityGroupOperations, AffinityGroupCreateParameters) | Creates a new affinity group in the specified subscription. |
|
CreateAsync(IAffinityGroupOperations, AffinityGroupCreateParameters) | Asynchronously creates a new affinity group in the specified subscription. |
|
Delete(IAffinityGroupOperations, String) | Deletes an affinity group from the specified subscription. |
|
DeleteAsync(IAffinityGroupOperations, String) | Asynchronously deletes an affinity group from the specified subscription. |
|
Get(IAffinityGroupOperations, String) | Returns the system properties that are associated with the specified affinity group. |
|
GetAsync(IAffinityGroupOperations, String) | Asynchronously returns the system properties that are associated with the specified affinity group. |
|
List(IAffinityGroupOperations) | Lists the affinity groups that are associated with the specified subscription. |
|
ListAsync(IAffinityGroupOperations) | Asynchronously lists the affinity groups that are associated with the specified subscription. |
|
Update(IAffinityGroupOperations, String, AffinityGroupUpdateParameters) | Updates the label or description of an affinity group in the specified subscription. |
|
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