Versions in this module Expand all Collapse all v48 v48.2.2 Nov 27, 2020 v48.2.1 Nov 27, 2020 Changes in this version + type BaseClientAPI interface + CheckNameAvailability func(ctx context.Context, ...) (result managementgroups.CheckNameAvailabilityResult, err error) + StartTenantBackfill func(ctx context.Context) (result managementgroups.TenantBackfillStatusResult, err error) + TenantBackfillStatus func(ctx context.Context) (result managementgroups.TenantBackfillStatusResult, err error) + type ClientAPI interface + CreateOrUpdate func(ctx context.Context, groupID string, ...) (result managementgroups.CreateOrUpdateFuture, err error) + Delete func(ctx context.Context, groupID string, cacheControl string) (result managementgroups.DeleteFuture, err error) + Get func(ctx context.Context, groupID string, expand string, recurse *bool, ...) (result managementgroups.ManagementGroup, err error) + GetDescendants func(ctx context.Context, groupID string) (result managementgroups.DescendantListResultPage, err error) + GetDescendantsComplete func(ctx context.Context, groupID string) (result managementgroups.DescendantListResultIterator, err error) + List func(ctx context.Context, cacheControl string) (result managementgroups.ListResultPage, err error) + ListComplete func(ctx context.Context, cacheControl string) (result managementgroups.ListResultIterator, err error) + Update func(ctx context.Context, groupID string, ...) (result managementgroups.ManagementGroup, err error) + type EntitiesClientAPI interface + List func(ctx context.Context, selectParameter string, search string, filter string, ...) (result managementgroups.EntityListResultPage, err error) + ListComplete func(ctx context.Context, selectParameter string, search string, filter string, ...) (result managementgroups.EntityListResultIterator, err error) + type HierarchySettingsClientAPI interface + CreateOrUpdate func(ctx context.Context, groupID string, ...) (result managementgroups.HierarchySettings, err error) + Delete func(ctx context.Context, groupID string) (result autorest.Response, err error) + Get func(ctx context.Context, groupID string) (result managementgroups.HierarchySettings, err error) + List func(ctx context.Context, groupID string) (result managementgroups.HierarchySettingsList, err error) + Update func(ctx context.Context, groupID string, ...) (result managementgroups.HierarchySettings, err error) + type OperationsClientAPI interface + List func(ctx context.Context) (result managementgroups.OperationListResultPage, err error) + ListComplete func(ctx context.Context) (result managementgroups.OperationListResultIterator, err error) + type SubscriptionsClientAPI interface + Create func(ctx context.Context, groupID string, subscriptionID string, ...) (result managementgroups.SubscriptionUnderManagementGroup, err error) + Delete func(ctx context.Context, groupID string, subscriptionID string, ...) (result autorest.Response, err error) + GetSubscription func(ctx context.Context, groupID string, subscriptionID string, ...) (result managementgroups.SubscriptionUnderManagementGroup, err error) + GetSubscriptionsUnderManagementGroup func(ctx context.Context, groupID string) (result managementgroups.ListSubscriptionUnderManagementGroupPage, err error) + GetSubscriptionsUnderManagementGroupComplete func(ctx context.Context, groupID string) (result managementgroups.ListSubscriptionUnderManagementGroupIterator, ...) Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v49