Versions in this module Expand all Collapse all v1 v1.1.4 Sep 7, 2022 Changes in this version + type DataManagersClientAPI interface + Create func(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (result hybriddata.DataManagersCreateFuture, err error) + Delete func(ctx context.Context, resourceGroupName string, dataManagerName string) (result hybriddata.DataManagersDeleteFuture, err error) + Get func(ctx context.Context, resourceGroupName string, dataManagerName string) (result hybriddata.DataManager, err error) + List func(ctx context.Context) (result hybriddata.DataManagerList, err error) + ListByResourceGroup func(ctx context.Context, resourceGroupName string) (result hybriddata.DataManagerList, err error) + Update func(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (result hybriddata.DataManagersUpdateFuture, err error) + type DataServicesClientAPI interface + Get func(ctx context.Context, dataServiceName string, resourceGroupName string, ...) (result hybriddata.DataService, err error) + ListByDataManager func(ctx context.Context, resourceGroupName string, dataManagerName string) (result hybriddata.DataServiceListPage, err error) + ListByDataManagerComplete func(ctx context.Context, resourceGroupName string, dataManagerName string) (result hybriddata.DataServiceListIterator, err error) + type DataStoreTypesClientAPI interface + Get func(ctx context.Context, dataStoreTypeName string, resourceGroupName string, ...) (result hybriddata.DataStoreType, err error) + ListByDataManager func(ctx context.Context, resourceGroupName string, dataManagerName string) (result hybriddata.DataStoreTypeListPage, err error) + ListByDataManagerComplete func(ctx context.Context, resourceGroupName string, dataManagerName string) (result hybriddata.DataStoreTypeListIterator, err error) + type DataStoresClientAPI interface + CreateOrUpdate func(ctx context.Context, dataStoreName string, dataStore hybriddata.DataStore, ...) (result hybriddata.DataStoresCreateOrUpdateFuture, err error) + Delete func(ctx context.Context, dataStoreName string, resourceGroupName string, ...) (result hybriddata.DataStoresDeleteFuture, err error) + Get func(ctx context.Context, dataStoreName string, resourceGroupName string, ...) (result hybriddata.DataStore, err error) + ListByDataManager func(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (result hybriddata.DataStoreListPage, err error) + ListByDataManagerComplete func(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (result hybriddata.DataStoreListIterator, err error) + type JobDefinitionsClientAPI interface + CreateOrUpdate func(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result hybriddata.JobDefinitionsCreateOrUpdateFuture, err error) + Delete func(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result hybriddata.JobDefinitionsDeleteFuture, err error) + Get func(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result hybriddata.JobDefinition, err error) + ListByDataManager func(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (result hybriddata.JobDefinitionListPage, err error) + ListByDataManagerComplete func(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (result hybriddata.JobDefinitionListIterator, err error) + ListByDataService func(ctx context.Context, dataServiceName string, resourceGroupName string, ...) (result hybriddata.JobDefinitionListPage, err error) + ListByDataServiceComplete func(ctx context.Context, dataServiceName string, resourceGroupName string, ...) (result hybriddata.JobDefinitionListIterator, err error) + Run func(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result hybriddata.JobDefinitionsRunFuture, err error) + type JobsClientAPI interface + Cancel func(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result hybriddata.JobsCancelFuture, err error) + Get func(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result hybriddata.Job, err error) + ListByDataManager func(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (result hybriddata.JobListPage, err error) + ListByDataManagerComplete func(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (result hybriddata.JobListIterator, err error) + ListByDataService func(ctx context.Context, dataServiceName string, resourceGroupName string, ...) (result hybriddata.JobListPage, err error) + ListByDataServiceComplete func(ctx context.Context, dataServiceName string, resourceGroupName string, ...) (result hybriddata.JobListIterator, err error) + ListByJobDefinition func(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result hybriddata.JobListPage, err error) + ListByJobDefinitionComplete func(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result hybriddata.JobListIterator, err error) + Resume func(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result hybriddata.JobsResumeFuture, err error) + type OperationsClientAPI interface + List func(ctx context.Context) (result hybriddata.AvailableProviderOperationsPage, err error) + ListComplete func(ctx context.Context) (result hybriddata.AvailableProviderOperationsIterator, err error) + type PublicKeysClientAPI interface + Get func(ctx context.Context, publicKeyName string, resourceGroupName string, ...) (result hybriddata.PublicKey, err error) + ListByDataManager func(ctx context.Context, resourceGroupName string, dataManagerName string) (result hybriddata.PublicKeyListPage, err error) + ListByDataManagerComplete func(ctx context.Context, resourceGroupName string, dataManagerName string) (result hybriddata.PublicKeyListIterator, err error)