Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountsClientAPI ¶
type AccountsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, parameters *adp.Account) (result adp.AccountsCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, accountName string) (result adp.AccountsDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, accountName string) (result adp.Account, err error) List(ctx context.Context) (result adp.AccountListPage, err error) ListComplete(ctx context.Context) (result adp.AccountListIterator, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result adp.AccountListPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result adp.AccountListIterator, err error) Update(ctx context.Context, resourceGroupName string, accountName string, parameters *adp.AccountPatch) (result adp.AccountsUpdateFuture, err error) }
AccountsClientAPI contains the set of methods on the AccountsClient type.
type DataPoolsClientAPI ¶
type DataPoolsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, dataPoolName string, parameters *adp.DataPool) (result adp.DataPoolsCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, accountName string, dataPoolName string) (result adp.DataPoolsDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, accountName string, dataPoolName string) (result adp.DataPool, err error) List(ctx context.Context, resourceGroupName string, accountName string) (result adp.DataPoolListPage, err error) ListComplete(ctx context.Context, resourceGroupName string, accountName string) (result adp.DataPoolListIterator, err error) Update(ctx context.Context, resourceGroupName string, accountName string, dataPoolName string, parameters *adp.DataPoolPatch) (result adp.DataPoolsUpdateFuture, err error) }
DataPoolsClientAPI contains the set of methods on the DataPoolsClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface { List(ctx context.Context) (result adp.OperationListResultPage, err error) ListComplete(ctx context.Context) (result adp.OperationListResultIterator, err error) }
OperationsClientAPI contains the set of methods on the OperationsClient type.
Click to show internal directories.
Click to hide internal directories.