次の方法で共有


IManagementGroupSubscriptionsOperations インターフェイス

定義

ManagementGroupSubscriptionsOperations 操作。

public interface IManagementGroupSubscriptionsOperations
type IManagementGroupSubscriptionsOperations = interface
Public Interface IManagementGroupSubscriptionsOperations

メソッド

CreateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

既存のサブスクリプションと管理グループを関連付けます。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

管理グループからサブスクリプションの関連付けを解除します。

GetSubscriptionsUnderManagementGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

管理グループに関連付けられているすべてのサブスクリプションの詳細を取得します。

GetSubscriptionsUnderManagementGroupWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

管理グループに関連付けられているすべてのサブスクリプションの詳細を取得します。

GetSubscriptionWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

管理グループに関連付けられている特定のサブスクリプションに関する詳細を取得します。

拡張メソッド

Create(IManagementGroupSubscriptionsOperations, String, String, String)

既存のサブスクリプションと管理グループを関連付けます。

CreateAsync(IManagementGroupSubscriptionsOperations, String, String, String, CancellationToken)

既存のサブスクリプションと管理グループを関連付けます。

Delete(IManagementGroupSubscriptionsOperations, String, String, String)

管理グループからサブスクリプションの関連付けを解除します。

DeleteAsync(IManagementGroupSubscriptionsOperations, String, String, String, CancellationToken)

管理グループからサブスクリプションの関連付けを解除します。

GetSubscription(IManagementGroupSubscriptionsOperations, String, String, String)

管理グループに関連付けられている特定のサブスクリプションに関する詳細を取得します。

GetSubscriptionAsync(IManagementGroupSubscriptionsOperations, String, String, String, CancellationToken)

管理グループに関連付けられている特定のサブスクリプションに関する詳細を取得します。

GetSubscriptionsUnderManagementGroup(IManagementGroupSubscriptionsOperations, String, String)

管理グループに関連付けられているすべてのサブスクリプションの詳細を取得します。

GetSubscriptionsUnderManagementGroupAsync(IManagementGroupSubscriptionsOperations, String, String, CancellationToken)

管理グループに関連付けられているすべてのサブスクリプションの詳細を取得します。

GetSubscriptionsUnderManagementGroupNext(IManagementGroupSubscriptionsOperations, String)

管理グループに関連付けられているすべてのサブスクリプションの詳細を取得します。

GetSubscriptionsUnderManagementGroupNextAsync(IManagementGroupSubscriptionsOperations, String, CancellationToken)

管理グループに関連付けられているすべてのサブスクリプションの詳細を取得します。

適用対象