次の方法で共有


ManagementGroupSubscriptions interface

ManagementGroupSubscriptions を表すインターフェイス。

メソッド

create(string, string, ManagementGroupSubscriptionsCreateOptionalParams)

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

delete(string, string, ManagementGroupSubscriptionsDeleteOptionalParams)

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

getSubscription(string, string, ManagementGroupSubscriptionsGetSubscriptionOptionalParams)

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

listSubscriptionsUnderManagementGroup(string, ManagementGroupSubscriptionsGetSubscriptionsUnderManagementGroupOptionalParams)

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

メソッドの詳細

create(string, string, ManagementGroupSubscriptionsCreateOptionalParams)

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

function create(groupId: string, subscriptionId: string, options?: ManagementGroupSubscriptionsCreateOptionalParams): Promise<SubscriptionUnderManagementGroup>

パラメーター

groupId

string

管理グループ ID。

subscriptionId

string

サブスクリプション ID。

options
ManagementGroupSubscriptionsCreateOptionalParams

オプション パラメーター。

戻り値

delete(string, string, ManagementGroupSubscriptionsDeleteOptionalParams)

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

function delete(groupId: string, subscriptionId: string, options?: ManagementGroupSubscriptionsDeleteOptionalParams): Promise<void>

パラメーター

groupId

string

管理グループ ID。

subscriptionId

string

サブスクリプション ID。

options
ManagementGroupSubscriptionsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

getSubscription(string, string, ManagementGroupSubscriptionsGetSubscriptionOptionalParams)

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

function getSubscription(groupId: string, subscriptionId: string, options?: ManagementGroupSubscriptionsGetSubscriptionOptionalParams): Promise<SubscriptionUnderManagementGroup>

パラメーター

groupId

string

管理グループ ID。

subscriptionId

string

サブスクリプション ID。

options
ManagementGroupSubscriptionsGetSubscriptionOptionalParams

オプション パラメーター。

戻り値

listSubscriptionsUnderManagementGroup(string, ManagementGroupSubscriptionsGetSubscriptionsUnderManagementGroupOptionalParams)

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

function listSubscriptionsUnderManagementGroup(groupId: string, options?: ManagementGroupSubscriptionsGetSubscriptionsUnderManagementGroupOptionalParams): PagedAsyncIterableIterator<SubscriptionUnderManagementGroup, SubscriptionUnderManagementGroup[], PageSettings>

パラメーター

groupId

string

管理グループ ID。

戻り値