Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountClientAPI ¶
type AccountClientAPI interface { Create(ctx context.Context, resourceGroupName string, accountName string, parameters batch.AccountCreateParameters) (result batch.AccountCreateFuture, err error) Delete(ctx context.Context, resourceGroupName string, accountName string) (result batch.AccountDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, accountName string) (result batch.Account, err error) GetKeys(ctx context.Context, resourceGroupName string, accountName string) (result batch.AccountKeys, err error) List(ctx context.Context) (result batch.AccountListResultPage, err error) ListComplete(ctx context.Context) (result batch.AccountListResultIterator, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result batch.AccountListResultPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result batch.AccountListResultIterator, err error) RegenerateKey(ctx context.Context, resourceGroupName string, accountName string, parameters batch.AccountRegenerateKeyParameters) (result batch.AccountKeys, err error) SynchronizeAutoStorageKeys(ctx context.Context, resourceGroupName string, accountName string) (result autorest.Response, err error) Update(ctx context.Context, resourceGroupName string, accountName string, parameters batch.AccountUpdateParameters) (result batch.Account, err error) }
AccountClientAPI contains the set of methods on the AccountClient type.
type ApplicationClientAPI ¶
type ApplicationClientAPI interface { Create(ctx context.Context, resourceGroupName string, accountName string, applicationID string, parameters *batch.AddApplicationParameters) (result batch.Application, err error) Delete(ctx context.Context, resourceGroupName string, accountName string, applicationID string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, accountName string, applicationID string) (result batch.Application, err error) List(ctx context.Context, resourceGroupName string, accountName string, maxresults *int32) (result batch.ListApplicationsResultPage, err error) ListComplete(ctx context.Context, resourceGroupName string, accountName string, maxresults *int32) (result batch.ListApplicationsResultIterator, err error) Update(ctx context.Context, resourceGroupName string, accountName string, applicationID string, parameters batch.UpdateApplicationParameters) (result autorest.Response, err error) }
ApplicationClientAPI contains the set of methods on the ApplicationClient type.
type ApplicationPackageClientAPI ¶
type ApplicationPackageClientAPI interface { Activate(ctx context.Context, resourceGroupName string, accountName string, applicationID string, version string, parameters batch.ActivateApplicationPackageParameters) (result autorest.Response, err error) Create(ctx context.Context, resourceGroupName string, accountName string, applicationID string, version string) (result batch.ApplicationPackage, err error) Delete(ctx context.Context, resourceGroupName string, accountName string, applicationID string, version string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, accountName string, applicationID string, version string) (result batch.ApplicationPackage, err error) }
ApplicationPackageClientAPI contains the set of methods on the ApplicationPackageClient type.
type LocationClientAPI ¶
type LocationClientAPI interface {
GetQuotas(ctx context.Context, locationName string) (result batch.LocationQuota, err error)
}
LocationClientAPI contains the set of methods on the LocationClient type.
Click to show internal directories.
Click to hide internal directories.