Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/12 13:38:48 (12 years ago)
Author:
spimming
Message:

#1680:

  • Storage service operations added:
  • list storage services
  • get keys for storage service
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Azure/Constants.cs

    r7441 r7545  
    6565    public const string URIHostedServiceFormat = "https://management.core.windows.net/{0}/services/hostedservices";
    6666    public const string URISpecificHostedServiceFormat = "https://management.core.windows.net/{0}/services/hostedservices/{1}";
     67    public const string URIStorageServiceFormat = "https://management.core.windows.net/{0}/services/storageservices";
     68    public const string URISpecificStorageServiceFormat = "https://management.core.windows.net/{0}/services/storageservices/{1}";
     69    public const string URIStorageServiceKeys = "https://management.core.windows.net/{0}/services/storageservices/{1}/keys";
    6770    public const string URILocationsFormat = "https://management.core.windows.net/{0}/locations";
    6871    public const string URIAffinityGroupFormat = "https://management.core.windows.net/{0}/affinitygroups";
Note: See TracChangeset for help on using the changeset viewer.