Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2022 Changes in this version + type AccountClientAPI interface + Create func(ctx context.Context, resourceGroupName string, accountName string, ...) (result batch.AccountCreateFuture, err error) + Delete func(ctx context.Context, resourceGroupName string, accountName string) (result batch.AccountDeleteFuture, err error) + Get func(ctx context.Context, resourceGroupName string, accountName string) (result batch.Account, err error) + GetKeys func(ctx context.Context, resourceGroupName string, accountName string) (result batch.AccountKeys, err error) + List func(ctx context.Context) (result batch.AccountListResultPage, err error) + ListByResourceGroup func(ctx context.Context, resourceGroupName string) (result batch.AccountListResultPage, err error) + ListByResourceGroupComplete func(ctx context.Context, resourceGroupName string) (result batch.AccountListResultIterator, err error) + ListComplete func(ctx context.Context) (result batch.AccountListResultIterator, err error) + RegenerateKey func(ctx context.Context, resourceGroupName string, accountName string, ...) (result batch.AccountKeys, err error) + SynchronizeAutoStorageKeys func(ctx context.Context, resourceGroupName string, accountName string) (result autorest.Response, err error) + Update func(ctx context.Context, resourceGroupName string, accountName string, ...) (result batch.Account, err error) + type ApplicationClientAPI interface + Create func(ctx context.Context, resourceGroupName string, accountName string, ...) (result batch.Application, err error) + Delete func(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + Get func(ctx context.Context, resourceGroupName string, accountName string, ...) (result batch.Application, err error) + List func(ctx context.Context, resourceGroupName string, accountName string, ...) (result batch.ListApplicationsResultPage, err error) + ListComplete func(ctx context.Context, resourceGroupName string, accountName string, ...) (result batch.ListApplicationsResultIterator, err error) + Update func(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + type ApplicationPackageClientAPI interface + Activate func(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + Create func(ctx context.Context, resourceGroupName string, accountName string, ...) (result batch.ApplicationPackage, err error) + Delete func(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + Get func(ctx context.Context, resourceGroupName string, accountName string, ...) (result batch.ApplicationPackage, err error) + type LocationClientAPI interface + CheckNameAvailability func(ctx context.Context, locationName string, ...) (result batch.CheckNameAvailabilityResult, err error) + GetQuotas func(ctx context.Context, locationName string) (result batch.LocationQuota, err error) + type OperationsClientAPI interface + List func(ctx context.Context) (result batch.OperationListResultPage, err error) + ListComplete func(ctx context.Context) (result batch.OperationListResultIterator, err error)