次の方法で共有


SubscriptionOperationsExtensions クラス

定義

サービス管理 API を使用すると、管理ポータルを通じて使用できる機能の多くにプログラムでアクセスできます。 サービス管理 API は REST API です。 すべての API 操作は SSL 経由で実行され、X.509 v3 証明書を使用して相互に認証されます。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx してください)

public static class SubscriptionOperationsExtensions
type SubscriptionOperationsExtensions = class
Public Module SubscriptionOperationsExtensions
継承
SubscriptionOperationsExtensions

メソッド

Get(ISubscriptionOperations)

サブスクリプションの取得操作は、指定されたサブスクリプションのアカウントとリソースの割り当て情報を返します。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/hh403995.aspx してください)

GetAsync(ISubscriptionOperations)

サブスクリプションの取得操作は、指定されたサブスクリプションのアカウントとリソースの割り当て情報を返します。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/hh403995.aspx してください)

ListOperations(ISubscriptionOperations, SubscriptionListOperationsParameters)

サブスクリプション操作の一覧表示操作は、指定された期間内にサブスクリプションに対して実行された作成、更新、および削除操作の一覧を返します。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/gg715318.aspx してください)

ListOperationsAsync(ISubscriptionOperations, SubscriptionListOperationsParameters)

サブスクリプション操作の一覧表示操作は、指定された期間内にサブスクリプションに対して実行された作成、更新、および削除操作の一覧を返します。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/gg715318.aspx してください)

RegisterResource(ISubscriptionOperations, String)

サブスクリプションにリソースを登録します。

RegisterResourceAsync(ISubscriptionOperations, String)

サブスクリプションにリソースを登録します。

UnregisterResource(ISubscriptionOperations, String)

サブスクリプションでリソースの登録を解除します。

UnregisterResourceAsync(ISubscriptionOperations, String)

サブスクリプションでリソースの登録を解除します。

適用対象