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

AutoscaleClient 类

定义

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

构造函数

AutoscaleClient()

初始化 AutoscaleClient 类的新实例。

AutoscaleClient(HttpClient)

初始化 AutoscaleClient 类的新实例。

AutoscaleClient(SubscriptionCloudCredentials)

初始化 AutoscaleClient 类的新实例。

AutoscaleClient(SubscriptionCloudCredentials, HttpClient)

初始化 AutoscaleClient 类的新实例。

AutoscaleClient(SubscriptionCloudCredentials, Uri)

初始化 AutoscaleClient 类的新实例。

AutoscaleClient(SubscriptionCloudCredentials, Uri, HttpClient)

初始化 AutoscaleClient 类的新实例。

属性

ApiVersion

获取 API 版本。

BaseUri

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

Credentials

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

LongRunningOperationInitialTimeout

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

LongRunningOperationRetryTimeout

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

Settings

用于管理自动缩放设置的操作。

方法

Clone(ServiceClient<AutoscaleClient>)

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

适用于