Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DimensionsClientAPI ¶
type DimensionsClientAPI interface {
List(ctx context.Context, scope string, filter string, expand string, skiptoken string, top *int32) (result costmanagement.DimensionsListResult, err error)
}
DimensionsClientAPI contains the set of methods on the DimensionsClient type.
type ExportsClientAPI ¶
type ExportsClientAPI interface { CreateOrUpdate(ctx context.Context, scope string, exportName string, parameters costmanagement.Export) (result costmanagement.Export, err error) Delete(ctx context.Context, scope string, exportName string) (result autorest.Response, err error) Execute(ctx context.Context, scope string, exportName string) (result autorest.Response, err error) Get(ctx context.Context, scope string, exportName string) (result costmanagement.Export, err error) GetExecutionHistory(ctx context.Context, scope string, exportName string) (result costmanagement.ExportExecutionListResult, err error) List(ctx context.Context, scope string) (result costmanagement.ExportListResult, err error) }
ExportsClientAPI contains the set of methods on the ExportsClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface { List(ctx context.Context) (result costmanagement.OperationListResultPage, err error) ListComplete(ctx context.Context) (result costmanagement.OperationListResultIterator, err error) }
OperationsClientAPI contains the set of methods on the OperationsClient type.
type QueryClientAPI ¶
type QueryClientAPI interface {
Usage(ctx context.Context, scope string, parameters costmanagement.QueryDefinition) (result costmanagement.QueryResult, err error)
}
QueryClientAPI contains the set of methods on the QueryClient type.
Click to show internal directories.
Click to hide internal directories.