IAutoscaleClient インターフェイス

 

名前空間:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale
アセンブリ:  Microsoft.WindowsAzure.Management.Monitoring (Microsoft.WindowsAzure.Management.Monitoring.dll 内)

構文

public interface IAutoscaleClient : IDisposable
public interface class IAutoscaleClient : IDisposable
type IAutoscaleClient = 
    interface
        interface IDisposable
    end
Public Interface IAutoscaleClient
    Inherits IDisposable

プロパティ

名前 説明
ApiVersion

API バージョンを取得します。

BaseUri

すべてのクラウド サービス要求のベースとして使用される URI を取得します。

Credentials

Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報を取得します。 サブスクリプション ID は、すべてのサービス呼び出しにおいて、その URI の構成要素として使用されます。

LongRunningOperationInitialTimeout

長時間実行される操作の初期タイムアウトを取得または設定します。

LongRunningOperationRetryTimeout

長時間実行される操作の再試行タイムアウトを取得または設定します。

Settings

自動スケール設定を管理するための操作。

メソッド

名前 説明
Dispose()

(IDisposable から継承されました。)

参照

Microsoft.WindowsAzure.Management.Monitoring.Autoscale 名前空間

トップに戻る