你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StoreManagementClient 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Windows Azure 应用商店 API 是用于管理 Windows Azure 应用商店加载项的 REST API。
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
- 继承
-
Hyak.Common.ServiceClient<StoreManagementClient>StoreManagementClient
- 实现
构造函数
StoreManagementClient() |
初始化 StoreManagementClient 类的新实例。 |
StoreManagementClient(HttpClient) |
初始化 StoreManagementClient 类的新实例。 |
StoreManagementClient(SubscriptionCloudCredentials) |
初始化 StoreManagementClient 类的新实例。 |
StoreManagementClient(SubscriptionCloudCredentials, HttpClient) |
初始化 StoreManagementClient 类的新实例。 |
StoreManagementClient(SubscriptionCloudCredentials, Uri) |
初始化 StoreManagementClient 类的新实例。 |
StoreManagementClient(SubscriptionCloudCredentials, Uri, HttpClient) |
初始化 StoreManagementClient 类的新实例。 |
属性
AddOns |
提供 REST 操作,用于使用 Windows Azure 应用商店服务中的应用商店加载项。 |
ApiVersion |
获取 API 版本。 |
BaseUri |
获取用作所有云服务请求基础的 URI。 |
CloudServices |
提供 REST 操作,以使用 Windows Azure 应用商店服务中的云服务。 |
Credentials |
获取唯一标识 Microsoft Azure 订阅的订阅凭据。 此订阅 ID 是每个服务调用的 URI 的一部分。 |
LongRunningOperationInitialTimeout |
获取或设置长时间运行操作的初始超时。 |
LongRunningOperationRetryTimeout |
获取或设置长时间运行操作的重试超时。 |
方法
Clone(ServiceClient<StoreManagementClient>) |
将属性从当前实例克隆到另一个 StoreManagementClient 实例 |
GetOperationStatusAsync(String, CancellationToken) |
“获取操作状态”操作返回指定操作的状态。 调用异步操作后,可调用“获取操作状态”以确定操作已成功、失败还是仍在进行中。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx) |
扩展方法
GetOperationStatus(IStoreManagementClient, String) |
“获取操作状态”操作返回指定操作的状态。 调用异步操作后,可调用“获取操作状态”以确定操作已成功、失败还是仍在进行中。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx) |
GetOperationStatusAsync(IStoreManagementClient, String) |
“获取操作状态”操作返回指定操作的状态。 调用异步操作后,可调用“获取操作状态”以确定操作已成功、失败还是仍在进行中。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx) |