次の方法で共有


ISubscriptionOperations インターフェイス

定義

サブスクリプションの詳細を一覧表示するための操作。 (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/windowsazure/gg715315.aspx )

public interface ISubscriptionOperations
type ISubscriptionOperations = interface
Public Interface ISubscriptionOperations

メソッド

GetAsync(CancellationToken)

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

ListOperationsAsync(SubscriptionListOperationsParameters, CancellationToken)

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

RegisterResourceAsync(String, CancellationToken)

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

UnregisterResourceAsync(String, CancellationToken)

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

拡張メソッド

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)

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

適用対象