Changeset 7339 for branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Azure/IAzureProvider.cs
- Timestamp:
- 01/16/12 18:24:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Azure/IAzureProvider.cs
r7299 r7339 27 27 Subscription GetSubscriptionInfo(string subscriptionId, string thumbprint); 28 28 List<string> ListLocations(Subscription subscription); 29 List<HostedService> ListHostedServices(Subscription subscription); 30 List<AffinityGroup> ListAffinityGroups(Subscription subscription); 31 29 32 } 30 33 }
Note: See TracChangeset
for help on using the changeset viewer.