Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientAPI ¶
type ClientAPI interface {
CreateOrUpdate(ctx context.Context, groupID string, createManagementGroupRequest managementgroups.CreateManagementGroupRequest, cacheControl string) (result managementgroups.ManagementGroup, err error)
Delete(ctx context.Context, groupID string, cacheControl string) (result autorest.Response, err error)
Get(ctx context.Context, groupID string, expand string, recurse *bool, cacheControl string) (result managementgroups.ManagementGroup, err error)
List(ctx context.Context, cacheControl string, skiptoken string) (result managementgroups.ListResultPage, err error)
Update(ctx context.Context, groupID string, createManagementGroupRequest managementgroups.CreateManagementGroupRequest, cacheControl string) (result managementgroups.ManagementGroup, err error)
}
ClientAPI contains the set of methods on the Client type.
type OperationsClientAPI ¶
type OperationsClientAPI interface {
List(ctx context.Context) (result managementgroups.OperationListResultPage, err error)
}
OperationsClientAPI contains the set of methods on the OperationsClient type.
type SubscriptionsClientAPI ¶
type SubscriptionsClientAPI interface {
Create(ctx context.Context, groupID string, subscriptionID string, cacheControl string) (result autorest.Response, err error)
Delete(ctx context.Context, groupID string, subscriptionID string, cacheControl string) (result autorest.Response, err error)
}
SubscriptionsClientAPI contains the set of methods on the SubscriptionsClient type.
Click to show internal directories.
Click to hide internal directories.