Versions in this module Expand all Collapse all v1 v1.0.1 Sep 13, 2022 v1.0.0 Sep 12, 2022 Changes in this version + type ClientAPI interface + Build func(ctx context.Context, accountName string, parameters job.Information) (result job.Information, err error) + Cancel func(ctx context.Context, accountName string, jobIdentity uuid.UUID) (result autorest.Response, err error) + Create func(ctx context.Context, accountName string, jobIdentity uuid.UUID, ...) (result job.Information, err error) + Get func(ctx context.Context, accountName string, jobIdentity uuid.UUID) (result job.Information, err error) + GetDebugDataPath func(ctx context.Context, accountName string, jobIdentity uuid.UUID) (result job.DataPath, err error) + GetStatistics func(ctx context.Context, accountName string, jobIdentity uuid.UUID) (result job.Statistics, err error) + List func(ctx context.Context, accountName string, filter string, top *int32, ...) (result job.InfoListResultPage, err error) + ListComplete func(ctx context.Context, accountName string, filter string, top *int32, ...) (result job.InfoListResultIterator, err error)