ManagementGroupSubscriptionsOperations interface
Interface die een ManagementGroupSubscriptions-operaties vertegenwoordigt.
Eigenschappen
| create | Koppelt een bestaand abonnement aan de beheergroep. |
| delete | Koppelt het abonnement van de beheergroep ongedaan. |
| get |
Raadpleegt details over het gegeven abonnement die gekoppeld is aan de managementgroep. |
| list |
Raadpleegt details over alle abonnementen die aan de beheersgroep zijn gekoppeld. |
Eigenschapdetails
create
Koppelt een bestaand abonnement aan de beheergroep.
create: (groupId: string, subscriptionId: string, options?: ManagementGroupSubscriptionsCreateOptionalParams) => Promise<SubscriptionUnderManagementGroup>
Waarde van eigenschap
(groupId: string, subscriptionId: string, options?: ManagementGroupSubscriptionsCreateOptionalParams) => Promise<SubscriptionUnderManagementGroup>
delete
Koppelt het abonnement van de beheergroep ongedaan.
delete: (groupId: string, subscriptionId: string, options?: ManagementGroupSubscriptionsDeleteOptionalParams) => Promise<void>
Waarde van eigenschap
(groupId: string, subscriptionId: string, options?: ManagementGroupSubscriptionsDeleteOptionalParams) => Promise<void>
getSubscription
Raadpleegt details over het gegeven abonnement die gekoppeld is aan de managementgroep.
getSubscription: (groupId: string, subscriptionId: string, options?: ManagementGroupSubscriptionsGetSubscriptionOptionalParams) => Promise<SubscriptionUnderManagementGroup>
Waarde van eigenschap
(groupId: string, subscriptionId: string, options?: ManagementGroupSubscriptionsGetSubscriptionOptionalParams) => Promise<SubscriptionUnderManagementGroup>
listSubscriptionsUnderManagementGroup
Raadpleegt details over alle abonnementen die aan de beheersgroep zijn gekoppeld.
listSubscriptionsUnderManagementGroup: (groupId: string, options?: ManagementGroupSubscriptionsListSubscriptionsUnderManagementGroupOptionalParams) => PagedAsyncIterableIterator<SubscriptionUnderManagementGroup, SubscriptionUnderManagementGroup[], PageSettings>
Waarde van eigenschap
(groupId: string, options?: ManagementGroupSubscriptionsListSubscriptionsUnderManagementGroupOptionalParams) => PagedAsyncIterableIterator<SubscriptionUnderManagementGroup, SubscriptionUnderManagementGroup[], PageSettings>