IAffinityGroupOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Operations for managing affinity groups in your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460798.aspx for more information)
public interface IAffinityGroupOperations
type IAffinityGroupOperations = interface
Public Interface IAffinityGroupOperations
Methods
CreateAsync(AffinityGroupCreateParameters, CancellationToken) |
The Create Affinity Group operation creates a new affinity group for the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715317.aspx for more information) |
DeleteAsync(String, CancellationToken) |
The Delete Affinity Group operation deletes an affinity group in the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715314.aspx for more information) |
GetAsync(String, CancellationToken) |
The Get Affinity Group Properties operation returns the system properties associated with the specified affinity group. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460789.aspx for more information) |
ListAsync(CancellationToken) |
The List Affinity Groups operation lists the affinity groups associated with the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460797.aspx for more information) |
UpdateAsync(String, AffinityGroupUpdateParameters, CancellationToken) |
The Update Affinity Group operation updates the label and/or the description for an affinity group for the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715316.aspx for more information) |
Extension Methods
Create(IAffinityGroupOperations, AffinityGroupCreateParameters) |
The Create Affinity Group operation creates a new affinity group for the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715317.aspx for more information) |
CreateAsync(IAffinityGroupOperations, AffinityGroupCreateParameters) |
The Create Affinity Group operation creates a new affinity group for the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715317.aspx for more information) |
Delete(IAffinityGroupOperations, String) |
The Delete Affinity Group operation deletes an affinity group in the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715314.aspx for more information) |
DeleteAsync(IAffinityGroupOperations, String) |
The Delete Affinity Group operation deletes an affinity group in the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715314.aspx for more information) |
Get(IAffinityGroupOperations, String) |
The Get Affinity Group Properties operation returns the system properties associated with the specified affinity group. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460789.aspx for more information) |
GetAsync(IAffinityGroupOperations, String) |
The Get Affinity Group Properties operation returns the system properties associated with the specified affinity group. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460789.aspx for more information) |
List(IAffinityGroupOperations) |
The List Affinity Groups operation lists the affinity groups associated with the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460797.aspx for more information) |
ListAsync(IAffinityGroupOperations) |
The List Affinity Groups operation lists the affinity groups associated with the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460797.aspx for more information) |
Update(IAffinityGroupOperations, String, AffinityGroupUpdateParameters) |
The Update Affinity Group operation updates the label and/or the description for an affinity group for the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715316.aspx for more information) |
UpdateAsync(IAffinityGroupOperations, String, AffinityGroupUpdateParameters) |
The Update Affinity Group operation updates the label and/or the description for an affinity group for the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715316.aspx for more information) |
Applies to
Azure SDK for .NET