次の方法で共有


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, HttpClient)

CloudServiceManagementClient クラスの新しいインスタンスを初期化します。

CloudServiceManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

CloudServiceManagementClient クラスの新しいインスタンスを初期化します。

CloudServiceManagementClient(SubscriptionCloudCredentials, Uri)

CloudServiceManagementClient クラスの新しいインスタンスを初期化します。

CloudServiceManagementClient(SubscriptionCloudCredentials)

CloudServiceManagementClient クラスの新しいインスタンスを初期化します。

プロパティ

ApiVersion

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

BaseUri

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

CloudServices
Credentials

Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報を取得します。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。

LongRunningOperationInitialTimeout

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

LongRunningOperationRetryTimeout

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

メソッド

Clone(ServiceClient<CloudServiceManagementClient>)

現在のインスタンスから別の CloudServiceManagementClient インスタンスにプロパティを複製します

EntitleResourceAsync(EntitleResourceParameters, CancellationToken)

EntitleResource は、サード パーティのストア プロバイダーにのみ使用されます。 各サブスクリプションは、その特定の種類のリソースを作成する前に、リソースに対して権利を付与する必要があります。

GetOperationStatusAsync(String, CancellationToken)

操作の状態の取得操作は、指定された操作の状態を返します。 非同期操作を呼び出した後、Get Operation Status を呼び出して、操作のステータス (正常に終了した、失敗した、または処理中) を確認できます。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx してください)

拡張メソッド

EntitleResource(ICloudServiceManagementClient, EntitleResourceParameters)

EntitleResource は、サード パーティのストア プロバイダーにのみ使用されます。 各サブスクリプションは、その特定の種類のリソースを作成する前に、リソースに対して権利を付与する必要があります。

EntitleResourceAsync(ICloudServiceManagementClient, EntitleResourceParameters)

EntitleResource は、サード パーティのストア プロバイダーにのみ使用されます。 各サブスクリプションは、その特定の種類のリソースを作成する前に、リソースに対して権利を付与する必要があります。

GetOperationStatus(ICloudServiceManagementClient, String)

操作の状態の取得操作は、指定された操作の状態を返します。 非同期操作を呼び出した後、Get Operation Status を呼び出して、操作のステータス (正常に終了した、失敗した、または処理中) を確認できます。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx してください)

GetOperationStatusAsync(ICloudServiceManagementClient, String)

操作の状態の取得操作は、指定された操作の状態を返します。 非同期操作を呼び出した後、Get Operation Status を呼び出して、操作のステータス (正常に終了した、失敗した、または処理中) を確認できます。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx してください)

適用対象