AffinityGroupOperationsExtensions Class
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.
The Service Management API provides programmatic access to much of the functionality available through the Management Portal. The Service Management API is a REST API. All API operations are performed over SSL and are mutually authenticated using X.509 v3 certificates. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for more information)
public static class AffinityGroupOperationsExtensions
type AffinityGroupOperationsExtensions = class
Public Module AffinityGroupOperationsExtensions
- Inheritance
-
AffinityGroupOperationsExtensions
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