Versions in this module Expand all Collapse all v51 v51.0.0 Jan 27, 2021 Changes in this version + type EnrollmentAccountsClientAPI interface + Get func(ctx context.Context, name string) (result billing.EnrollmentAccount, err error) + List func(ctx context.Context) (result billing.EnrollmentAccountListResultPage, err error) + ListComplete func(ctx context.Context) (result billing.EnrollmentAccountListResultIterator, err error) + type InvoicesClientAPI interface + Get func(ctx context.Context, invoiceName string) (result billing.Invoice, err error) + GetLatest func(ctx context.Context) (result billing.Invoice, err error) + List func(ctx context.Context, expand string, filter string, skiptoken string, ...) (result billing.InvoicesListResultPage, err error) + ListComplete func(ctx context.Context, expand string, filter string, skiptoken string, ...) (result billing.InvoicesListResultIterator, err error) + type OperationsClientAPI interface + List func(ctx context.Context) (result billing.OperationListResultPage, err error) + ListComplete func(ctx context.Context) (result billing.OperationListResultIterator, err error) + type PeriodsClientAPI interface + Get func(ctx context.Context, billingPeriodName string) (result billing.Period, err error) + List func(ctx context.Context, filter string, skiptoken string, top *int32) (result billing.PeriodsListResultPage, err error) + ListComplete func(ctx context.Context, filter string, skiptoken string, top *int32) (result billing.PeriodsListResultIterator, err error) Other modules containing this package github.com/pmalek-sumo/azure-sdk-for-go