你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudServiceManagementClient 类

定义

public class CloudServiceManagementClient : Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient>, IDisposable, Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceManagementClient
type CloudServiceManagementClient = class
    inherit ServiceClient<CloudServiceManagementClient>
    interface ICloudServiceManagementClient
    interface IDisposable
Public Class CloudServiceManagementClient
Inherits ServiceClient(Of CloudServiceManagementClient)
Implements ICloudServiceManagementClient, IDisposable
继承
Hyak.Common.ServiceClient<CloudServiceManagementClient>
CloudServiceManagementClient
实现

构造函数

CloudServiceManagementClient()

初始化 CloudServiceManagementClient 类的新实例。

CloudServiceManagementClient(HttpClient)

初始化 CloudServiceManagementClient 类的新实例。

CloudServiceManagementClient(SubscriptionCloudCredentials)

初始化 CloudServiceManagementClient 类的新实例。

CloudServiceManagementClient(SubscriptionCloudCredentials, HttpClient)

初始化 CloudServiceManagementClient 类的新实例。

CloudServiceManagementClient(SubscriptionCloudCredentials, Uri)

初始化 CloudServiceManagementClient 类的新实例。

CloudServiceManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

初始化 CloudServiceManagementClient 类的新实例。

属性

ApiVersion

获取 API 版本。

BaseUri

获取用作所有云服务请求基础的 URI。

CloudServices
Credentials

获取唯一标识 Microsoft Azure 订阅的订阅凭据。 此订阅 ID 是每个服务调用的 URI 的一部分。

LongRunningOperationInitialTimeout

获取或设置长时间运行操作的初始超时。

LongRunningOperationRetryTimeout

获取或设置长时间运行操作的重试超时。

方法

Clone(ServiceClient<CloudServiceManagementClient>)

将属性从当前实例克隆到另一个 CloudServiceManagementClient 实例

EntitleResourceAsync(EntitleResourceParameters, CancellationToken)

EntitleResource 仅用于第三方应用商店提供商。 在创建该特定类型的资源之前,每个订阅都必须获得该资源的授权。

GetOperationStatusAsync(String, CancellationToken)

“获取操作状态”操作返回指定操作的状态。 调用异步操作后,可调用“获取操作状态”以确定操作已成功、失败还是仍在进行中。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx)

扩展方法

EntitleResource(ICloudServiceManagementClient, EntitleResourceParameters)

EntitleResource 仅用于第三方应用商店提供商。 在创建该特定类型的资源之前,每个订阅都必须获得该资源的授权。

EntitleResourceAsync(ICloudServiceManagementClient, EntitleResourceParameters)

EntitleResource 仅用于第三方应用商店提供商。 在创建该特定类型的资源之前,每个订阅都必须获得该资源的授权。

GetOperationStatus(ICloudServiceManagementClient, String)

“获取操作状态”操作返回指定操作的状态。 调用异步操作后,可调用“获取操作状态”以确定操作已成功、失败还是仍在进行中。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx)

GetOperationStatusAsync(ICloudServiceManagementClient, String)

“获取操作状态”操作返回指定操作的状态。 调用异步操作后,可调用“获取操作状态”以确定操作已成功、失败还是仍在进行中。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx)

适用于