StoreManagementClient 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 Windows Azure Store API is a REST API for managing Windows Azure Store add-ins.
public class StoreManagementClient : Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Management.Store.StoreManagementClient>, IDisposable, Microsoft.WindowsAzure.Management.Store.IStoreManagementClient
type StoreManagementClient = class
inherit ServiceClient<StoreManagementClient>
interface IStoreManagementClient
interface IDisposable
Public Class StoreManagementClient
Inherits ServiceClient(Of StoreManagementClient)
Implements IDisposable, IStoreManagementClient
- Inheritance
-
Hyak.Common.ServiceClient<StoreManagementClient>StoreManagementClient
- Implements
Constructors
StoreManagementClient() |
Initializes a new instance of the StoreManagementClient class. |
StoreManagementClient(HttpClient) |
Initializes a new instance of the StoreManagementClient class. |
StoreManagementClient(SubscriptionCloudCredentials, HttpClient) |
Initializes a new instance of the StoreManagementClient class. |
StoreManagementClient(SubscriptionCloudCredentials, Uri, HttpClient) |
Initializes a new instance of the StoreManagementClient class. |
StoreManagementClient(SubscriptionCloudCredentials, Uri) |
Initializes a new instance of the StoreManagementClient class. |
StoreManagementClient(SubscriptionCloudCredentials) |
Initializes a new instance of the StoreManagementClient class. |
Properties
AddOns |
Provides REST operations for working with Store add-ins from the Windows Azure store service. |
ApiVersion |
Gets the API version. |
BaseUri |
Gets the URI used as the base for all cloud service requests. |
CloudServices |
Provides REST operations for working with cloud services from the Windows Azure store service. |
Credentials |
Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
LongRunningOperationInitialTimeout |
Gets or sets the initial timeout for Long Running Operations. |
LongRunningOperationRetryTimeout |
Gets or sets the retry timeout for Long Running Operations. |
Methods
Clone(ServiceClient<StoreManagementClient>) |
Clones properties from current instance to another StoreManagementClient instance |
GetOperationStatusAsync(String, CancellationToken) |
The Get Operation Status operation returns the status of thespecified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information) |
Extension Methods
GetOperationStatus(IStoreManagementClient, String) |
The Get Operation Status operation returns the status of thespecified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information) |
GetOperationStatusAsync(IStoreManagementClient, String) |
The Get Operation Status operation returns the status of thespecified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information) |
Applies to
Azure SDK for .NET