Versions in this module Expand all Collapse all v41 v41.3.0 Apr 21, 2020 v41.2.0 Apr 8, 2020 v41.1.0 Apr 2, 2020 v41.0.0 Mar 30, 2020 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AvailableProviderOperation struct + Display *AvailableProviderOperationDisplay + Name *string + Origin *string + Properties interface{} + type AvailableProviderOperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type AvailableProviderOperations struct + NextLink *string + Value *[]AvailableProviderOperation + func (apo AvailableProviderOperations) IsEmpty() bool + type AvailableProviderOperationsIterator struct + func NewAvailableProviderOperationsIterator(page AvailableProviderOperationsPage) AvailableProviderOperationsIterator + func (iter *AvailableProviderOperationsIterator) Next() error + func (iter *AvailableProviderOperationsIterator) NextWithContext(ctx context.Context) (err error) + func (iter AvailableProviderOperationsIterator) NotDone() bool + func (iter AvailableProviderOperationsIterator) Response() AvailableProviderOperations + func (iter AvailableProviderOperationsIterator) Value() AvailableProviderOperation + type AvailableProviderOperationsPage struct + func NewAvailableProviderOperationsPage(...) AvailableProviderOperationsPage + func (page *AvailableProviderOperationsPage) Next() error + func (page *AvailableProviderOperationsPage) NextWithContext(ctx context.Context) (err error) + func (page AvailableProviderOperationsPage) NotDone() bool + func (page AvailableProviderOperationsPage) Response() AvailableProviderOperations + func (page AvailableProviderOperationsPage) Values() []AvailableProviderOperation + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type CustomerSecret struct + Algorithm SupportedAlgorithm + KeyIdentifier *string + KeyValue *string + type DataManager struct + Etag *string + ID *string + Location *string + Name *string + Sku *Sku + Tags map[string]*string + Type *string + func (dm DataManager) MarshalJSON() ([]byte, error) + type DataManagerList struct + NextLink *string + Value *[]DataManager + type DataManagerUpdateParameter struct + Sku *Sku + Tags map[string]*string + func (dmup DataManagerUpdateParameter) MarshalJSON() ([]byte, error) + type DataManagersClient struct + func NewDataManagersClient(subscriptionID string) DataManagersClient + func NewDataManagersClientWithBaseURI(baseURI string, subscriptionID string) DataManagersClient + func (client DataManagersClient) Create(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (result DataManagersCreateFuture, err error) + func (client DataManagersClient) CreatePreparer(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (*http.Request, error) + func (client DataManagersClient) CreateResponder(resp *http.Response) (result DataManager, err error) + func (client DataManagersClient) CreateSender(req *http.Request) (future DataManagersCreateFuture, err error) + func (client DataManagersClient) Delete(ctx context.Context, resourceGroupName string, dataManagerName string) (result DataManagersDeleteFuture, err error) + func (client DataManagersClient) DeletePreparer(ctx context.Context, resourceGroupName string, dataManagerName string) (*http.Request, error) + func (client DataManagersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DataManagersClient) DeleteSender(req *http.Request) (future DataManagersDeleteFuture, err error) + func (client DataManagersClient) Get(ctx context.Context, resourceGroupName string, dataManagerName string) (result DataManager, err error) + func (client DataManagersClient) GetPreparer(ctx context.Context, resourceGroupName string, dataManagerName string) (*http.Request, error) + func (client DataManagersClient) GetResponder(resp *http.Response) (result DataManager, err error) + func (client DataManagersClient) GetSender(req *http.Request) (*http.Response, error) + func (client DataManagersClient) List(ctx context.Context) (result DataManagerList, err error) + func (client DataManagersClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result DataManagerList, err error) + func (client DataManagersClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client DataManagersClient) ListByResourceGroupResponder(resp *http.Response) (result DataManagerList, err error) + func (client DataManagersClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client DataManagersClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client DataManagersClient) ListResponder(resp *http.Response) (result DataManagerList, err error) + func (client DataManagersClient) ListSender(req *http.Request) (*http.Response, error) + func (client DataManagersClient) Update(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (result DataManagersUpdateFuture, err error) + func (client DataManagersClient) UpdatePreparer(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (*http.Request, error) + func (client DataManagersClient) UpdateResponder(resp *http.Response) (result DataManager, err error) + func (client DataManagersClient) UpdateSender(req *http.Request) (future DataManagersUpdateFuture, err error) + type DataManagersCreateFuture struct + func (future *DataManagersCreateFuture) Result(client DataManagersClient) (dm DataManager, err error) + type DataManagersDeleteFuture struct + func (future *DataManagersDeleteFuture) Result(client DataManagersClient) (ar autorest.Response, err error) + type DataManagersUpdateFuture struct + func (future *DataManagersUpdateFuture) Result(client DataManagersClient) (dm DataManager, err error) + type DataService struct + ID *string + Name *string + Type *string + func (ds *DataService) UnmarshalJSON(body []byte) error + func (ds DataService) MarshalJSON() ([]byte, error) + type DataServiceList struct + NextLink *string + Value *[]DataService + func (dsl DataServiceList) IsEmpty() bool + type DataServiceListIterator struct + func NewDataServiceListIterator(page DataServiceListPage) DataServiceListIterator + func (iter *DataServiceListIterator) Next() error + func (iter *DataServiceListIterator) NextWithContext(ctx context.Context) (err error) + func (iter DataServiceListIterator) NotDone() bool + func (iter DataServiceListIterator) Response() DataServiceList + func (iter DataServiceListIterator) Value() DataService + type DataServiceListPage struct + func NewDataServiceListPage(getNextPage func(context.Context, DataServiceList) (DataServiceList, error)) DataServiceListPage + func (page *DataServiceListPage) Next() error + func (page *DataServiceListPage) NextWithContext(ctx context.Context) (err error) + func (page DataServiceListPage) NotDone() bool + func (page DataServiceListPage) Response() DataServiceList + func (page DataServiceListPage) Values() []DataService + type DataServiceProperties struct + State State + SupportedDataSinkTypes *[]string + SupportedDataSourceTypes *[]string + type DataServicesClient struct + func NewDataServicesClient(subscriptionID string) DataServicesClient + func NewDataServicesClientWithBaseURI(baseURI string, subscriptionID string) DataServicesClient + func (client DataServicesClient) Get(ctx context.Context, dataServiceName string, resourceGroupName string, ...) (result DataService, err error) + func (client DataServicesClient) GetPreparer(ctx context.Context, dataServiceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DataServicesClient) GetResponder(resp *http.Response) (result DataService, err error) + func (client DataServicesClient) GetSender(req *http.Request) (*http.Response, error) + func (client DataServicesClient) ListByDataManager(ctx context.Context, resourceGroupName string, dataManagerName string) (result DataServiceListPage, err error) + func (client DataServicesClient) ListByDataManagerComplete(ctx context.Context, resourceGroupName string, dataManagerName string) (result DataServiceListIterator, err error) + func (client DataServicesClient) ListByDataManagerPreparer(ctx context.Context, resourceGroupName string, dataManagerName string) (*http.Request, error) + func (client DataServicesClient) ListByDataManagerResponder(resp *http.Response) (result DataServiceList, err error) + func (client DataServicesClient) ListByDataManagerSender(req *http.Request) (*http.Response, error) + type DataStore struct + ID *string + Name *string + Type *string + func (ds *DataStore) UnmarshalJSON(body []byte) error + func (ds DataStore) MarshalJSON() ([]byte, error) + type DataStoreFilter struct + DataStoreTypeID *string + type DataStoreList struct + NextLink *string + Value *[]DataStore + func (dsl DataStoreList) IsEmpty() bool + type DataStoreListIterator struct + func NewDataStoreListIterator(page DataStoreListPage) DataStoreListIterator + func (iter *DataStoreListIterator) Next() error + func (iter *DataStoreListIterator) NextWithContext(ctx context.Context) (err error) + func (iter DataStoreListIterator) NotDone() bool + func (iter DataStoreListIterator) Response() DataStoreList + func (iter DataStoreListIterator) Value() DataStore + type DataStoreListPage struct + func NewDataStoreListPage(getNextPage func(context.Context, DataStoreList) (DataStoreList, error)) DataStoreListPage + func (page *DataStoreListPage) Next() error + func (page *DataStoreListPage) NextWithContext(ctx context.Context) (err error) + func (page DataStoreListPage) NotDone() bool + func (page DataStoreListPage) Response() DataStoreList + func (page DataStoreListPage) Values() []DataStore + type DataStoreProperties struct + CustomerSecrets *[]CustomerSecret + DataStoreTypeID *string + ExtendedProperties interface{} + RepositoryID *string + State State + type DataStoreType struct + ID *string + Name *string + Type *string + func (dst *DataStoreType) UnmarshalJSON(body []byte) error + func (dst DataStoreType) MarshalJSON() ([]byte, error) + type DataStoreTypeList struct + NextLink *string + Value *[]DataStoreType + func (dstl DataStoreTypeList) IsEmpty() bool + type DataStoreTypeListIterator struct + func NewDataStoreTypeListIterator(page DataStoreTypeListPage) DataStoreTypeListIterator + func (iter *DataStoreTypeListIterator) Next() error + func (iter *DataStoreTypeListIterator) NextWithContext(ctx context.Context) (err error) + func (iter DataStoreTypeListIterator) NotDone() bool + func (iter DataStoreTypeListIterator) Response() DataStoreTypeList + func (iter DataStoreTypeListIterator) Value() DataStoreType + type DataStoreTypeListPage struct + func NewDataStoreTypeListPage(...) DataStoreTypeListPage + func (page *DataStoreTypeListPage) Next() error + func (page *DataStoreTypeListPage) NextWithContext(ctx context.Context) (err error) + func (page DataStoreTypeListPage) NotDone() bool + func (page DataStoreTypeListPage) Response() DataStoreTypeList + func (page DataStoreTypeListPage) Values() []DataStoreType + type DataStoreTypeProperties struct + RepositoryType *string + State State + SupportedDataServicesAsSink *[]string + SupportedDataServicesAsSource *[]string + type DataStoreTypesClient struct + func NewDataStoreTypesClient(subscriptionID string) DataStoreTypesClient + func NewDataStoreTypesClientWithBaseURI(baseURI string, subscriptionID string) DataStoreTypesClient + func (client DataStoreTypesClient) Get(ctx context.Context, dataStoreTypeName string, resourceGroupName string, ...) (result DataStoreType, err error) + func (client DataStoreTypesClient) GetPreparer(ctx context.Context, dataStoreTypeName string, resourceGroupName string, ...) (*http.Request, error) + func (client DataStoreTypesClient) GetResponder(resp *http.Response) (result DataStoreType, err error) + func (client DataStoreTypesClient) GetSender(req *http.Request) (*http.Response, error) + func (client DataStoreTypesClient) ListByDataManager(ctx context.Context, resourceGroupName string, dataManagerName string) (result DataStoreTypeListPage, err error) + func (client DataStoreTypesClient) ListByDataManagerComplete(ctx context.Context, resourceGroupName string, dataManagerName string) (result DataStoreTypeListIterator, err error) + func (client DataStoreTypesClient) ListByDataManagerPreparer(ctx context.Context, resourceGroupName string, dataManagerName string) (*http.Request, error) + func (client DataStoreTypesClient) ListByDataManagerResponder(resp *http.Response) (result DataStoreTypeList, err error) + func (client DataStoreTypesClient) ListByDataManagerSender(req *http.Request) (*http.Response, error) + type DataStoresClient struct + func NewDataStoresClient(subscriptionID string) DataStoresClient + func NewDataStoresClientWithBaseURI(baseURI string, subscriptionID string) DataStoresClient + func (client DataStoresClient) CreateOrUpdate(ctx context.Context, dataStoreName string, dataStore DataStore, ...) (result DataStoresCreateOrUpdateFuture, err error) + func (client DataStoresClient) CreateOrUpdatePreparer(ctx context.Context, dataStoreName string, dataStore DataStore, ...) (*http.Request, error) + func (client DataStoresClient) CreateOrUpdateResponder(resp *http.Response) (result DataStore, err error) + func (client DataStoresClient) CreateOrUpdateSender(req *http.Request) (future DataStoresCreateOrUpdateFuture, err error) + func (client DataStoresClient) Delete(ctx context.Context, dataStoreName string, resourceGroupName string, ...) (result DataStoresDeleteFuture, err error) + func (client DataStoresClient) DeletePreparer(ctx context.Context, dataStoreName string, resourceGroupName string, ...) (*http.Request, error) + func (client DataStoresClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DataStoresClient) DeleteSender(req *http.Request) (future DataStoresDeleteFuture, err error) + func (client DataStoresClient) Get(ctx context.Context, dataStoreName string, resourceGroupName string, ...) (result DataStore, err error) + func (client DataStoresClient) GetPreparer(ctx context.Context, dataStoreName string, resourceGroupName string, ...) (*http.Request, error) + func (client DataStoresClient) GetResponder(resp *http.Response) (result DataStore, err error) + func (client DataStoresClient) GetSender(req *http.Request) (*http.Response, error) + func (client DataStoresClient) ListByDataManager(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (result DataStoreListPage, err error) + func (client DataStoresClient) ListByDataManagerComplete(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (result DataStoreListIterator, err error) + func (client DataStoresClient) ListByDataManagerPreparer(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (*http.Request, error) + func (client DataStoresClient) ListByDataManagerResponder(resp *http.Response) (result DataStoreList, err error) + func (client DataStoresClient) ListByDataManagerSender(req *http.Request) (*http.Response, error) + type DataStoresCreateOrUpdateFuture struct + func (future *DataStoresCreateOrUpdateFuture) Result(client DataStoresClient) (ds DataStore, err error) + type DataStoresDeleteFuture struct + func (future *DataStoresDeleteFuture) Result(client DataStoresClient) (ar autorest.Response, err error) + type DmsBaseObject struct + ID *string + Name *string + Type *string + type Error struct + Code *string + Message *string + type ErrorDetails struct + ErrorCode *int32 + ErrorMessage *string + ExceptionMessage *string + RecommendedAction *string + type IsJobCancellable string + const Cancellable + const NotCancellable + func PossibleIsJobCancellableValues() []IsJobCancellable + type Job struct + EndTime *date.Time + Error *Error + ID *string + Name *string + StartTime *date.Time + Status JobStatus + Type *string + func (j *Job) UnmarshalJSON(body []byte) error + func (j Job) MarshalJSON() ([]byte, error) + type JobDefinition struct + ID *string + Name *string + Type *string + func (jd *JobDefinition) UnmarshalJSON(body []byte) error + func (jd JobDefinition) MarshalJSON() ([]byte, error) + type JobDefinitionFilter struct + DataSource *string + LastModified *date.Time + State State + type JobDefinitionList struct + NextLink *string + Value *[]JobDefinition + func (jdl JobDefinitionList) IsEmpty() bool + type JobDefinitionListIterator struct + func NewJobDefinitionListIterator(page JobDefinitionListPage) JobDefinitionListIterator + func (iter *JobDefinitionListIterator) Next() error + func (iter *JobDefinitionListIterator) NextWithContext(ctx context.Context) (err error) + func (iter JobDefinitionListIterator) NotDone() bool + func (iter JobDefinitionListIterator) Response() JobDefinitionList + func (iter JobDefinitionListIterator) Value() JobDefinition + type JobDefinitionListPage struct + func NewJobDefinitionListPage(...) JobDefinitionListPage + func (page *JobDefinitionListPage) Next() error + func (page *JobDefinitionListPage) NextWithContext(ctx context.Context) (err error) + func (page JobDefinitionListPage) NotDone() bool + func (page JobDefinitionListPage) Response() JobDefinitionList + func (page JobDefinitionListPage) Values() []JobDefinition + type JobDefinitionProperties struct + CustomerSecrets *[]CustomerSecret + DataServiceInput interface{} + DataSinkID *string + DataSourceID *string + LastModifiedTime *date.Time + RunLocation RunLocation + Schedules *[]Schedule + State State + UserConfirmation UserConfirmation + type JobDefinitionsClient struct + func NewJobDefinitionsClient(subscriptionID string) JobDefinitionsClient + func NewJobDefinitionsClientWithBaseURI(baseURI string, subscriptionID string) JobDefinitionsClient + func (client JobDefinitionsClient) CreateOrUpdate(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result JobDefinitionsCreateOrUpdateFuture, err error) + func (client JobDefinitionsClient) CreateOrUpdatePreparer(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (*http.Request, error) + func (client JobDefinitionsClient) CreateOrUpdateResponder(resp *http.Response) (result JobDefinition, err error) + func (client JobDefinitionsClient) CreateOrUpdateSender(req *http.Request) (future JobDefinitionsCreateOrUpdateFuture, err error) + func (client JobDefinitionsClient) Delete(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result JobDefinitionsDeleteFuture, err error) + func (client JobDefinitionsClient) DeletePreparer(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (*http.Request, error) + func (client JobDefinitionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client JobDefinitionsClient) DeleteSender(req *http.Request) (future JobDefinitionsDeleteFuture, err error) + func (client JobDefinitionsClient) Get(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result JobDefinition, err error) + func (client JobDefinitionsClient) GetPreparer(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (*http.Request, error) + func (client JobDefinitionsClient) GetResponder(resp *http.Response) (result JobDefinition, err error) + func (client JobDefinitionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client JobDefinitionsClient) ListByDataManager(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (result JobDefinitionListPage, err error) + func (client JobDefinitionsClient) ListByDataManagerComplete(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (result JobDefinitionListIterator, err error) + func (client JobDefinitionsClient) ListByDataManagerPreparer(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (*http.Request, error) + func (client JobDefinitionsClient) ListByDataManagerResponder(resp *http.Response) (result JobDefinitionList, err error) + func (client JobDefinitionsClient) ListByDataManagerSender(req *http.Request) (*http.Response, error) + func (client JobDefinitionsClient) ListByDataService(ctx context.Context, dataServiceName string, resourceGroupName string, ...) (result JobDefinitionListPage, err error) + func (client JobDefinitionsClient) ListByDataServiceComplete(ctx context.Context, dataServiceName string, resourceGroupName string, ...) (result JobDefinitionListIterator, err error) + func (client JobDefinitionsClient) ListByDataServicePreparer(ctx context.Context, dataServiceName string, resourceGroupName string, ...) (*http.Request, error) + func (client JobDefinitionsClient) ListByDataServiceResponder(resp *http.Response) (result JobDefinitionList, err error) + func (client JobDefinitionsClient) ListByDataServiceSender(req *http.Request) (*http.Response, error) + func (client JobDefinitionsClient) Run(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result JobDefinitionsRunFuture, err error) + func (client JobDefinitionsClient) RunPreparer(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (*http.Request, error) + func (client JobDefinitionsClient) RunResponder(resp *http.Response) (result autorest.Response, err error) + func (client JobDefinitionsClient) RunSender(req *http.Request) (future JobDefinitionsRunFuture, err error) + type JobDefinitionsCreateOrUpdateFuture struct + func (future *JobDefinitionsCreateOrUpdateFuture) Result(client JobDefinitionsClient) (jd JobDefinition, err error) + type JobDefinitionsDeleteFuture struct + func (future *JobDefinitionsDeleteFuture) Result(client JobDefinitionsClient) (ar autorest.Response, err error) + type JobDefinitionsRunFuture struct + func (future *JobDefinitionsRunFuture) Result(client JobDefinitionsClient) (ar autorest.Response, err error) + type JobDetails struct + ErrorDetails *[]ErrorDetails + ItemDetailsLink *string + JobDefinition *JobDefinition + JobStages *[]JobStages + type JobFilter struct + StartTime *date.Time + Status JobStatus + type JobList struct + NextLink *string + Value *[]Job + func (jl JobList) IsEmpty() bool + type JobListIterator struct + func NewJobListIterator(page JobListPage) JobListIterator + func (iter *JobListIterator) Next() error + func (iter *JobListIterator) NextWithContext(ctx context.Context) (err error) + func (iter JobListIterator) NotDone() bool + func (iter JobListIterator) Response() JobList + func (iter JobListIterator) Value() Job + type JobListPage struct + func NewJobListPage(getNextPage func(context.Context, JobList) (JobList, error)) JobListPage + func (page *JobListPage) Next() error + func (page *JobListPage) NextWithContext(ctx context.Context) (err error) + func (page JobListPage) NotDone() bool + func (page JobListPage) Response() JobList + func (page JobListPage) Values() []Job + type JobProperties struct + BytesProcessed *int64 + DataSinkName *string + DataSourceName *string + Details *JobDetails + IsCancellable IsJobCancellable + ItemsProcessed *int64 + TotalBytesToProcess *int64 + TotalItemsToProcess *int64 + type JobStages struct + ErrorDetails *[]ErrorDetails + JobStageDetails interface{} + StageName *string + StageStatus JobStatus + type JobStatus string + const Cancelled + const Cancelling + const Failed + const InProgress + const None + const Succeeded + const WaitingForAction + func PossibleJobStatusValues() []JobStatus + type JobsCancelFuture struct + func (future *JobsCancelFuture) Result(client JobsClient) (ar autorest.Response, err error) + type JobsClient struct + func NewJobsClient(subscriptionID string) JobsClient + func NewJobsClientWithBaseURI(baseURI string, subscriptionID string) JobsClient + func (client JobsClient) Cancel(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result JobsCancelFuture, err error) + func (client JobsClient) CancelPreparer(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (*http.Request, error) + func (client JobsClient) CancelResponder(resp *http.Response) (result autorest.Response, err error) + func (client JobsClient) CancelSender(req *http.Request) (future JobsCancelFuture, err error) + func (client JobsClient) Get(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result Job, err error) + func (client JobsClient) GetPreparer(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (*http.Request, error) + func (client JobsClient) GetResponder(resp *http.Response) (result Job, err error) + func (client JobsClient) GetSender(req *http.Request) (*http.Response, error) + func (client JobsClient) ListByDataManager(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (result JobListPage, err error) + func (client JobsClient) ListByDataManagerComplete(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (result JobListIterator, err error) + func (client JobsClient) ListByDataManagerPreparer(ctx context.Context, resourceGroupName string, dataManagerName string, ...) (*http.Request, error) + func (client JobsClient) ListByDataManagerResponder(resp *http.Response) (result JobList, err error) + func (client JobsClient) ListByDataManagerSender(req *http.Request) (*http.Response, error) + func (client JobsClient) ListByDataService(ctx context.Context, dataServiceName string, resourceGroupName string, ...) (result JobListPage, err error) + func (client JobsClient) ListByDataServiceComplete(ctx context.Context, dataServiceName string, resourceGroupName string, ...) (result JobListIterator, err error) + func (client JobsClient) ListByDataServicePreparer(ctx context.Context, dataServiceName string, resourceGroupName string, ...) (*http.Request, error) + func (client JobsClient) ListByDataServiceResponder(resp *http.Response) (result JobList, err error) + func (client JobsClient) ListByDataServiceSender(req *http.Request) (*http.Response, error) + func (client JobsClient) ListByJobDefinition(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result JobListPage, err error) + func (client JobsClient) ListByJobDefinitionComplete(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result JobListIterator, err error) + func (client JobsClient) ListByJobDefinitionPreparer(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (*http.Request, error) + func (client JobsClient) ListByJobDefinitionResponder(resp *http.Response) (result JobList, err error) + func (client JobsClient) ListByJobDefinitionSender(req *http.Request) (*http.Response, error) + func (client JobsClient) Resume(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (result JobsResumeFuture, err error) + func (client JobsClient) ResumePreparer(ctx context.Context, dataServiceName string, jobDefinitionName string, ...) (*http.Request, error) + func (client JobsClient) ResumeResponder(resp *http.Response) (result autorest.Response, err error) + func (client JobsClient) ResumeSender(req *http.Request) (future JobsResumeFuture, err error) + type JobsResumeFuture struct + func (future *JobsResumeFuture) Result(client JobsClient) (ar autorest.Response, err error) + type Key struct + EncryptionChunkSizeInBytes *int32 + KeyExponent *string + KeyModulus *string + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result AvailableProviderOperationsPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result AvailableProviderOperationsIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result AvailableProviderOperations, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type PublicKey struct + ID *string + Name *string + Type *string + func (pk *PublicKey) UnmarshalJSON(body []byte) error + func (pk PublicKey) MarshalJSON() ([]byte, error) + type PublicKeyList struct + NextLink *string + Value *[]PublicKey + func (pkl PublicKeyList) IsEmpty() bool + type PublicKeyListIterator struct + func NewPublicKeyListIterator(page PublicKeyListPage) PublicKeyListIterator + func (iter *PublicKeyListIterator) Next() error + func (iter *PublicKeyListIterator) NextWithContext(ctx context.Context) (err error) + func (iter PublicKeyListIterator) NotDone() bool + func (iter PublicKeyListIterator) Response() PublicKeyList + func (iter PublicKeyListIterator) Value() PublicKey + type PublicKeyListPage struct + func NewPublicKeyListPage(getNextPage func(context.Context, PublicKeyList) (PublicKeyList, error)) PublicKeyListPage + func (page *PublicKeyListPage) Next() error + func (page *PublicKeyListPage) NextWithContext(ctx context.Context) (err error) + func (page PublicKeyListPage) NotDone() bool + func (page PublicKeyListPage) Response() PublicKeyList + func (page PublicKeyListPage) Values() []PublicKey + type PublicKeyProperties struct + DataServiceLevel1Key *Key + DataServiceLevel2Key *Key + type PublicKeysClient struct + func NewPublicKeysClient(subscriptionID string) PublicKeysClient + func NewPublicKeysClientWithBaseURI(baseURI string, subscriptionID string) PublicKeysClient + func (client PublicKeysClient) Get(ctx context.Context, publicKeyName string, resourceGroupName string, ...) (result PublicKey, err error) + func (client PublicKeysClient) GetPreparer(ctx context.Context, publicKeyName string, resourceGroupName string, ...) (*http.Request, error) + func (client PublicKeysClient) GetResponder(resp *http.Response) (result PublicKey, err error) + func (client PublicKeysClient) GetSender(req *http.Request) (*http.Response, error) + func (client PublicKeysClient) ListByDataManager(ctx context.Context, resourceGroupName string, dataManagerName string) (result PublicKeyListPage, err error) + func (client PublicKeysClient) ListByDataManagerComplete(ctx context.Context, resourceGroupName string, dataManagerName string) (result PublicKeyListIterator, err error) + func (client PublicKeysClient) ListByDataManagerPreparer(ctx context.Context, resourceGroupName string, dataManagerName string) (*http.Request, error) + func (client PublicKeysClient) ListByDataManagerResponder(resp *http.Response) (result PublicKeyList, err error) + func (client PublicKeysClient) ListByDataManagerSender(req *http.Request) (*http.Response, error) + type Resource struct + ID *string + Location *string + Name *string + Sku *Sku + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type RunLocation string + const RunLocationAustraliaeast + const RunLocationAustraliasoutheast + const RunLocationBrazilsouth + const RunLocationCanadacentral + const RunLocationCanadaeast + const RunLocationCentralindia + const RunLocationCentralus + const RunLocationEastasia + const RunLocationEastus + const RunLocationEastus2 + const RunLocationJapaneast + const RunLocationJapanwest + const RunLocationKoreacentral + const RunLocationKoreasouth + const RunLocationNone + const RunLocationNorthcentralus + const RunLocationNortheurope + const RunLocationSouthcentralus + const RunLocationSoutheastasia + const RunLocationSouthindia + const RunLocationUksouth + const RunLocationUkwest + const RunLocationWestcentralus + const RunLocationWesteurope + const RunLocationWestindia + const RunLocationWestus + const RunLocationWestus2 + func PossibleRunLocationValues() []RunLocation + type RunParameters struct + CustomerSecrets *[]CustomerSecret + DataServiceInput interface{} + UserConfirmation UserConfirmation + type Schedule struct + Name *string + PolicyList *[]string + type Sku struct + Name *string + Tier *string + type State string + const Disabled + const Enabled + const Supported + func PossibleStateValues() []State + type SupportedAlgorithm string + const SupportedAlgorithmNone + const SupportedAlgorithmPlainText + const SupportedAlgorithmRSA15 + const SupportedAlgorithmRSAOAEP + func PossibleSupportedAlgorithmValues() []SupportedAlgorithm + type UserConfirmation string + const NotRequired + const Required + func PossibleUserConfirmationValues() []UserConfirmation Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v28 gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v35 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 gopkg.in/Azure/azure-sdk-for-go.v38 gopkg.in/Azure/azure-sdk-for-go.v39 gopkg.in/Azure/azure-sdk-for-go.v40 gopkg.in/Azure/azure-sdk-for-go.v42 gopkg.in/Azure/azure-sdk-for-go.v43 gopkg.in/Azure/azure-sdk-for-go.v44 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v46 gopkg.in/Azure/azure-sdk-for-go.v48