Versions in this module Expand all Collapse all v32 v32.6.0 Aug 27, 2019 v32.5.0 Aug 15, 2019 v32.4.0 Aug 13, 2019 v32.3.0 Aug 8, 2019 v32.2.0 Aug 8, 2019 v32.1.0 Aug 5, 2019 v32.0.0 Jul 30, 2019 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type Activity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + Name *string + Type TypeBasicActivity + func (a *Activity) UnmarshalJSON(body []byte) error + func (a Activity) AsActivity() (*Activity, bool) + func (a Activity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (a Activity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (a Activity) AsBasicActivity() (BasicActivity, bool) + func (a Activity) AsBasicControlActivity() (BasicControlActivity, bool) + func (a Activity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (a Activity) AsControlActivity() (*ControlActivity, bool) + func (a Activity) AsCopyActivity() (*CopyActivity, bool) + func (a Activity) AsCustomActivity() (*CustomActivity, bool) + func (a Activity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (a Activity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (a Activity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (a Activity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (a Activity) AsExecutionActivity() (*ExecutionActivity, bool) + func (a Activity) AsFilterActivity() (*FilterActivity, bool) + func (a Activity) AsForEachActivity() (*ForEachActivity, bool) + func (a Activity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (a Activity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (a Activity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (a Activity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (a Activity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (a Activity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (a Activity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (a Activity) AsLookupActivity() (*LookupActivity, bool) + func (a Activity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (a Activity) AsUntilActivity() (*UntilActivity, bool) + func (a Activity) AsWaitActivity() (*WaitActivity, bool) + func (a Activity) AsWebActivity() (*WebActivity, bool) + func (a Activity) MarshalJSON() ([]byte, error) + type ActivityDependency struct + Activity *string + AdditionalProperties map[string]interface{} + DependencyConditions *[]DependencyCondition + func (ad *ActivityDependency) UnmarshalJSON(body []byte) error + func (ad ActivityDependency) MarshalJSON() ([]byte, error) + type ActivityPolicy struct + AdditionalProperties map[string]interface{} + Retry interface{} + RetryIntervalInSeconds *int32 + SecureOutput *bool + Timeout interface{} + func (ap *ActivityPolicy) UnmarshalJSON(body []byte) error + func (ap ActivityPolicy) MarshalJSON() ([]byte, error) + type ActivityRun struct + ActivityName *string + ActivityRunEnd *date.Time + ActivityRunID *string + ActivityRunStart *date.Time + ActivityType *string + AdditionalProperties map[string]interface{} + DurationInMs *int32 + Error interface{} + Input interface{} + LinkedServiceName *string + Output interface{} + PipelineName *string + PipelineRunID *string + Status *string + func (ar *ActivityRun) UnmarshalJSON(body []byte) error + func (ar ActivityRun) MarshalJSON() ([]byte, error) + type ActivityRunsClient struct + func NewActivityRunsClient(subscriptionID string) ActivityRunsClient + func NewActivityRunsClientWithBaseURI(baseURI string, subscriptionID string) ActivityRunsClient + func (client ActivityRunsClient) ListByPipelineRun(ctx context.Context, resourceGroupName string, factoryName string, ...) (result ActivityRunsListResponsePage, err error) + func (client ActivityRunsClient) ListByPipelineRunComplete(ctx context.Context, resourceGroupName string, factoryName string, ...) (result ActivityRunsListResponseIterator, err error) + func (client ActivityRunsClient) ListByPipelineRunPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client ActivityRunsClient) ListByPipelineRunResponder(resp *http.Response) (result ActivityRunsListResponse, err error) + func (client ActivityRunsClient) ListByPipelineRunSender(req *http.Request) (*http.Response, error) + type ActivityRunsListResponse struct + NextLink *string + Value *[]ActivityRun + func (arlr ActivityRunsListResponse) IsEmpty() bool + type ActivityRunsListResponseIterator struct + func NewActivityRunsListResponseIterator(page ActivityRunsListResponsePage) ActivityRunsListResponseIterator + func (iter *ActivityRunsListResponseIterator) Next() error + func (iter *ActivityRunsListResponseIterator) NextWithContext(ctx context.Context) (err error) + func (iter ActivityRunsListResponseIterator) NotDone() bool + func (iter ActivityRunsListResponseIterator) Response() ActivityRunsListResponse + func (iter ActivityRunsListResponseIterator) Value() ActivityRun + type ActivityRunsListResponsePage struct + func NewActivityRunsListResponsePage(...) ActivityRunsListResponsePage + func (page *ActivityRunsListResponsePage) Next() error + func (page *ActivityRunsListResponsePage) NextWithContext(ctx context.Context) (err error) + func (page ActivityRunsListResponsePage) NotDone() bool + func (page ActivityRunsListResponsePage) Response() ActivityRunsListResponse + func (page ActivityRunsListResponsePage) Values() []ActivityRun + type AmazonMWSLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (amls *AmazonMWSLinkedService) UnmarshalJSON(body []byte) error + func (amls AmazonMWSLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (amls AmazonMWSLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (amls AmazonMWSLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (amls AmazonMWSLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (amls AmazonMWSLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (amls AmazonMWSLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (amls AmazonMWSLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (amls AmazonMWSLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (amls AmazonMWSLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (amls AmazonMWSLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (amls AmazonMWSLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (amls AmazonMWSLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (amls AmazonMWSLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (amls AmazonMWSLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (amls AmazonMWSLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (amls AmazonMWSLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (amls AmazonMWSLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (amls AmazonMWSLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (amls AmazonMWSLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (amls AmazonMWSLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (amls AmazonMWSLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (amls AmazonMWSLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (amls AmazonMWSLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (amls AmazonMWSLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (amls AmazonMWSLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (amls AmazonMWSLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (amls AmazonMWSLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (amls AmazonMWSLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (amls AmazonMWSLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (amls AmazonMWSLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (amls AmazonMWSLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (amls AmazonMWSLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (amls AmazonMWSLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (amls AmazonMWSLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (amls AmazonMWSLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (amls AmazonMWSLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (amls AmazonMWSLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (amls AmazonMWSLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (amls AmazonMWSLinkedService) AsLinkedService() (*LinkedService, bool) + func (amls AmazonMWSLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (amls AmazonMWSLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (amls AmazonMWSLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (amls AmazonMWSLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (amls AmazonMWSLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (amls AmazonMWSLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (amls AmazonMWSLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (amls AmazonMWSLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (amls AmazonMWSLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (amls AmazonMWSLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (amls AmazonMWSLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (amls AmazonMWSLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (amls AmazonMWSLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (amls AmazonMWSLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (amls AmazonMWSLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (amls AmazonMWSLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (amls AmazonMWSLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (amls AmazonMWSLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (amls AmazonMWSLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (amls AmazonMWSLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (amls AmazonMWSLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (amls AmazonMWSLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (amls AmazonMWSLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (amls AmazonMWSLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (amls AmazonMWSLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (amls AmazonMWSLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (amls AmazonMWSLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (amls AmazonMWSLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (amls AmazonMWSLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (amls AmazonMWSLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (amls AmazonMWSLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (amls AmazonMWSLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (amls AmazonMWSLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (amls AmazonMWSLinkedService) MarshalJSON() ([]byte, error) + type AmazonMWSLinkedServiceTypeProperties struct + AccessKeyID interface{} + EncryptedCredential interface{} + Endpoint interface{} + MarketplaceID interface{} + MwsAuthToken BasicSecretBase + SecretKey BasicSecretBase + SellerID interface{} + UseEncryptedEndpoints interface{} + UseHostVerification interface{} + UsePeerVerification interface{} + func (amlstp *AmazonMWSLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type AmazonMWSObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (amod *AmazonMWSObjectDataset) UnmarshalJSON(body []byte) error + func (amod AmazonMWSObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (amod AmazonMWSObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (amod AmazonMWSObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (amod AmazonMWSObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (amod AmazonMWSObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (amod AmazonMWSObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (amod AmazonMWSObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (amod AmazonMWSObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (amod AmazonMWSObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (amod AmazonMWSObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (amod AmazonMWSObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (amod AmazonMWSObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (amod AmazonMWSObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (amod AmazonMWSObjectDataset) AsDataset() (*Dataset, bool) + func (amod AmazonMWSObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (amod AmazonMWSObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (amod AmazonMWSObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (amod AmazonMWSObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (amod AmazonMWSObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (amod AmazonMWSObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (amod AmazonMWSObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (amod AmazonMWSObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (amod AmazonMWSObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (amod AmazonMWSObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (amod AmazonMWSObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (amod AmazonMWSObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (amod AmazonMWSObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (amod AmazonMWSObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (amod AmazonMWSObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (amod AmazonMWSObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (amod AmazonMWSObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (amod AmazonMWSObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (amod AmazonMWSObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (amod AmazonMWSObjectDataset) MarshalJSON() ([]byte, error) + type AmazonMWSSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ams *AmazonMWSSource) UnmarshalJSON(body []byte) error + func (ams AmazonMWSSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ams AmazonMWSSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ams AmazonMWSSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ams AmazonMWSSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ams AmazonMWSSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ams AmazonMWSSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ams AmazonMWSSource) AsBasicCopySource() (BasicCopySource, bool) + func (ams AmazonMWSSource) AsBlobSource() (*BlobSource, bool) + func (ams AmazonMWSSource) AsCassandraSource() (*CassandraSource, bool) + func (ams AmazonMWSSource) AsConcurSource() (*ConcurSource, bool) + func (ams AmazonMWSSource) AsCopySource() (*CopySource, bool) + func (ams AmazonMWSSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ams AmazonMWSSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ams AmazonMWSSource) AsDrillSource() (*DrillSource, bool) + func (ams AmazonMWSSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ams AmazonMWSSource) AsEloquaSource() (*EloquaSource, bool) + func (ams AmazonMWSSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ams AmazonMWSSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ams AmazonMWSSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ams AmazonMWSSource) AsHBaseSource() (*HBaseSource, bool) + func (ams AmazonMWSSource) AsHTTPSource() (*HTTPSource, bool) + func (ams AmazonMWSSource) AsHdfsSource() (*HdfsSource, bool) + func (ams AmazonMWSSource) AsHiveSource() (*HiveSource, bool) + func (ams AmazonMWSSource) AsHubspotSource() (*HubspotSource, bool) + func (ams AmazonMWSSource) AsImpalaSource() (*ImpalaSource, bool) + func (ams AmazonMWSSource) AsJiraSource() (*JiraSource, bool) + func (ams AmazonMWSSource) AsMagentoSource() (*MagentoSource, bool) + func (ams AmazonMWSSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ams AmazonMWSSource) AsMarketoSource() (*MarketoSource, bool) + func (ams AmazonMWSSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ams AmazonMWSSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ams AmazonMWSSource) AsOracleSource() (*OracleSource, bool) + func (ams AmazonMWSSource) AsPaypalSource() (*PaypalSource, bool) + func (ams AmazonMWSSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ams AmazonMWSSource) AsPrestoSource() (*PrestoSource, bool) + func (ams AmazonMWSSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ams AmazonMWSSource) AsRelationalSource() (*RelationalSource, bool) + func (ams AmazonMWSSource) AsResponsysSource() (*ResponsysSource, bool) + func (ams AmazonMWSSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ams AmazonMWSSource) AsSQLSource() (*SQLSource, bool) + func (ams AmazonMWSSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ams AmazonMWSSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ams AmazonMWSSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ams AmazonMWSSource) AsSapEccSource() (*SapEccSource, bool) + func (ams AmazonMWSSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ams AmazonMWSSource) AsShopifySource() (*ShopifySource, bool) + func (ams AmazonMWSSource) AsSparkSource() (*SparkSource, bool) + func (ams AmazonMWSSource) AsSquareSource() (*SquareSource, bool) + func (ams AmazonMWSSource) AsVerticaSource() (*VerticaSource, bool) + func (ams AmazonMWSSource) AsWebSource() (*WebSource, bool) + func (ams AmazonMWSSource) AsXeroSource() (*XeroSource, bool) + func (ams AmazonMWSSource) AsZohoSource() (*ZohoSource, bool) + func (ams AmazonMWSSource) MarshalJSON() ([]byte, error) + type AmazonRedshiftLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (arls *AmazonRedshiftLinkedService) UnmarshalJSON(body []byte) error + func (arls AmazonRedshiftLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsLinkedService() (*LinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (arls AmazonRedshiftLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (arls AmazonRedshiftLinkedService) MarshalJSON() ([]byte, error) + type AmazonRedshiftLinkedServiceTypeProperties struct + Database interface{} + EncryptedCredential interface{} + Password BasicSecretBase + Port interface{} + Server interface{} + Username interface{} + func (arlstp *AmazonRedshiftLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type AmazonRedshiftSource struct + AdditionalProperties map[string]interface{} + Query interface{} + RedshiftUnloadSettings *RedshiftUnloadSettings + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ars *AmazonRedshiftSource) UnmarshalJSON(body []byte) error + func (ars AmazonRedshiftSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ars AmazonRedshiftSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ars AmazonRedshiftSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ars AmazonRedshiftSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ars AmazonRedshiftSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ars AmazonRedshiftSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ars AmazonRedshiftSource) AsBasicCopySource() (BasicCopySource, bool) + func (ars AmazonRedshiftSource) AsBlobSource() (*BlobSource, bool) + func (ars AmazonRedshiftSource) AsCassandraSource() (*CassandraSource, bool) + func (ars AmazonRedshiftSource) AsConcurSource() (*ConcurSource, bool) + func (ars AmazonRedshiftSource) AsCopySource() (*CopySource, bool) + func (ars AmazonRedshiftSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ars AmazonRedshiftSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ars AmazonRedshiftSource) AsDrillSource() (*DrillSource, bool) + func (ars AmazonRedshiftSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ars AmazonRedshiftSource) AsEloquaSource() (*EloquaSource, bool) + func (ars AmazonRedshiftSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ars AmazonRedshiftSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ars AmazonRedshiftSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ars AmazonRedshiftSource) AsHBaseSource() (*HBaseSource, bool) + func (ars AmazonRedshiftSource) AsHTTPSource() (*HTTPSource, bool) + func (ars AmazonRedshiftSource) AsHdfsSource() (*HdfsSource, bool) + func (ars AmazonRedshiftSource) AsHiveSource() (*HiveSource, bool) + func (ars AmazonRedshiftSource) AsHubspotSource() (*HubspotSource, bool) + func (ars AmazonRedshiftSource) AsImpalaSource() (*ImpalaSource, bool) + func (ars AmazonRedshiftSource) AsJiraSource() (*JiraSource, bool) + func (ars AmazonRedshiftSource) AsMagentoSource() (*MagentoSource, bool) + func (ars AmazonRedshiftSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ars AmazonRedshiftSource) AsMarketoSource() (*MarketoSource, bool) + func (ars AmazonRedshiftSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ars AmazonRedshiftSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ars AmazonRedshiftSource) AsOracleSource() (*OracleSource, bool) + func (ars AmazonRedshiftSource) AsPaypalSource() (*PaypalSource, bool) + func (ars AmazonRedshiftSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ars AmazonRedshiftSource) AsPrestoSource() (*PrestoSource, bool) + func (ars AmazonRedshiftSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ars AmazonRedshiftSource) AsRelationalSource() (*RelationalSource, bool) + func (ars AmazonRedshiftSource) AsResponsysSource() (*ResponsysSource, bool) + func (ars AmazonRedshiftSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ars AmazonRedshiftSource) AsSQLSource() (*SQLSource, bool) + func (ars AmazonRedshiftSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ars AmazonRedshiftSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ars AmazonRedshiftSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ars AmazonRedshiftSource) AsSapEccSource() (*SapEccSource, bool) + func (ars AmazonRedshiftSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ars AmazonRedshiftSource) AsShopifySource() (*ShopifySource, bool) + func (ars AmazonRedshiftSource) AsSparkSource() (*SparkSource, bool) + func (ars AmazonRedshiftSource) AsSquareSource() (*SquareSource, bool) + func (ars AmazonRedshiftSource) AsVerticaSource() (*VerticaSource, bool) + func (ars AmazonRedshiftSource) AsWebSource() (*WebSource, bool) + func (ars AmazonRedshiftSource) AsXeroSource() (*XeroSource, bool) + func (ars AmazonRedshiftSource) AsZohoSource() (*ZohoSource, bool) + func (ars AmazonRedshiftSource) MarshalJSON() ([]byte, error) + type AmazonS3Dataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (asd *AmazonS3Dataset) UnmarshalJSON(body []byte) error + func (asd AmazonS3Dataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (asd AmazonS3Dataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (asd AmazonS3Dataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (asd AmazonS3Dataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (asd AmazonS3Dataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (asd AmazonS3Dataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (asd AmazonS3Dataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (asd AmazonS3Dataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (asd AmazonS3Dataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (asd AmazonS3Dataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (asd AmazonS3Dataset) AsBasicDataset() (BasicDataset, bool) + func (asd AmazonS3Dataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (asd AmazonS3Dataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (asd AmazonS3Dataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (asd AmazonS3Dataset) AsCustomDataset() (*CustomDataset, bool) + func (asd AmazonS3Dataset) AsDataset() (*Dataset, bool) + func (asd AmazonS3Dataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (asd AmazonS3Dataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (asd AmazonS3Dataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (asd AmazonS3Dataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (asd AmazonS3Dataset) AsFileShareDataset() (*FileShareDataset, bool) + func (asd AmazonS3Dataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (asd AmazonS3Dataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (asd AmazonS3Dataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (asd AmazonS3Dataset) AsHTTPDataset() (*HTTPDataset, bool) + func (asd AmazonS3Dataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (asd AmazonS3Dataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (asd AmazonS3Dataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (asd AmazonS3Dataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (asd AmazonS3Dataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (asd AmazonS3Dataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (asd AmazonS3Dataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (asd AmazonS3Dataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (asd AmazonS3Dataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (asd AmazonS3Dataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (asd AmazonS3Dataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (asd AmazonS3Dataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (asd AmazonS3Dataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (asd AmazonS3Dataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (asd AmazonS3Dataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (asd AmazonS3Dataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (asd AmazonS3Dataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (asd AmazonS3Dataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (asd AmazonS3Dataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (asd AmazonS3Dataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (asd AmazonS3Dataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (asd AmazonS3Dataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (asd AmazonS3Dataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (asd AmazonS3Dataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (asd AmazonS3Dataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (asd AmazonS3Dataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (asd AmazonS3Dataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (asd AmazonS3Dataset) AsWebTableDataset() (*WebTableDataset, bool) + func (asd AmazonS3Dataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (asd AmazonS3Dataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (asd AmazonS3Dataset) MarshalJSON() ([]byte, error) + type AmazonS3DatasetTypeProperties struct + BucketName interface{} + Compression BasicDatasetCompression + Format BasicDatasetStorageFormat + Key interface{} + Prefix interface{} + Version interface{} + func (asdtp *AmazonS3DatasetTypeProperties) UnmarshalJSON(body []byte) error + type AmazonS3LinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (asls *AmazonS3LinkedService) UnmarshalJSON(body []byte) error + func (asls AmazonS3LinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (asls AmazonS3LinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (asls AmazonS3LinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (asls AmazonS3LinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (asls AmazonS3LinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (asls AmazonS3LinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (asls AmazonS3LinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (asls AmazonS3LinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (asls AmazonS3LinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (asls AmazonS3LinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (asls AmazonS3LinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (asls AmazonS3LinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (asls AmazonS3LinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (asls AmazonS3LinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (asls AmazonS3LinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (asls AmazonS3LinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (asls AmazonS3LinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (asls AmazonS3LinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (asls AmazonS3LinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (asls AmazonS3LinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (asls AmazonS3LinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (asls AmazonS3LinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (asls AmazonS3LinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (asls AmazonS3LinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (asls AmazonS3LinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (asls AmazonS3LinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (asls AmazonS3LinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (asls AmazonS3LinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (asls AmazonS3LinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (asls AmazonS3LinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (asls AmazonS3LinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (asls AmazonS3LinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (asls AmazonS3LinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (asls AmazonS3LinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (asls AmazonS3LinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (asls AmazonS3LinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (asls AmazonS3LinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (asls AmazonS3LinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (asls AmazonS3LinkedService) AsLinkedService() (*LinkedService, bool) + func (asls AmazonS3LinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (asls AmazonS3LinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (asls AmazonS3LinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (asls AmazonS3LinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (asls AmazonS3LinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (asls AmazonS3LinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (asls AmazonS3LinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (asls AmazonS3LinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (asls AmazonS3LinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (asls AmazonS3LinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (asls AmazonS3LinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (asls AmazonS3LinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (asls AmazonS3LinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (asls AmazonS3LinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (asls AmazonS3LinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (asls AmazonS3LinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (asls AmazonS3LinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (asls AmazonS3LinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (asls AmazonS3LinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (asls AmazonS3LinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (asls AmazonS3LinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (asls AmazonS3LinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (asls AmazonS3LinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (asls AmazonS3LinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (asls AmazonS3LinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (asls AmazonS3LinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (asls AmazonS3LinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (asls AmazonS3LinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (asls AmazonS3LinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (asls AmazonS3LinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (asls AmazonS3LinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (asls AmazonS3LinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (asls AmazonS3LinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (asls AmazonS3LinkedService) MarshalJSON() ([]byte, error) + type AmazonS3LinkedServiceTypeProperties struct + AccessKeyID interface{} + EncryptedCredential interface{} + SecretAccessKey BasicSecretBase + func (aslstp *AmazonS3LinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type AuthenticationType string + const AuthenticationTypeAnonymous + const AuthenticationTypeBasic + const AuthenticationTypeClientCertificate + const AuthenticationTypeWebLinkedServiceTypeProperties + func PossibleAuthenticationTypeValues() []AuthenticationType + type AuthorizationType string + const AuthorizationTypeKey + const AuthorizationTypeLinkedIntegrationRuntimeProperties + const AuthorizationTypeRBAC + func PossibleAuthorizationTypeValues() []AuthorizationType + type AvroFormat struct + AdditionalProperties map[string]interface{} + Deserializer interface{} + Serializer interface{} + Type TypeBasicDatasetStorageFormat + func (af *AvroFormat) UnmarshalJSON(body []byte) error + func (af AvroFormat) AsAvroFormat() (*AvroFormat, bool) + func (af AvroFormat) AsBasicDatasetStorageFormat() (BasicDatasetStorageFormat, bool) + func (af AvroFormat) AsDatasetStorageFormat() (*DatasetStorageFormat, bool) + func (af AvroFormat) AsJSONFormat() (*JSONFormat, bool) + func (af AvroFormat) AsOrcFormat() (*OrcFormat, bool) + func (af AvroFormat) AsParquetFormat() (*ParquetFormat, bool) + func (af AvroFormat) AsTextFormat() (*TextFormat, bool) + func (af AvroFormat) MarshalJSON() ([]byte, error) + type AzureBatchLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (abls *AzureBatchLinkedService) UnmarshalJSON(body []byte) error + func (abls AzureBatchLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (abls AzureBatchLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (abls AzureBatchLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (abls AzureBatchLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (abls AzureBatchLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (abls AzureBatchLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (abls AzureBatchLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (abls AzureBatchLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (abls AzureBatchLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (abls AzureBatchLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (abls AzureBatchLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (abls AzureBatchLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (abls AzureBatchLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (abls AzureBatchLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (abls AzureBatchLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (abls AzureBatchLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (abls AzureBatchLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (abls AzureBatchLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (abls AzureBatchLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (abls AzureBatchLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (abls AzureBatchLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (abls AzureBatchLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (abls AzureBatchLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (abls AzureBatchLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (abls AzureBatchLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (abls AzureBatchLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (abls AzureBatchLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (abls AzureBatchLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (abls AzureBatchLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (abls AzureBatchLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (abls AzureBatchLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (abls AzureBatchLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (abls AzureBatchLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (abls AzureBatchLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (abls AzureBatchLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (abls AzureBatchLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (abls AzureBatchLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (abls AzureBatchLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (abls AzureBatchLinkedService) AsLinkedService() (*LinkedService, bool) + func (abls AzureBatchLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (abls AzureBatchLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (abls AzureBatchLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (abls AzureBatchLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (abls AzureBatchLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (abls AzureBatchLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (abls AzureBatchLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (abls AzureBatchLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (abls AzureBatchLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (abls AzureBatchLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (abls AzureBatchLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (abls AzureBatchLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (abls AzureBatchLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (abls AzureBatchLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (abls AzureBatchLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (abls AzureBatchLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (abls AzureBatchLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (abls AzureBatchLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (abls AzureBatchLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (abls AzureBatchLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (abls AzureBatchLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (abls AzureBatchLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (abls AzureBatchLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (abls AzureBatchLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (abls AzureBatchLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (abls AzureBatchLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (abls AzureBatchLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (abls AzureBatchLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (abls AzureBatchLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (abls AzureBatchLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (abls AzureBatchLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (abls AzureBatchLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (abls AzureBatchLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (abls AzureBatchLinkedService) MarshalJSON() ([]byte, error) + type AzureBatchLinkedServiceTypeProperties struct + AccessKey BasicSecretBase + AccountName interface{} + BatchURI interface{} + EncryptedCredential interface{} + LinkedServiceName *LinkedServiceReference + PoolName interface{} + func (ablstp *AzureBatchLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type AzureBlobDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (abd *AzureBlobDataset) UnmarshalJSON(body []byte) error + func (abd AzureBlobDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (abd AzureBlobDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (abd AzureBlobDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (abd AzureBlobDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (abd AzureBlobDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (abd AzureBlobDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (abd AzureBlobDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (abd AzureBlobDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (abd AzureBlobDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (abd AzureBlobDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (abd AzureBlobDataset) AsBasicDataset() (BasicDataset, bool) + func (abd AzureBlobDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (abd AzureBlobDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (abd AzureBlobDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (abd AzureBlobDataset) AsCustomDataset() (*CustomDataset, bool) + func (abd AzureBlobDataset) AsDataset() (*Dataset, bool) + func (abd AzureBlobDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (abd AzureBlobDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (abd AzureBlobDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (abd AzureBlobDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (abd AzureBlobDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (abd AzureBlobDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (abd AzureBlobDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (abd AzureBlobDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (abd AzureBlobDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (abd AzureBlobDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (abd AzureBlobDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (abd AzureBlobDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (abd AzureBlobDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (abd AzureBlobDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (abd AzureBlobDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (abd AzureBlobDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (abd AzureBlobDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (abd AzureBlobDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (abd AzureBlobDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (abd AzureBlobDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (abd AzureBlobDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (abd AzureBlobDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (abd AzureBlobDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (abd AzureBlobDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (abd AzureBlobDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (abd AzureBlobDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (abd AzureBlobDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (abd AzureBlobDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (abd AzureBlobDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (abd AzureBlobDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (abd AzureBlobDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (abd AzureBlobDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (abd AzureBlobDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (abd AzureBlobDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (abd AzureBlobDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (abd AzureBlobDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (abd AzureBlobDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (abd AzureBlobDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (abd AzureBlobDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (abd AzureBlobDataset) MarshalJSON() ([]byte, error) + type AzureBlobDatasetTypeProperties struct + Compression BasicDatasetCompression + FileName interface{} + FolderPath interface{} + Format BasicDatasetStorageFormat + TableRootLocation interface{} + func (abdtp *AzureBlobDatasetTypeProperties) UnmarshalJSON(body []byte) error + type AzureDataLakeAnalyticsLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (adlals *AzureDataLakeAnalyticsLinkedService) UnmarshalJSON(body []byte) error + func (adlals AzureDataLakeAnalyticsLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsLinkedService() (*LinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (adlals AzureDataLakeAnalyticsLinkedService) MarshalJSON() ([]byte, error) + type AzureDataLakeAnalyticsLinkedServiceTypeProperties struct + AccountName interface{} + DataLakeAnalyticsURI interface{} + EncryptedCredential interface{} + ResourceGroupName interface{} + ServicePrincipalID interface{} + ServicePrincipalKey BasicSecretBase + SubscriptionID interface{} + Tenant interface{} + func (adlalstp *AzureDataLakeAnalyticsLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type AzureDataLakeStoreDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (adlsd *AzureDataLakeStoreDataset) UnmarshalJSON(body []byte) error + func (adlsd AzureDataLakeStoreDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsBasicDataset() (BasicDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsCustomDataset() (*CustomDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsDataset() (*Dataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (adlsd AzureDataLakeStoreDataset) MarshalJSON() ([]byte, error) + type AzureDataLakeStoreDatasetTypeProperties struct + Compression BasicDatasetCompression + FileName interface{} + FolderPath interface{} + Format BasicDatasetStorageFormat + func (adlsdtp *AzureDataLakeStoreDatasetTypeProperties) UnmarshalJSON(body []byte) error + type AzureDataLakeStoreLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (adlsls *AzureDataLakeStoreLinkedService) UnmarshalJSON(body []byte) error + func (adlsls AzureDataLakeStoreLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsLinkedService() (*LinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (adlsls AzureDataLakeStoreLinkedService) MarshalJSON() ([]byte, error) + type AzureDataLakeStoreLinkedServiceTypeProperties struct + AccountName interface{} + DataLakeStoreURI interface{} + EncryptedCredential interface{} + ResourceGroupName interface{} + ServicePrincipalID interface{} + ServicePrincipalKey BasicSecretBase + SubscriptionID interface{} + Tenant interface{} + func (adlslstp *AzureDataLakeStoreLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type AzureDataLakeStoreSink struct + AdditionalProperties map[string]interface{} + CopyBehavior interface{} + SinkRetryCount interface{} + SinkRetryWait interface{} + Type TypeBasicCopySink + WriteBatchSize interface{} + WriteBatchTimeout interface{} + func (adlss *AzureDataLakeStoreSink) UnmarshalJSON(body []byte) error + func (adlss AzureDataLakeStoreSink) AsAzureDataLakeStoreSink() (*AzureDataLakeStoreSink, bool) + func (adlss AzureDataLakeStoreSink) AsAzureQueueSink() (*AzureQueueSink, bool) + func (adlss AzureDataLakeStoreSink) AsAzureSearchIndexSink() (*AzureSearchIndexSink, bool) + func (adlss AzureDataLakeStoreSink) AsAzureTableSink() (*AzureTableSink, bool) + func (adlss AzureDataLakeStoreSink) AsBasicCopySink() (BasicCopySink, bool) + func (adlss AzureDataLakeStoreSink) AsBlobSink() (*BlobSink, bool) + func (adlss AzureDataLakeStoreSink) AsCopySink() (*CopySink, bool) + func (adlss AzureDataLakeStoreSink) AsDocumentDbCollectionSink() (*DocumentDbCollectionSink, bool) + func (adlss AzureDataLakeStoreSink) AsDynamicsSink() (*DynamicsSink, bool) + func (adlss AzureDataLakeStoreSink) AsFileSystemSink() (*FileSystemSink, bool) + func (adlss AzureDataLakeStoreSink) AsOdbcSink() (*OdbcSink, bool) + func (adlss AzureDataLakeStoreSink) AsOracleSink() (*OracleSink, bool) + func (adlss AzureDataLakeStoreSink) AsSQLDWSink() (*SQLDWSink, bool) + func (adlss AzureDataLakeStoreSink) AsSQLSink() (*SQLSink, bool) + func (adlss AzureDataLakeStoreSink) AsSalesforceSink() (*SalesforceSink, bool) + func (adlss AzureDataLakeStoreSink) AsSapCloudForCustomerSink() (*SapCloudForCustomerSink, bool) + func (adlss AzureDataLakeStoreSink) MarshalJSON() ([]byte, error) + type AzureDataLakeStoreSource struct + AdditionalProperties map[string]interface{} + Recursive interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (adlss *AzureDataLakeStoreSource) UnmarshalJSON(body []byte) error + func (adlss AzureDataLakeStoreSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (adlss AzureDataLakeStoreSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (adlss AzureDataLakeStoreSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (adlss AzureDataLakeStoreSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (adlss AzureDataLakeStoreSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (adlss AzureDataLakeStoreSource) AsAzureTableSource() (*AzureTableSource, bool) + func (adlss AzureDataLakeStoreSource) AsBasicCopySource() (BasicCopySource, bool) + func (adlss AzureDataLakeStoreSource) AsBlobSource() (*BlobSource, bool) + func (adlss AzureDataLakeStoreSource) AsCassandraSource() (*CassandraSource, bool) + func (adlss AzureDataLakeStoreSource) AsConcurSource() (*ConcurSource, bool) + func (adlss AzureDataLakeStoreSource) AsCopySource() (*CopySource, bool) + func (adlss AzureDataLakeStoreSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (adlss AzureDataLakeStoreSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (adlss AzureDataLakeStoreSource) AsDrillSource() (*DrillSource, bool) + func (adlss AzureDataLakeStoreSource) AsDynamicsSource() (*DynamicsSource, bool) + func (adlss AzureDataLakeStoreSource) AsEloquaSource() (*EloquaSource, bool) + func (adlss AzureDataLakeStoreSource) AsFileSystemSource() (*FileSystemSource, bool) + func (adlss AzureDataLakeStoreSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (adlss AzureDataLakeStoreSource) AsGreenplumSource() (*GreenplumSource, bool) + func (adlss AzureDataLakeStoreSource) AsHBaseSource() (*HBaseSource, bool) + func (adlss AzureDataLakeStoreSource) AsHTTPSource() (*HTTPSource, bool) + func (adlss AzureDataLakeStoreSource) AsHdfsSource() (*HdfsSource, bool) + func (adlss AzureDataLakeStoreSource) AsHiveSource() (*HiveSource, bool) + func (adlss AzureDataLakeStoreSource) AsHubspotSource() (*HubspotSource, bool) + func (adlss AzureDataLakeStoreSource) AsImpalaSource() (*ImpalaSource, bool) + func (adlss AzureDataLakeStoreSource) AsJiraSource() (*JiraSource, bool) + func (adlss AzureDataLakeStoreSource) AsMagentoSource() (*MagentoSource, bool) + func (adlss AzureDataLakeStoreSource) AsMariaDBSource() (*MariaDBSource, bool) + func (adlss AzureDataLakeStoreSource) AsMarketoSource() (*MarketoSource, bool) + func (adlss AzureDataLakeStoreSource) AsMongoDbSource() (*MongoDbSource, bool) + func (adlss AzureDataLakeStoreSource) AsNetezzaSource() (*NetezzaSource, bool) + func (adlss AzureDataLakeStoreSource) AsOracleSource() (*OracleSource, bool) + func (adlss AzureDataLakeStoreSource) AsPaypalSource() (*PaypalSource, bool) + func (adlss AzureDataLakeStoreSource) AsPhoenixSource() (*PhoenixSource, bool) + func (adlss AzureDataLakeStoreSource) AsPrestoSource() (*PrestoSource, bool) + func (adlss AzureDataLakeStoreSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (adlss AzureDataLakeStoreSource) AsRelationalSource() (*RelationalSource, bool) + func (adlss AzureDataLakeStoreSource) AsResponsysSource() (*ResponsysSource, bool) + func (adlss AzureDataLakeStoreSource) AsSQLDWSource() (*SQLDWSource, bool) + func (adlss AzureDataLakeStoreSource) AsSQLSource() (*SQLSource, bool) + func (adlss AzureDataLakeStoreSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (adlss AzureDataLakeStoreSource) AsSalesforceSource() (*SalesforceSource, bool) + func (adlss AzureDataLakeStoreSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (adlss AzureDataLakeStoreSource) AsSapEccSource() (*SapEccSource, bool) + func (adlss AzureDataLakeStoreSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (adlss AzureDataLakeStoreSource) AsShopifySource() (*ShopifySource, bool) + func (adlss AzureDataLakeStoreSource) AsSparkSource() (*SparkSource, bool) + func (adlss AzureDataLakeStoreSource) AsSquareSource() (*SquareSource, bool) + func (adlss AzureDataLakeStoreSource) AsVerticaSource() (*VerticaSource, bool) + func (adlss AzureDataLakeStoreSource) AsWebSource() (*WebSource, bool) + func (adlss AzureDataLakeStoreSource) AsXeroSource() (*XeroSource, bool) + func (adlss AzureDataLakeStoreSource) AsZohoSource() (*ZohoSource, bool) + func (adlss AzureDataLakeStoreSource) MarshalJSON() ([]byte, error) + type AzureDatabricksLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (adls *AzureDatabricksLinkedService) UnmarshalJSON(body []byte) error + func (adls AzureDatabricksLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (adls AzureDatabricksLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (adls AzureDatabricksLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsLinkedService() (*LinkedService, bool) + func (adls AzureDatabricksLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (adls AzureDatabricksLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (adls AzureDatabricksLinkedService) MarshalJSON() ([]byte, error) + type AzureDatabricksLinkedServiceTypeProperties struct + AccessToken BasicSecretBase + Domain interface{} + EncryptedCredential interface{} + ExistingClusterID interface{} + NewClusterNodeType interface{} + NewClusterNumOfWorker interface{} + NewClusterSparkConf map[string]interface{} + NewClusterVersion interface{} + func (adlstp *AzureDatabricksLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + func (adlstp AzureDatabricksLinkedServiceTypeProperties) MarshalJSON() ([]byte, error) + type AzureKeyVaultLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (akvls *AzureKeyVaultLinkedService) UnmarshalJSON(body []byte) error + func (akvls AzureKeyVaultLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsLinkedService() (*LinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (akvls AzureKeyVaultLinkedService) MarshalJSON() ([]byte, error) + type AzureKeyVaultLinkedServiceTypeProperties struct + BaseURL interface{} + type AzureKeyVaultSecretReference struct + SecretName interface{} + SecretVersion interface{} + Store *LinkedServiceReference + Type Type + func (akvsr AzureKeyVaultSecretReference) AsAzureKeyVaultSecretReference() (*AzureKeyVaultSecretReference, bool) + func (akvsr AzureKeyVaultSecretReference) AsBasicSecretBase() (BasicSecretBase, bool) + func (akvsr AzureKeyVaultSecretReference) AsSecretBase() (*SecretBase, bool) + func (akvsr AzureKeyVaultSecretReference) AsSecureString() (*SecureString, bool) + func (akvsr AzureKeyVaultSecretReference) MarshalJSON() ([]byte, error) + type AzureMLBatchExecutionActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + LinkedServiceName *LinkedServiceReference + Name *string + Policy *ActivityPolicy + Type TypeBasicActivity + func (ambea *AzureMLBatchExecutionActivity) UnmarshalJSON(body []byte) error + func (ambea AzureMLBatchExecutionActivity) AsActivity() (*Activity, bool) + func (ambea AzureMLBatchExecutionActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsBasicActivity() (BasicActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsControlActivity() (*ControlActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsCopyActivity() (*CopyActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsCustomActivity() (*CustomActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsFilterActivity() (*FilterActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsForEachActivity() (*ForEachActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsLookupActivity() (*LookupActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsUntilActivity() (*UntilActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsWaitActivity() (*WaitActivity, bool) + func (ambea AzureMLBatchExecutionActivity) AsWebActivity() (*WebActivity, bool) + func (ambea AzureMLBatchExecutionActivity) MarshalJSON() ([]byte, error) + type AzureMLBatchExecutionActivityTypeProperties struct + GlobalParameters map[string]interface{} + WebServiceInputs map[string]*AzureMLWebServiceFile + WebServiceOutputs map[string]*AzureMLWebServiceFile + func (ambeatp AzureMLBatchExecutionActivityTypeProperties) MarshalJSON() ([]byte, error) + type AzureMLLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (amls *AzureMLLinkedService) UnmarshalJSON(body []byte) error + func (amls AzureMLLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (amls AzureMLLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (amls AzureMLLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (amls AzureMLLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (amls AzureMLLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (amls AzureMLLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (amls AzureMLLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (amls AzureMLLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (amls AzureMLLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (amls AzureMLLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (amls AzureMLLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (amls AzureMLLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (amls AzureMLLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (amls AzureMLLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (amls AzureMLLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (amls AzureMLLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (amls AzureMLLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (amls AzureMLLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (amls AzureMLLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (amls AzureMLLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (amls AzureMLLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (amls AzureMLLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (amls AzureMLLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (amls AzureMLLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (amls AzureMLLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (amls AzureMLLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (amls AzureMLLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (amls AzureMLLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (amls AzureMLLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (amls AzureMLLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (amls AzureMLLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (amls AzureMLLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (amls AzureMLLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (amls AzureMLLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (amls AzureMLLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (amls AzureMLLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (amls AzureMLLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (amls AzureMLLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (amls AzureMLLinkedService) AsLinkedService() (*LinkedService, bool) + func (amls AzureMLLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (amls AzureMLLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (amls AzureMLLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (amls AzureMLLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (amls AzureMLLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (amls AzureMLLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (amls AzureMLLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (amls AzureMLLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (amls AzureMLLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (amls AzureMLLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (amls AzureMLLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (amls AzureMLLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (amls AzureMLLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (amls AzureMLLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (amls AzureMLLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (amls AzureMLLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (amls AzureMLLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (amls AzureMLLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (amls AzureMLLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (amls AzureMLLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (amls AzureMLLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (amls AzureMLLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (amls AzureMLLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (amls AzureMLLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (amls AzureMLLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (amls AzureMLLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (amls AzureMLLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (amls AzureMLLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (amls AzureMLLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (amls AzureMLLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (amls AzureMLLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (amls AzureMLLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (amls AzureMLLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (amls AzureMLLinkedService) MarshalJSON() ([]byte, error) + type AzureMLLinkedServiceTypeProperties struct + APIKey BasicSecretBase + EncryptedCredential interface{} + MlEndpoint interface{} + ServicePrincipalID interface{} + ServicePrincipalKey BasicSecretBase + Tenant interface{} + UpdateResourceEndpoint interface{} + func (amlstp *AzureMLLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type AzureMLUpdateResourceActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + LinkedServiceName *LinkedServiceReference + Name *string + Policy *ActivityPolicy + Type TypeBasicActivity + func (amura *AzureMLUpdateResourceActivity) UnmarshalJSON(body []byte) error + func (amura AzureMLUpdateResourceActivity) AsActivity() (*Activity, bool) + func (amura AzureMLUpdateResourceActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsBasicActivity() (BasicActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsControlActivity() (*ControlActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsCopyActivity() (*CopyActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsCustomActivity() (*CustomActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsFilterActivity() (*FilterActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsForEachActivity() (*ForEachActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsLookupActivity() (*LookupActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsUntilActivity() (*UntilActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsWaitActivity() (*WaitActivity, bool) + func (amura AzureMLUpdateResourceActivity) AsWebActivity() (*WebActivity, bool) + func (amura AzureMLUpdateResourceActivity) MarshalJSON() ([]byte, error) + type AzureMLUpdateResourceActivityTypeProperties struct + TrainedModelFilePath interface{} + TrainedModelLinkedServiceName *LinkedServiceReference + TrainedModelName interface{} + type AzureMLWebServiceFile struct + FilePath interface{} + LinkedServiceName *LinkedServiceReference + type AzureMySQLLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (amsls *AzureMySQLLinkedService) UnmarshalJSON(body []byte) error + func (amsls AzureMySQLLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (amsls AzureMySQLLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (amsls AzureMySQLLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsLinkedService() (*LinkedService, bool) + func (amsls AzureMySQLLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (amsls AzureMySQLLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (amsls AzureMySQLLinkedService) MarshalJSON() ([]byte, error) + type AzureMySQLLinkedServiceTypeProperties struct + ConnectionString interface{} + EncryptedCredential interface{} + type AzureMySQLSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (amss *AzureMySQLSource) UnmarshalJSON(body []byte) error + func (amss AzureMySQLSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (amss AzureMySQLSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (amss AzureMySQLSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (amss AzureMySQLSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (amss AzureMySQLSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (amss AzureMySQLSource) AsAzureTableSource() (*AzureTableSource, bool) + func (amss AzureMySQLSource) AsBasicCopySource() (BasicCopySource, bool) + func (amss AzureMySQLSource) AsBlobSource() (*BlobSource, bool) + func (amss AzureMySQLSource) AsCassandraSource() (*CassandraSource, bool) + func (amss AzureMySQLSource) AsConcurSource() (*ConcurSource, bool) + func (amss AzureMySQLSource) AsCopySource() (*CopySource, bool) + func (amss AzureMySQLSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (amss AzureMySQLSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (amss AzureMySQLSource) AsDrillSource() (*DrillSource, bool) + func (amss AzureMySQLSource) AsDynamicsSource() (*DynamicsSource, bool) + func (amss AzureMySQLSource) AsEloquaSource() (*EloquaSource, bool) + func (amss AzureMySQLSource) AsFileSystemSource() (*FileSystemSource, bool) + func (amss AzureMySQLSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (amss AzureMySQLSource) AsGreenplumSource() (*GreenplumSource, bool) + func (amss AzureMySQLSource) AsHBaseSource() (*HBaseSource, bool) + func (amss AzureMySQLSource) AsHTTPSource() (*HTTPSource, bool) + func (amss AzureMySQLSource) AsHdfsSource() (*HdfsSource, bool) + func (amss AzureMySQLSource) AsHiveSource() (*HiveSource, bool) + func (amss AzureMySQLSource) AsHubspotSource() (*HubspotSource, bool) + func (amss AzureMySQLSource) AsImpalaSource() (*ImpalaSource, bool) + func (amss AzureMySQLSource) AsJiraSource() (*JiraSource, bool) + func (amss AzureMySQLSource) AsMagentoSource() (*MagentoSource, bool) + func (amss AzureMySQLSource) AsMariaDBSource() (*MariaDBSource, bool) + func (amss AzureMySQLSource) AsMarketoSource() (*MarketoSource, bool) + func (amss AzureMySQLSource) AsMongoDbSource() (*MongoDbSource, bool) + func (amss AzureMySQLSource) AsNetezzaSource() (*NetezzaSource, bool) + func (amss AzureMySQLSource) AsOracleSource() (*OracleSource, bool) + func (amss AzureMySQLSource) AsPaypalSource() (*PaypalSource, bool) + func (amss AzureMySQLSource) AsPhoenixSource() (*PhoenixSource, bool) + func (amss AzureMySQLSource) AsPrestoSource() (*PrestoSource, bool) + func (amss AzureMySQLSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (amss AzureMySQLSource) AsRelationalSource() (*RelationalSource, bool) + func (amss AzureMySQLSource) AsResponsysSource() (*ResponsysSource, bool) + func (amss AzureMySQLSource) AsSQLDWSource() (*SQLDWSource, bool) + func (amss AzureMySQLSource) AsSQLSource() (*SQLSource, bool) + func (amss AzureMySQLSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (amss AzureMySQLSource) AsSalesforceSource() (*SalesforceSource, bool) + func (amss AzureMySQLSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (amss AzureMySQLSource) AsSapEccSource() (*SapEccSource, bool) + func (amss AzureMySQLSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (amss AzureMySQLSource) AsShopifySource() (*ShopifySource, bool) + func (amss AzureMySQLSource) AsSparkSource() (*SparkSource, bool) + func (amss AzureMySQLSource) AsSquareSource() (*SquareSource, bool) + func (amss AzureMySQLSource) AsVerticaSource() (*VerticaSource, bool) + func (amss AzureMySQLSource) AsWebSource() (*WebSource, bool) + func (amss AzureMySQLSource) AsXeroSource() (*XeroSource, bool) + func (amss AzureMySQLSource) AsZohoSource() (*ZohoSource, bool) + func (amss AzureMySQLSource) MarshalJSON() ([]byte, error) + type AzureMySQLTableDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (amstd *AzureMySQLTableDataset) UnmarshalJSON(body []byte) error + func (amstd AzureMySQLTableDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (amstd AzureMySQLTableDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (amstd AzureMySQLTableDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (amstd AzureMySQLTableDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (amstd AzureMySQLTableDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (amstd AzureMySQLTableDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (amstd AzureMySQLTableDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (amstd AzureMySQLTableDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (amstd AzureMySQLTableDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (amstd AzureMySQLTableDataset) AsBasicDataset() (BasicDataset, bool) + func (amstd AzureMySQLTableDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (amstd AzureMySQLTableDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (amstd AzureMySQLTableDataset) AsCustomDataset() (*CustomDataset, bool) + func (amstd AzureMySQLTableDataset) AsDataset() (*Dataset, bool) + func (amstd AzureMySQLTableDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (amstd AzureMySQLTableDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (amstd AzureMySQLTableDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (amstd AzureMySQLTableDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (amstd AzureMySQLTableDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (amstd AzureMySQLTableDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (amstd AzureMySQLTableDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (amstd AzureMySQLTableDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (amstd AzureMySQLTableDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (amstd AzureMySQLTableDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (amstd AzureMySQLTableDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (amstd AzureMySQLTableDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (amstd AzureMySQLTableDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (amstd AzureMySQLTableDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (amstd AzureMySQLTableDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (amstd AzureMySQLTableDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (amstd AzureMySQLTableDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (amstd AzureMySQLTableDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (amstd AzureMySQLTableDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (amstd AzureMySQLTableDataset) MarshalJSON() ([]byte, error) + type AzureMySQLTableDatasetTypeProperties struct + TableName interface{} + type AzurePostgreSQLLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (apsls *AzurePostgreSQLLinkedService) UnmarshalJSON(body []byte) error + func (apsls AzurePostgreSQLLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsLinkedService() (*LinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (apsls AzurePostgreSQLLinkedService) MarshalJSON() ([]byte, error) + type AzurePostgreSQLLinkedServiceTypeProperties struct + ConnectionString interface{} + EncryptedCredential interface{} + type AzurePostgreSQLSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (apss *AzurePostgreSQLSource) UnmarshalJSON(body []byte) error + func (apss AzurePostgreSQLSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (apss AzurePostgreSQLSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (apss AzurePostgreSQLSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (apss AzurePostgreSQLSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (apss AzurePostgreSQLSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (apss AzurePostgreSQLSource) AsAzureTableSource() (*AzureTableSource, bool) + func (apss AzurePostgreSQLSource) AsBasicCopySource() (BasicCopySource, bool) + func (apss AzurePostgreSQLSource) AsBlobSource() (*BlobSource, bool) + func (apss AzurePostgreSQLSource) AsCassandraSource() (*CassandraSource, bool) + func (apss AzurePostgreSQLSource) AsConcurSource() (*ConcurSource, bool) + func (apss AzurePostgreSQLSource) AsCopySource() (*CopySource, bool) + func (apss AzurePostgreSQLSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (apss AzurePostgreSQLSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (apss AzurePostgreSQLSource) AsDrillSource() (*DrillSource, bool) + func (apss AzurePostgreSQLSource) AsDynamicsSource() (*DynamicsSource, bool) + func (apss AzurePostgreSQLSource) AsEloquaSource() (*EloquaSource, bool) + func (apss AzurePostgreSQLSource) AsFileSystemSource() (*FileSystemSource, bool) + func (apss AzurePostgreSQLSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (apss AzurePostgreSQLSource) AsGreenplumSource() (*GreenplumSource, bool) + func (apss AzurePostgreSQLSource) AsHBaseSource() (*HBaseSource, bool) + func (apss AzurePostgreSQLSource) AsHTTPSource() (*HTTPSource, bool) + func (apss AzurePostgreSQLSource) AsHdfsSource() (*HdfsSource, bool) + func (apss AzurePostgreSQLSource) AsHiveSource() (*HiveSource, bool) + func (apss AzurePostgreSQLSource) AsHubspotSource() (*HubspotSource, bool) + func (apss AzurePostgreSQLSource) AsImpalaSource() (*ImpalaSource, bool) + func (apss AzurePostgreSQLSource) AsJiraSource() (*JiraSource, bool) + func (apss AzurePostgreSQLSource) AsMagentoSource() (*MagentoSource, bool) + func (apss AzurePostgreSQLSource) AsMariaDBSource() (*MariaDBSource, bool) + func (apss AzurePostgreSQLSource) AsMarketoSource() (*MarketoSource, bool) + func (apss AzurePostgreSQLSource) AsMongoDbSource() (*MongoDbSource, bool) + func (apss AzurePostgreSQLSource) AsNetezzaSource() (*NetezzaSource, bool) + func (apss AzurePostgreSQLSource) AsOracleSource() (*OracleSource, bool) + func (apss AzurePostgreSQLSource) AsPaypalSource() (*PaypalSource, bool) + func (apss AzurePostgreSQLSource) AsPhoenixSource() (*PhoenixSource, bool) + func (apss AzurePostgreSQLSource) AsPrestoSource() (*PrestoSource, bool) + func (apss AzurePostgreSQLSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (apss AzurePostgreSQLSource) AsRelationalSource() (*RelationalSource, bool) + func (apss AzurePostgreSQLSource) AsResponsysSource() (*ResponsysSource, bool) + func (apss AzurePostgreSQLSource) AsSQLDWSource() (*SQLDWSource, bool) + func (apss AzurePostgreSQLSource) AsSQLSource() (*SQLSource, bool) + func (apss AzurePostgreSQLSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (apss AzurePostgreSQLSource) AsSalesforceSource() (*SalesforceSource, bool) + func (apss AzurePostgreSQLSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (apss AzurePostgreSQLSource) AsSapEccSource() (*SapEccSource, bool) + func (apss AzurePostgreSQLSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (apss AzurePostgreSQLSource) AsShopifySource() (*ShopifySource, bool) + func (apss AzurePostgreSQLSource) AsSparkSource() (*SparkSource, bool) + func (apss AzurePostgreSQLSource) AsSquareSource() (*SquareSource, bool) + func (apss AzurePostgreSQLSource) AsVerticaSource() (*VerticaSource, bool) + func (apss AzurePostgreSQLSource) AsWebSource() (*WebSource, bool) + func (apss AzurePostgreSQLSource) AsXeroSource() (*XeroSource, bool) + func (apss AzurePostgreSQLSource) AsZohoSource() (*ZohoSource, bool) + func (apss AzurePostgreSQLSource) MarshalJSON() ([]byte, error) + type AzurePostgreSQLTableDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (apstd *AzurePostgreSQLTableDataset) UnmarshalJSON(body []byte) error + func (apstd AzurePostgreSQLTableDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsBasicDataset() (BasicDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsCustomDataset() (*CustomDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsDataset() (*Dataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (apstd AzurePostgreSQLTableDataset) MarshalJSON() ([]byte, error) + type AzureQueueSink struct + AdditionalProperties map[string]interface{} + SinkRetryCount interface{} + SinkRetryWait interface{} + Type TypeBasicCopySink + WriteBatchSize interface{} + WriteBatchTimeout interface{} + func (aqs *AzureQueueSink) UnmarshalJSON(body []byte) error + func (aqs AzureQueueSink) AsAzureDataLakeStoreSink() (*AzureDataLakeStoreSink, bool) + func (aqs AzureQueueSink) AsAzureQueueSink() (*AzureQueueSink, bool) + func (aqs AzureQueueSink) AsAzureSearchIndexSink() (*AzureSearchIndexSink, bool) + func (aqs AzureQueueSink) AsAzureTableSink() (*AzureTableSink, bool) + func (aqs AzureQueueSink) AsBasicCopySink() (BasicCopySink, bool) + func (aqs AzureQueueSink) AsBlobSink() (*BlobSink, bool) + func (aqs AzureQueueSink) AsCopySink() (*CopySink, bool) + func (aqs AzureQueueSink) AsDocumentDbCollectionSink() (*DocumentDbCollectionSink, bool) + func (aqs AzureQueueSink) AsDynamicsSink() (*DynamicsSink, bool) + func (aqs AzureQueueSink) AsFileSystemSink() (*FileSystemSink, bool) + func (aqs AzureQueueSink) AsOdbcSink() (*OdbcSink, bool) + func (aqs AzureQueueSink) AsOracleSink() (*OracleSink, bool) + func (aqs AzureQueueSink) AsSQLDWSink() (*SQLDWSink, bool) + func (aqs AzureQueueSink) AsSQLSink() (*SQLSink, bool) + func (aqs AzureQueueSink) AsSalesforceSink() (*SalesforceSink, bool) + func (aqs AzureQueueSink) AsSapCloudForCustomerSink() (*SapCloudForCustomerSink, bool) + func (aqs AzureQueueSink) MarshalJSON() ([]byte, error) + type AzureSQLDWLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (asdls *AzureSQLDWLinkedService) UnmarshalJSON(body []byte) error + func (asdls AzureSQLDWLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsLinkedService() (*LinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (asdls AzureSQLDWLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (asdls AzureSQLDWLinkedService) MarshalJSON() ([]byte, error) + type AzureSQLDWLinkedServiceTypeProperties struct + ConnectionString interface{} + EncryptedCredential interface{} + ServicePrincipalID interface{} + ServicePrincipalKey BasicSecretBase + Tenant interface{} + func (asdlstp *AzureSQLDWLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type AzureSQLDWTableDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (asdtd *AzureSQLDWTableDataset) UnmarshalJSON(body []byte) error + func (asdtd AzureSQLDWTableDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (asdtd AzureSQLDWTableDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsBasicDataset() (BasicDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsCustomDataset() (*CustomDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsDataset() (*Dataset, bool) + func (asdtd AzureSQLDWTableDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (asdtd AzureSQLDWTableDataset) MarshalJSON() ([]byte, error) + type AzureSQLDWTableDatasetTypeProperties struct + TableName interface{} + type AzureSQLDatabaseLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (asdls *AzureSQLDatabaseLinkedService) UnmarshalJSON(body []byte) error + func (asdls AzureSQLDatabaseLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsLinkedService() (*LinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (asdls AzureSQLDatabaseLinkedService) MarshalJSON() ([]byte, error) + type AzureSQLDatabaseLinkedServiceTypeProperties struct + ConnectionString interface{} + EncryptedCredential interface{} + ServicePrincipalID interface{} + ServicePrincipalKey BasicSecretBase + Tenant interface{} + func (asdlstp *AzureSQLDatabaseLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type AzureSQLTableDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (astd *AzureSQLTableDataset) UnmarshalJSON(body []byte) error + func (astd AzureSQLTableDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (astd AzureSQLTableDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (astd AzureSQLTableDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (astd AzureSQLTableDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (astd AzureSQLTableDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (astd AzureSQLTableDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (astd AzureSQLTableDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (astd AzureSQLTableDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (astd AzureSQLTableDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (astd AzureSQLTableDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (astd AzureSQLTableDataset) AsBasicDataset() (BasicDataset, bool) + func (astd AzureSQLTableDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (astd AzureSQLTableDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (astd AzureSQLTableDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (astd AzureSQLTableDataset) AsCustomDataset() (*CustomDataset, bool) + func (astd AzureSQLTableDataset) AsDataset() (*Dataset, bool) + func (astd AzureSQLTableDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (astd AzureSQLTableDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (astd AzureSQLTableDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (astd AzureSQLTableDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (astd AzureSQLTableDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (astd AzureSQLTableDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (astd AzureSQLTableDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (astd AzureSQLTableDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (astd AzureSQLTableDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (astd AzureSQLTableDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (astd AzureSQLTableDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (astd AzureSQLTableDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (astd AzureSQLTableDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (astd AzureSQLTableDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (astd AzureSQLTableDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (astd AzureSQLTableDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (astd AzureSQLTableDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (astd AzureSQLTableDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (astd AzureSQLTableDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (astd AzureSQLTableDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (astd AzureSQLTableDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (astd AzureSQLTableDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (astd AzureSQLTableDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (astd AzureSQLTableDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (astd AzureSQLTableDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (astd AzureSQLTableDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (astd AzureSQLTableDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (astd AzureSQLTableDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (astd AzureSQLTableDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (astd AzureSQLTableDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (astd AzureSQLTableDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (astd AzureSQLTableDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (astd AzureSQLTableDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (astd AzureSQLTableDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (astd AzureSQLTableDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (astd AzureSQLTableDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (astd AzureSQLTableDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (astd AzureSQLTableDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (astd AzureSQLTableDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (astd AzureSQLTableDataset) MarshalJSON() ([]byte, error) + type AzureSQLTableDatasetTypeProperties struct + TableName interface{} + type AzureSearchIndexDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (asid *AzureSearchIndexDataset) UnmarshalJSON(body []byte) error + func (asid AzureSearchIndexDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (asid AzureSearchIndexDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (asid AzureSearchIndexDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (asid AzureSearchIndexDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (asid AzureSearchIndexDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (asid AzureSearchIndexDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (asid AzureSearchIndexDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (asid AzureSearchIndexDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (asid AzureSearchIndexDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (asid AzureSearchIndexDataset) AsBasicDataset() (BasicDataset, bool) + func (asid AzureSearchIndexDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (asid AzureSearchIndexDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (asid AzureSearchIndexDataset) AsCustomDataset() (*CustomDataset, bool) + func (asid AzureSearchIndexDataset) AsDataset() (*Dataset, bool) + func (asid AzureSearchIndexDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (asid AzureSearchIndexDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (asid AzureSearchIndexDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (asid AzureSearchIndexDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (asid AzureSearchIndexDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (asid AzureSearchIndexDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (asid AzureSearchIndexDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (asid AzureSearchIndexDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (asid AzureSearchIndexDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (asid AzureSearchIndexDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (asid AzureSearchIndexDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (asid AzureSearchIndexDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (asid AzureSearchIndexDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (asid AzureSearchIndexDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (asid AzureSearchIndexDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (asid AzureSearchIndexDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (asid AzureSearchIndexDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (asid AzureSearchIndexDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (asid AzureSearchIndexDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (asid AzureSearchIndexDataset) MarshalJSON() ([]byte, error) + type AzureSearchIndexDatasetTypeProperties struct + IndexName interface{} + type AzureSearchIndexSink struct + AdditionalProperties map[string]interface{} + SinkRetryCount interface{} + SinkRetryWait interface{} + Type TypeBasicCopySink + WriteBatchSize interface{} + WriteBatchTimeout interface{} + WriteBehavior interface{} + func (asis *AzureSearchIndexSink) UnmarshalJSON(body []byte) error + func (asis AzureSearchIndexSink) AsAzureDataLakeStoreSink() (*AzureDataLakeStoreSink, bool) + func (asis AzureSearchIndexSink) AsAzureQueueSink() (*AzureQueueSink, bool) + func (asis AzureSearchIndexSink) AsAzureSearchIndexSink() (*AzureSearchIndexSink, bool) + func (asis AzureSearchIndexSink) AsAzureTableSink() (*AzureTableSink, bool) + func (asis AzureSearchIndexSink) AsBasicCopySink() (BasicCopySink, bool) + func (asis AzureSearchIndexSink) AsBlobSink() (*BlobSink, bool) + func (asis AzureSearchIndexSink) AsCopySink() (*CopySink, bool) + func (asis AzureSearchIndexSink) AsDocumentDbCollectionSink() (*DocumentDbCollectionSink, bool) + func (asis AzureSearchIndexSink) AsDynamicsSink() (*DynamicsSink, bool) + func (asis AzureSearchIndexSink) AsFileSystemSink() (*FileSystemSink, bool) + func (asis AzureSearchIndexSink) AsOdbcSink() (*OdbcSink, bool) + func (asis AzureSearchIndexSink) AsOracleSink() (*OracleSink, bool) + func (asis AzureSearchIndexSink) AsSQLDWSink() (*SQLDWSink, bool) + func (asis AzureSearchIndexSink) AsSQLSink() (*SQLSink, bool) + func (asis AzureSearchIndexSink) AsSalesforceSink() (*SalesforceSink, bool) + func (asis AzureSearchIndexSink) AsSapCloudForCustomerSink() (*SapCloudForCustomerSink, bool) + func (asis AzureSearchIndexSink) MarshalJSON() ([]byte, error) + type AzureSearchLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (asls *AzureSearchLinkedService) UnmarshalJSON(body []byte) error + func (asls AzureSearchLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (asls AzureSearchLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (asls AzureSearchLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (asls AzureSearchLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (asls AzureSearchLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (asls AzureSearchLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (asls AzureSearchLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (asls AzureSearchLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (asls AzureSearchLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (asls AzureSearchLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (asls AzureSearchLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (asls AzureSearchLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (asls AzureSearchLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (asls AzureSearchLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (asls AzureSearchLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (asls AzureSearchLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (asls AzureSearchLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (asls AzureSearchLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (asls AzureSearchLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (asls AzureSearchLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (asls AzureSearchLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (asls AzureSearchLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (asls AzureSearchLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (asls AzureSearchLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (asls AzureSearchLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (asls AzureSearchLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (asls AzureSearchLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (asls AzureSearchLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (asls AzureSearchLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (asls AzureSearchLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (asls AzureSearchLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (asls AzureSearchLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (asls AzureSearchLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (asls AzureSearchLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (asls AzureSearchLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (asls AzureSearchLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (asls AzureSearchLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (asls AzureSearchLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (asls AzureSearchLinkedService) AsLinkedService() (*LinkedService, bool) + func (asls AzureSearchLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (asls AzureSearchLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (asls AzureSearchLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (asls AzureSearchLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (asls AzureSearchLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (asls AzureSearchLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (asls AzureSearchLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (asls AzureSearchLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (asls AzureSearchLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (asls AzureSearchLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (asls AzureSearchLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (asls AzureSearchLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (asls AzureSearchLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (asls AzureSearchLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (asls AzureSearchLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (asls AzureSearchLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (asls AzureSearchLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (asls AzureSearchLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (asls AzureSearchLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (asls AzureSearchLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (asls AzureSearchLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (asls AzureSearchLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (asls AzureSearchLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (asls AzureSearchLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (asls AzureSearchLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (asls AzureSearchLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (asls AzureSearchLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (asls AzureSearchLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (asls AzureSearchLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (asls AzureSearchLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (asls AzureSearchLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (asls AzureSearchLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (asls AzureSearchLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (asls AzureSearchLinkedService) MarshalJSON() ([]byte, error) + type AzureSearchLinkedServiceTypeProperties struct + EncryptedCredential interface{} + Key BasicSecretBase + URL interface{} + func (aslstp *AzureSearchLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type AzureStorageLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (asls *AzureStorageLinkedService) UnmarshalJSON(body []byte) error + func (asls AzureStorageLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (asls AzureStorageLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (asls AzureStorageLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (asls AzureStorageLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (asls AzureStorageLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (asls AzureStorageLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (asls AzureStorageLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (asls AzureStorageLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (asls AzureStorageLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (asls AzureStorageLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (asls AzureStorageLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (asls AzureStorageLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (asls AzureStorageLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (asls AzureStorageLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (asls AzureStorageLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (asls AzureStorageLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (asls AzureStorageLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (asls AzureStorageLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (asls AzureStorageLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (asls AzureStorageLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (asls AzureStorageLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (asls AzureStorageLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (asls AzureStorageLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (asls AzureStorageLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (asls AzureStorageLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (asls AzureStorageLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (asls AzureStorageLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (asls AzureStorageLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (asls AzureStorageLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (asls AzureStorageLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (asls AzureStorageLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (asls AzureStorageLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (asls AzureStorageLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (asls AzureStorageLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (asls AzureStorageLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (asls AzureStorageLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (asls AzureStorageLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (asls AzureStorageLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (asls AzureStorageLinkedService) AsLinkedService() (*LinkedService, bool) + func (asls AzureStorageLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (asls AzureStorageLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (asls AzureStorageLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (asls AzureStorageLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (asls AzureStorageLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (asls AzureStorageLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (asls AzureStorageLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (asls AzureStorageLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (asls AzureStorageLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (asls AzureStorageLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (asls AzureStorageLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (asls AzureStorageLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (asls AzureStorageLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (asls AzureStorageLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (asls AzureStorageLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (asls AzureStorageLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (asls AzureStorageLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (asls AzureStorageLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (asls AzureStorageLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (asls AzureStorageLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (asls AzureStorageLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (asls AzureStorageLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (asls AzureStorageLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (asls AzureStorageLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (asls AzureStorageLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (asls AzureStorageLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (asls AzureStorageLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (asls AzureStorageLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (asls AzureStorageLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (asls AzureStorageLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (asls AzureStorageLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (asls AzureStorageLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (asls AzureStorageLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (asls AzureStorageLinkedService) MarshalJSON() ([]byte, error) + type AzureStorageLinkedServiceTypeProperties struct + ConnectionString interface{} + EncryptedCredential interface{} + SasURI BasicSecretBase + func (aslstp *AzureStorageLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type AzureTableDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (atd *AzureTableDataset) UnmarshalJSON(body []byte) error + func (atd AzureTableDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (atd AzureTableDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (atd AzureTableDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (atd AzureTableDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (atd AzureTableDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (atd AzureTableDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (atd AzureTableDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (atd AzureTableDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (atd AzureTableDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (atd AzureTableDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (atd AzureTableDataset) AsBasicDataset() (BasicDataset, bool) + func (atd AzureTableDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (atd AzureTableDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (atd AzureTableDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (atd AzureTableDataset) AsCustomDataset() (*CustomDataset, bool) + func (atd AzureTableDataset) AsDataset() (*Dataset, bool) + func (atd AzureTableDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (atd AzureTableDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (atd AzureTableDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (atd AzureTableDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (atd AzureTableDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (atd AzureTableDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (atd AzureTableDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (atd AzureTableDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (atd AzureTableDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (atd AzureTableDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (atd AzureTableDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (atd AzureTableDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (atd AzureTableDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (atd AzureTableDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (atd AzureTableDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (atd AzureTableDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (atd AzureTableDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (atd AzureTableDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (atd AzureTableDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (atd AzureTableDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (atd AzureTableDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (atd AzureTableDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (atd AzureTableDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (atd AzureTableDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (atd AzureTableDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (atd AzureTableDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (atd AzureTableDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (atd AzureTableDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (atd AzureTableDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (atd AzureTableDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (atd AzureTableDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (atd AzureTableDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (atd AzureTableDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (atd AzureTableDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (atd AzureTableDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (atd AzureTableDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (atd AzureTableDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (atd AzureTableDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (atd AzureTableDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (atd AzureTableDataset) MarshalJSON() ([]byte, error) + type AzureTableDatasetTypeProperties struct + TableName interface{} + type AzureTableSink struct + AdditionalProperties map[string]interface{} + AzureTableDefaultPartitionKeyValue interface{} + AzureTableInsertType interface{} + AzureTablePartitionKeyName interface{} + AzureTableRowKeyName interface{} + SinkRetryCount interface{} + SinkRetryWait interface{} + Type TypeBasicCopySink + WriteBatchSize interface{} + WriteBatchTimeout interface{} + func (ats *AzureTableSink) UnmarshalJSON(body []byte) error + func (ats AzureTableSink) AsAzureDataLakeStoreSink() (*AzureDataLakeStoreSink, bool) + func (ats AzureTableSink) AsAzureQueueSink() (*AzureQueueSink, bool) + func (ats AzureTableSink) AsAzureSearchIndexSink() (*AzureSearchIndexSink, bool) + func (ats AzureTableSink) AsAzureTableSink() (*AzureTableSink, bool) + func (ats AzureTableSink) AsBasicCopySink() (BasicCopySink, bool) + func (ats AzureTableSink) AsBlobSink() (*BlobSink, bool) + func (ats AzureTableSink) AsCopySink() (*CopySink, bool) + func (ats AzureTableSink) AsDocumentDbCollectionSink() (*DocumentDbCollectionSink, bool) + func (ats AzureTableSink) AsDynamicsSink() (*DynamicsSink, bool) + func (ats AzureTableSink) AsFileSystemSink() (*FileSystemSink, bool) + func (ats AzureTableSink) AsOdbcSink() (*OdbcSink, bool) + func (ats AzureTableSink) AsOracleSink() (*OracleSink, bool) + func (ats AzureTableSink) AsSQLDWSink() (*SQLDWSink, bool) + func (ats AzureTableSink) AsSQLSink() (*SQLSink, bool) + func (ats AzureTableSink) AsSalesforceSink() (*SalesforceSink, bool) + func (ats AzureTableSink) AsSapCloudForCustomerSink() (*SapCloudForCustomerSink, bool) + func (ats AzureTableSink) MarshalJSON() ([]byte, error) + type AzureTableSource struct + AdditionalProperties map[string]interface{} + AzureTableSourceIgnoreTableNotFound interface{} + AzureTableSourceQuery interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ats *AzureTableSource) UnmarshalJSON(body []byte) error + func (ats AzureTableSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ats AzureTableSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ats AzureTableSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ats AzureTableSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ats AzureTableSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ats AzureTableSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ats AzureTableSource) AsBasicCopySource() (BasicCopySource, bool) + func (ats AzureTableSource) AsBlobSource() (*BlobSource, bool) + func (ats AzureTableSource) AsCassandraSource() (*CassandraSource, bool) + func (ats AzureTableSource) AsConcurSource() (*ConcurSource, bool) + func (ats AzureTableSource) AsCopySource() (*CopySource, bool) + func (ats AzureTableSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ats AzureTableSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ats AzureTableSource) AsDrillSource() (*DrillSource, bool) + func (ats AzureTableSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ats AzureTableSource) AsEloquaSource() (*EloquaSource, bool) + func (ats AzureTableSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ats AzureTableSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ats AzureTableSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ats AzureTableSource) AsHBaseSource() (*HBaseSource, bool) + func (ats AzureTableSource) AsHTTPSource() (*HTTPSource, bool) + func (ats AzureTableSource) AsHdfsSource() (*HdfsSource, bool) + func (ats AzureTableSource) AsHiveSource() (*HiveSource, bool) + func (ats AzureTableSource) AsHubspotSource() (*HubspotSource, bool) + func (ats AzureTableSource) AsImpalaSource() (*ImpalaSource, bool) + func (ats AzureTableSource) AsJiraSource() (*JiraSource, bool) + func (ats AzureTableSource) AsMagentoSource() (*MagentoSource, bool) + func (ats AzureTableSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ats AzureTableSource) AsMarketoSource() (*MarketoSource, bool) + func (ats AzureTableSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ats AzureTableSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ats AzureTableSource) AsOracleSource() (*OracleSource, bool) + func (ats AzureTableSource) AsPaypalSource() (*PaypalSource, bool) + func (ats AzureTableSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ats AzureTableSource) AsPrestoSource() (*PrestoSource, bool) + func (ats AzureTableSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ats AzureTableSource) AsRelationalSource() (*RelationalSource, bool) + func (ats AzureTableSource) AsResponsysSource() (*ResponsysSource, bool) + func (ats AzureTableSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ats AzureTableSource) AsSQLSource() (*SQLSource, bool) + func (ats AzureTableSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ats AzureTableSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ats AzureTableSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ats AzureTableSource) AsSapEccSource() (*SapEccSource, bool) + func (ats AzureTableSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ats AzureTableSource) AsShopifySource() (*ShopifySource, bool) + func (ats AzureTableSource) AsSparkSource() (*SparkSource, bool) + func (ats AzureTableSource) AsSquareSource() (*SquareSource, bool) + func (ats AzureTableSource) AsVerticaSource() (*VerticaSource, bool) + func (ats AzureTableSource) AsWebSource() (*WebSource, bool) + func (ats AzureTableSource) AsXeroSource() (*XeroSource, bool) + func (ats AzureTableSource) AsZohoSource() (*ZohoSource, bool) + func (ats AzureTableSource) MarshalJSON() ([]byte, error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BasicActivity interface + AsActivity func() (*Activity, bool) + AsAzureMLBatchExecutionActivity func() (*AzureMLBatchExecutionActivity, bool) + AsAzureMLUpdateResourceActivity func() (*AzureMLUpdateResourceActivity, bool) + AsBasicControlActivity func() (BasicControlActivity, bool) + AsBasicExecutionActivity func() (BasicExecutionActivity, bool) + AsControlActivity func() (*ControlActivity, bool) + AsCopyActivity func() (*CopyActivity, bool) + AsCustomActivity func() (*CustomActivity, bool) + AsDataLakeAnalyticsUSQLActivity func() (*DataLakeAnalyticsUSQLActivity, bool) + AsDatabricksNotebookActivity func() (*DatabricksNotebookActivity, bool) + AsExecutePipelineActivity func() (*ExecutePipelineActivity, bool) + AsExecuteSSISPackageActivity func() (*ExecuteSSISPackageActivity, bool) + AsExecutionActivity func() (*ExecutionActivity, bool) + AsFilterActivity func() (*FilterActivity, bool) + AsForEachActivity func() (*ForEachActivity, bool) + AsGetMetadataActivity func() (*GetMetadataActivity, bool) + AsHDInsightHiveActivity func() (*HDInsightHiveActivity, bool) + AsHDInsightMapReduceActivity func() (*HDInsightMapReduceActivity, bool) + AsHDInsightPigActivity func() (*HDInsightPigActivity, bool) + AsHDInsightSparkActivity func() (*HDInsightSparkActivity, bool) + AsHDInsightStreamingActivity func() (*HDInsightStreamingActivity, bool) + AsIfConditionActivity func() (*IfConditionActivity, bool) + AsLookupActivity func() (*LookupActivity, bool) + AsSQLServerStoredProcedureActivity func() (*SQLServerStoredProcedureActivity, bool) + AsUntilActivity func() (*UntilActivity, bool) + AsWaitActivity func() (*WaitActivity, bool) + AsWebActivity func() (*WebActivity, bool) + type BasicControlActivity interface + AsControlActivity func() (*ControlActivity, bool) + AsExecutePipelineActivity func() (*ExecutePipelineActivity, bool) + AsFilterActivity func() (*FilterActivity, bool) + AsForEachActivity func() (*ForEachActivity, bool) + AsIfConditionActivity func() (*IfConditionActivity, bool) + AsUntilActivity func() (*UntilActivity, bool) + AsWaitActivity func() (*WaitActivity, bool) + type BasicCopySink interface + AsAzureDataLakeStoreSink func() (*AzureDataLakeStoreSink, bool) + AsAzureQueueSink func() (*AzureQueueSink, bool) + AsAzureSearchIndexSink func() (*AzureSearchIndexSink, bool) + AsAzureTableSink func() (*AzureTableSink, bool) + AsBlobSink func() (*BlobSink, bool) + AsCopySink func() (*CopySink, bool) + AsDocumentDbCollectionSink func() (*DocumentDbCollectionSink, bool) + AsDynamicsSink func() (*DynamicsSink, bool) + AsFileSystemSink func() (*FileSystemSink, bool) + AsOdbcSink func() (*OdbcSink, bool) + AsOracleSink func() (*OracleSink, bool) + AsSQLDWSink func() (*SQLDWSink, bool) + AsSQLSink func() (*SQLSink, bool) + AsSalesforceSink func() (*SalesforceSink, bool) + AsSapCloudForCustomerSink func() (*SapCloudForCustomerSink, bool) + type BasicCopySource interface + AsAmazonMWSSource func() (*AmazonMWSSource, bool) + AsAmazonRedshiftSource func() (*AmazonRedshiftSource, bool) + AsAzureDataLakeStoreSource func() (*AzureDataLakeStoreSource, bool) + AsAzureMySQLSource func() (*AzureMySQLSource, bool) + AsAzurePostgreSQLSource func() (*AzurePostgreSQLSource, bool) + AsAzureTableSource func() (*AzureTableSource, bool) + AsBlobSource func() (*BlobSource, bool) + AsCassandraSource func() (*CassandraSource, bool) + AsConcurSource func() (*ConcurSource, bool) + AsCopySource func() (*CopySource, bool) + AsCouchbaseSource func() (*CouchbaseSource, bool) + AsDocumentDbCollectionSource func() (*DocumentDbCollectionSource, bool) + AsDrillSource func() (*DrillSource, bool) + AsDynamicsSource func() (*DynamicsSource, bool) + AsEloquaSource func() (*EloquaSource, bool) + AsFileSystemSource func() (*FileSystemSource, bool) + AsGoogleBigQuerySource func() (*GoogleBigQuerySource, bool) + AsGreenplumSource func() (*GreenplumSource, bool) + AsHBaseSource func() (*HBaseSource, bool) + AsHTTPSource func() (*HTTPSource, bool) + AsHdfsSource func() (*HdfsSource, bool) + AsHiveSource func() (*HiveSource, bool) + AsHubspotSource func() (*HubspotSource, bool) + AsImpalaSource func() (*ImpalaSource, bool) + AsJiraSource func() (*JiraSource, bool) + AsMagentoSource func() (*MagentoSource, bool) + AsMariaDBSource func() (*MariaDBSource, bool) + AsMarketoSource func() (*MarketoSource, bool) + AsMongoDbSource func() (*MongoDbSource, bool) + AsNetezzaSource func() (*NetezzaSource, bool) + AsOracleSource func() (*OracleSource, bool) + AsPaypalSource func() (*PaypalSource, bool) + AsPhoenixSource func() (*PhoenixSource, bool) + AsPrestoSource func() (*PrestoSource, bool) + AsQuickBooksSource func() (*QuickBooksSource, bool) + AsRelationalSource func() (*RelationalSource, bool) + AsResponsysSource func() (*ResponsysSource, bool) + AsSQLDWSource func() (*SQLDWSource, bool) + AsSQLSource func() (*SQLSource, bool) + AsSalesforceMarketingCloudSource func() (*SalesforceMarketingCloudSource, bool) + AsSalesforceSource func() (*SalesforceSource, bool) + AsSapCloudForCustomerSource func() (*SapCloudForCustomerSource, bool) + AsSapEccSource func() (*SapEccSource, bool) + AsServiceNowSource func() (*ServiceNowSource, bool) + AsShopifySource func() (*ShopifySource, bool) + AsSparkSource func() (*SparkSource, bool) + AsSquareSource func() (*SquareSource, bool) + AsVerticaSource func() (*VerticaSource, bool) + AsWebSource func() (*WebSource, bool) + AsXeroSource func() (*XeroSource, bool) + AsZohoSource func() (*ZohoSource, bool) + type BasicDataset interface + AsAmazonMWSObjectDataset func() (*AmazonMWSObjectDataset, bool) + AsAmazonS3Dataset func() (*AmazonS3Dataset, bool) + AsAzureBlobDataset func() (*AzureBlobDataset, bool) + AsAzureDataLakeStoreDataset func() (*AzureDataLakeStoreDataset, bool) + AsAzureMySQLTableDataset func() (*AzureMySQLTableDataset, bool) + AsAzurePostgreSQLTableDataset func() (*AzurePostgreSQLTableDataset, bool) + AsAzureSQLDWTableDataset func() (*AzureSQLDWTableDataset, bool) + AsAzureSQLTableDataset func() (*AzureSQLTableDataset, bool) + AsAzureSearchIndexDataset func() (*AzureSearchIndexDataset, bool) + AsAzureTableDataset func() (*AzureTableDataset, bool) + AsCassandraTableDataset func() (*CassandraTableDataset, bool) + AsConcurObjectDataset func() (*ConcurObjectDataset, bool) + AsCouchbaseTableDataset func() (*CouchbaseTableDataset, bool) + AsCustomDataset func() (*CustomDataset, bool) + AsDataset func() (*Dataset, bool) + AsDocumentDbCollectionDataset func() (*DocumentDbCollectionDataset, bool) + AsDrillTableDataset func() (*DrillTableDataset, bool) + AsDynamicsEntityDataset func() (*DynamicsEntityDataset, bool) + AsEloquaObjectDataset func() (*EloquaObjectDataset, bool) + AsFileShareDataset func() (*FileShareDataset, bool) + AsGoogleBigQueryObjectDataset func() (*GoogleBigQueryObjectDataset, bool) + AsGreenplumTableDataset func() (*GreenplumTableDataset, bool) + AsHBaseObjectDataset func() (*HBaseObjectDataset, bool) + AsHTTPDataset func() (*HTTPDataset, bool) + AsHiveObjectDataset func() (*HiveObjectDataset, bool) + AsHubspotObjectDataset func() (*HubspotObjectDataset, bool) + AsImpalaObjectDataset func() (*ImpalaObjectDataset, bool) + AsJiraObjectDataset func() (*JiraObjectDataset, bool) + AsMagentoObjectDataset func() (*MagentoObjectDataset, bool) + AsMariaDBTableDataset func() (*MariaDBTableDataset, bool) + AsMarketoObjectDataset func() (*MarketoObjectDataset, bool) + AsMongoDbCollectionDataset func() (*MongoDbCollectionDataset, bool) + AsNetezzaTableDataset func() (*NetezzaTableDataset, bool) + AsODataResourceDataset func() (*ODataResourceDataset, bool) + AsOracleTableDataset func() (*OracleTableDataset, bool) + AsPaypalObjectDataset func() (*PaypalObjectDataset, bool) + AsPhoenixObjectDataset func() (*PhoenixObjectDataset, bool) + AsPrestoObjectDataset func() (*PrestoObjectDataset, bool) + AsQuickBooksObjectDataset func() (*QuickBooksObjectDataset, bool) + AsRelationalTableDataset func() (*RelationalTableDataset, bool) + AsResponsysObjectDataset func() (*ResponsysObjectDataset, bool) + AsSQLServerTableDataset func() (*SQLServerTableDataset, bool) + AsSalesforceMarketingCloudObjectDataset func() (*SalesforceMarketingCloudObjectDataset, bool) + AsSalesforceObjectDataset func() (*SalesforceObjectDataset, bool) + AsSapCloudForCustomerResourceDataset func() (*SapCloudForCustomerResourceDataset, bool) + AsSapEccResourceDataset func() (*SapEccResourceDataset, bool) + AsServiceNowObjectDataset func() (*ServiceNowObjectDataset, bool) + AsShopifyObjectDataset func() (*ShopifyObjectDataset, bool) + AsSparkObjectDataset func() (*SparkObjectDataset, bool) + AsSquareObjectDataset func() (*SquareObjectDataset, bool) + AsVerticaTableDataset func() (*VerticaTableDataset, bool) + AsWebTableDataset func() (*WebTableDataset, bool) + AsXeroObjectDataset func() (*XeroObjectDataset, bool) + AsZohoObjectDataset func() (*ZohoObjectDataset, bool) + type BasicDatasetCompression interface + AsDatasetBZip2Compression func() (*DatasetBZip2Compression, bool) + AsDatasetCompression func() (*DatasetCompression, bool) + AsDatasetDeflateCompression func() (*DatasetDeflateCompression, bool) + AsDatasetGZipCompression func() (*DatasetGZipCompression, bool) + AsDatasetZipDeflateCompression func() (*DatasetZipDeflateCompression, bool) + type BasicDatasetStorageFormat interface + AsAvroFormat func() (*AvroFormat, bool) + AsDatasetStorageFormat func() (*DatasetStorageFormat, bool) + AsJSONFormat func() (*JSONFormat, bool) + AsOrcFormat func() (*OrcFormat, bool) + AsParquetFormat func() (*ParquetFormat, bool) + AsTextFormat func() (*TextFormat, bool) + type BasicExecutionActivity interface + AsAzureMLBatchExecutionActivity func() (*AzureMLBatchExecutionActivity, bool) + AsAzureMLUpdateResourceActivity func() (*AzureMLUpdateResourceActivity, bool) + AsCopyActivity func() (*CopyActivity, bool) + AsCustomActivity func() (*CustomActivity, bool) + AsDataLakeAnalyticsUSQLActivity func() (*DataLakeAnalyticsUSQLActivity, bool) + AsDatabricksNotebookActivity func() (*DatabricksNotebookActivity, bool) + AsExecuteSSISPackageActivity func() (*ExecuteSSISPackageActivity, bool) + AsExecutionActivity func() (*ExecutionActivity, bool) + AsGetMetadataActivity func() (*GetMetadataActivity, bool) + AsHDInsightHiveActivity func() (*HDInsightHiveActivity, bool) + AsHDInsightMapReduceActivity func() (*HDInsightMapReduceActivity, bool) + AsHDInsightPigActivity func() (*HDInsightPigActivity, bool) + AsHDInsightSparkActivity func() (*HDInsightSparkActivity, bool) + AsHDInsightStreamingActivity func() (*HDInsightStreamingActivity, bool) + AsLookupActivity func() (*LookupActivity, bool) + AsSQLServerStoredProcedureActivity func() (*SQLServerStoredProcedureActivity, bool) + AsWebActivity func() (*WebActivity, bool) + type BasicIntegrationRuntime interface + AsIntegrationRuntime func() (*IntegrationRuntime, bool) + AsManagedIntegrationRuntime func() (*ManagedIntegrationRuntime, bool) + AsSelfHostedIntegrationRuntime func() (*SelfHostedIntegrationRuntime, bool) + type BasicIntegrationRuntimeStatus interface + AsIntegrationRuntimeStatus func() (*IntegrationRuntimeStatus, bool) + AsManagedIntegrationRuntimeStatus func() (*ManagedIntegrationRuntimeStatus, bool) + AsSelfHostedIntegrationRuntimeStatus func() (*SelfHostedIntegrationRuntimeStatus, bool) + type BasicLinkedIntegrationRuntimeProperties interface + AsLinkedIntegrationRuntimeKey func() (*LinkedIntegrationRuntimeKey, bool) + AsLinkedIntegrationRuntimeProperties func() (*LinkedIntegrationRuntimeProperties, bool) + AsLinkedIntegrationRuntimeRbac func() (*LinkedIntegrationRuntimeRbac, bool) + type BasicLinkedService interface + AsAmazonMWSLinkedService func() (*AmazonMWSLinkedService, bool) + AsAmazonRedshiftLinkedService func() (*AmazonRedshiftLinkedService, bool) + AsAmazonS3LinkedService func() (*AmazonS3LinkedService, bool) + AsAzureBatchLinkedService func() (*AzureBatchLinkedService, bool) + AsAzureDataLakeAnalyticsLinkedService func() (*AzureDataLakeAnalyticsLinkedService, bool) + AsAzureDataLakeStoreLinkedService func() (*AzureDataLakeStoreLinkedService, bool) + AsAzureDatabricksLinkedService func() (*AzureDatabricksLinkedService, bool) + AsAzureKeyVaultLinkedService func() (*AzureKeyVaultLinkedService, bool) + AsAzureMLLinkedService func() (*AzureMLLinkedService, bool) + AsAzureMySQLLinkedService func() (*AzureMySQLLinkedService, bool) + AsAzurePostgreSQLLinkedService func() (*AzurePostgreSQLLinkedService, bool) + AsAzureSQLDWLinkedService func() (*AzureSQLDWLinkedService, bool) + AsAzureSQLDatabaseLinkedService func() (*AzureSQLDatabaseLinkedService, bool) + AsAzureSearchLinkedService func() (*AzureSearchLinkedService, bool) + AsAzureStorageLinkedService func() (*AzureStorageLinkedService, bool) + AsCassandraLinkedService func() (*CassandraLinkedService, bool) + AsConcurLinkedService func() (*ConcurLinkedService, bool) + AsCosmosDbLinkedService func() (*CosmosDbLinkedService, bool) + AsCouchbaseLinkedService func() (*CouchbaseLinkedService, bool) + AsCustomDataSourceLinkedService func() (*CustomDataSourceLinkedService, bool) + AsDb2LinkedService func() (*Db2LinkedService, bool) + AsDrillLinkedService func() (*DrillLinkedService, bool) + AsDynamicsLinkedService func() (*DynamicsLinkedService, bool) + AsEloquaLinkedService func() (*EloquaLinkedService, bool) + AsFileServerLinkedService func() (*FileServerLinkedService, bool) + AsFtpServerLinkedService func() (*FtpServerLinkedService, bool) + AsGoogleBigQueryLinkedService func() (*GoogleBigQueryLinkedService, bool) + AsGreenplumLinkedService func() (*GreenplumLinkedService, bool) + AsHBaseLinkedService func() (*HBaseLinkedService, bool) + AsHDInsightLinkedService func() (*HDInsightLinkedService, bool) + AsHDInsightOnDemandLinkedService func() (*HDInsightOnDemandLinkedService, bool) + AsHTTPLinkedService func() (*HTTPLinkedService, bool) + AsHdfsLinkedService func() (*HdfsLinkedService, bool) + AsHiveLinkedService func() (*HiveLinkedService, bool) + AsHubspotLinkedService func() (*HubspotLinkedService, bool) + AsImpalaLinkedService func() (*ImpalaLinkedService, bool) + AsJiraLinkedService func() (*JiraLinkedService, bool) + AsLinkedService func() (*LinkedService, bool) + AsMagentoLinkedService func() (*MagentoLinkedService, bool) + AsMariaDBLinkedService func() (*MariaDBLinkedService, bool) + AsMarketoLinkedService func() (*MarketoLinkedService, bool) + AsMongoDbLinkedService func() (*MongoDbLinkedService, bool) + AsMySQLLinkedService func() (*MySQLLinkedService, bool) + AsNetezzaLinkedService func() (*NetezzaLinkedService, bool) + AsODataLinkedService func() (*ODataLinkedService, bool) + AsOdbcLinkedService func() (*OdbcLinkedService, bool) + AsOracleLinkedService func() (*OracleLinkedService, bool) + AsPaypalLinkedService func() (*PaypalLinkedService, bool) + AsPhoenixLinkedService func() (*PhoenixLinkedService, bool) + AsPostgreSQLLinkedService func() (*PostgreSQLLinkedService, bool) + AsPrestoLinkedService func() (*PrestoLinkedService, bool) + AsQuickBooksLinkedService func() (*QuickBooksLinkedService, bool) + AsResponsysLinkedService func() (*ResponsysLinkedService, bool) + AsSQLServerLinkedService func() (*SQLServerLinkedService, bool) + AsSalesforceLinkedService func() (*SalesforceLinkedService, bool) + AsSalesforceMarketingCloudLinkedService func() (*SalesforceMarketingCloudLinkedService, bool) + AsSapBWLinkedService func() (*SapBWLinkedService, bool) + AsSapCloudForCustomerLinkedService func() (*SapCloudForCustomerLinkedService, bool) + AsSapEccLinkedService func() (*SapEccLinkedService, bool) + AsSapHanaLinkedService func() (*SapHanaLinkedService, bool) + AsServiceNowLinkedService func() (*ServiceNowLinkedService, bool) + AsSftpServerLinkedService func() (*SftpServerLinkedService, bool) + AsShopifyLinkedService func() (*ShopifyLinkedService, bool) + AsSparkLinkedService func() (*SparkLinkedService, bool) + AsSquareLinkedService func() (*SquareLinkedService, bool) + AsSybaseLinkedService func() (*SybaseLinkedService, bool) + AsTeradataLinkedService func() (*TeradataLinkedService, bool) + AsVerticaLinkedService func() (*VerticaLinkedService, bool) + AsWebLinkedService func() (*WebLinkedService, bool) + AsXeroLinkedService func() (*XeroLinkedService, bool) + AsZohoLinkedService func() (*ZohoLinkedService, bool) + type BasicMultiplePipelineTrigger interface + AsBlobEventsTrigger func() (*BlobEventsTrigger, bool) + AsBlobTrigger func() (*BlobTrigger, bool) + AsMultiplePipelineTrigger func() (*MultiplePipelineTrigger, bool) + AsScheduleTrigger func() (*ScheduleTrigger, bool) + type BasicSecretBase interface + AsAzureKeyVaultSecretReference func() (*AzureKeyVaultSecretReference, bool) + AsSecretBase func() (*SecretBase, bool) + AsSecureString func() (*SecureString, bool) + type BasicTrigger interface + AsBasicMultiplePipelineTrigger func() (BasicMultiplePipelineTrigger, bool) + AsBlobEventsTrigger func() (*BlobEventsTrigger, bool) + AsBlobTrigger func() (*BlobTrigger, bool) + AsMultiplePipelineTrigger func() (*MultiplePipelineTrigger, bool) + AsScheduleTrigger func() (*ScheduleTrigger, bool) + AsTrigger func() (*Trigger, bool) + AsTumblingWindowTrigger func() (*TumblingWindowTrigger, bool) + type BasicWebLinkedServiceTypeProperties interface + AsWebAnonymousAuthentication func() (*WebAnonymousAuthentication, bool) + AsWebBasicAuthentication func() (*WebBasicAuthentication, bool) + AsWebClientCertificateAuthentication func() (*WebClientCertificateAuthentication, bool) + AsWebLinkedServiceTypeProperties func() (*WebLinkedServiceTypeProperties, bool) + type BlobEventTypes string + const MicrosoftStorageBlobCreated + const MicrosoftStorageBlobDeleted + func PossibleBlobEventTypesValues() []BlobEventTypes + type BlobEventsTrigger struct + AdditionalProperties map[string]interface{} + Description *string + Pipelines *[]TriggerPipelineReference + RuntimeState TriggerRuntimeState + Type TypeBasicTrigger + func (bet *BlobEventsTrigger) UnmarshalJSON(body []byte) error + func (bet BlobEventsTrigger) AsBasicMultiplePipelineTrigger() (BasicMultiplePipelineTrigger, bool) + func (bet BlobEventsTrigger) AsBasicTrigger() (BasicTrigger, bool) + func (bet BlobEventsTrigger) AsBlobEventsTrigger() (*BlobEventsTrigger, bool) + func (bet BlobEventsTrigger) AsBlobTrigger() (*BlobTrigger, bool) + func (bet BlobEventsTrigger) AsMultiplePipelineTrigger() (*MultiplePipelineTrigger, bool) + func (bet BlobEventsTrigger) AsScheduleTrigger() (*ScheduleTrigger, bool) + func (bet BlobEventsTrigger) AsTrigger() (*Trigger, bool) + func (bet BlobEventsTrigger) AsTumblingWindowTrigger() (*TumblingWindowTrigger, bool) + func (bet BlobEventsTrigger) MarshalJSON() ([]byte, error) + type BlobEventsTriggerTypeProperties struct + BlobPathBeginsWith *string + BlobPathEndsWith *string + Events *[]BlobEventTypes + Scope *string + type BlobSink struct + AdditionalProperties map[string]interface{} + BlobWriterAddHeader interface{} + BlobWriterDateTimeFormat interface{} + BlobWriterOverwriteFiles interface{} + CopyBehavior interface{} + SinkRetryCount interface{} + SinkRetryWait interface{} + Type TypeBasicCopySink + WriteBatchSize interface{} + WriteBatchTimeout interface{} + func (bs *BlobSink) UnmarshalJSON(body []byte) error + func (bs BlobSink) AsAzureDataLakeStoreSink() (*AzureDataLakeStoreSink, bool) + func (bs BlobSink) AsAzureQueueSink() (*AzureQueueSink, bool) + func (bs BlobSink) AsAzureSearchIndexSink() (*AzureSearchIndexSink, bool) + func (bs BlobSink) AsAzureTableSink() (*AzureTableSink, bool) + func (bs BlobSink) AsBasicCopySink() (BasicCopySink, bool) + func (bs BlobSink) AsBlobSink() (*BlobSink, bool) + func (bs BlobSink) AsCopySink() (*CopySink, bool) + func (bs BlobSink) AsDocumentDbCollectionSink() (*DocumentDbCollectionSink, bool) + func (bs BlobSink) AsDynamicsSink() (*DynamicsSink, bool) + func (bs BlobSink) AsFileSystemSink() (*FileSystemSink, bool) + func (bs BlobSink) AsOdbcSink() (*OdbcSink, bool) + func (bs BlobSink) AsOracleSink() (*OracleSink, bool) + func (bs BlobSink) AsSQLDWSink() (*SQLDWSink, bool) + func (bs BlobSink) AsSQLSink() (*SQLSink, bool) + func (bs BlobSink) AsSalesforceSink() (*SalesforceSink, bool) + func (bs BlobSink) AsSapCloudForCustomerSink() (*SapCloudForCustomerSink, bool) + func (bs BlobSink) MarshalJSON() ([]byte, error) + type BlobSource struct + AdditionalProperties map[string]interface{} + Recursive interface{} + SkipHeaderLineCount interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + TreatEmptyAsNull interface{} + Type TypeBasicCopySource + func (bs *BlobSource) UnmarshalJSON(body []byte) error + func (bs BlobSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (bs BlobSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (bs BlobSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (bs BlobSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (bs BlobSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (bs BlobSource) AsAzureTableSource() (*AzureTableSource, bool) + func (bs BlobSource) AsBasicCopySource() (BasicCopySource, bool) + func (bs BlobSource) AsBlobSource() (*BlobSource, bool) + func (bs BlobSource) AsCassandraSource() (*CassandraSource, bool) + func (bs BlobSource) AsConcurSource() (*ConcurSource, bool) + func (bs BlobSource) AsCopySource() (*CopySource, bool) + func (bs BlobSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (bs BlobSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (bs BlobSource) AsDrillSource() (*DrillSource, bool) + func (bs BlobSource) AsDynamicsSource() (*DynamicsSource, bool) + func (bs BlobSource) AsEloquaSource() (*EloquaSource, bool) + func (bs BlobSource) AsFileSystemSource() (*FileSystemSource, bool) + func (bs BlobSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (bs BlobSource) AsGreenplumSource() (*GreenplumSource, bool) + func (bs BlobSource) AsHBaseSource() (*HBaseSource, bool) + func (bs BlobSource) AsHTTPSource() (*HTTPSource, bool) + func (bs BlobSource) AsHdfsSource() (*HdfsSource, bool) + func (bs BlobSource) AsHiveSource() (*HiveSource, bool) + func (bs BlobSource) AsHubspotSource() (*HubspotSource, bool) + func (bs BlobSource) AsImpalaSource() (*ImpalaSource, bool) + func (bs BlobSource) AsJiraSource() (*JiraSource, bool) + func (bs BlobSource) AsMagentoSource() (*MagentoSource, bool) + func (bs BlobSource) AsMariaDBSource() (*MariaDBSource, bool) + func (bs BlobSource) AsMarketoSource() (*MarketoSource, bool) + func (bs BlobSource) AsMongoDbSource() (*MongoDbSource, bool) + func (bs BlobSource) AsNetezzaSource() (*NetezzaSource, bool) + func (bs BlobSource) AsOracleSource() (*OracleSource, bool) + func (bs BlobSource) AsPaypalSource() (*PaypalSource, bool) + func (bs BlobSource) AsPhoenixSource() (*PhoenixSource, bool) + func (bs BlobSource) AsPrestoSource() (*PrestoSource, bool) + func (bs BlobSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (bs BlobSource) AsRelationalSource() (*RelationalSource, bool) + func (bs BlobSource) AsResponsysSource() (*ResponsysSource, bool) + func (bs BlobSource) AsSQLDWSource() (*SQLDWSource, bool) + func (bs BlobSource) AsSQLSource() (*SQLSource, bool) + func (bs BlobSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (bs BlobSource) AsSalesforceSource() (*SalesforceSource, bool) + func (bs BlobSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (bs BlobSource) AsSapEccSource() (*SapEccSource, bool) + func (bs BlobSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (bs BlobSource) AsShopifySource() (*ShopifySource, bool) + func (bs BlobSource) AsSparkSource() (*SparkSource, bool) + func (bs BlobSource) AsSquareSource() (*SquareSource, bool) + func (bs BlobSource) AsVerticaSource() (*VerticaSource, bool) + func (bs BlobSource) AsWebSource() (*WebSource, bool) + func (bs BlobSource) AsXeroSource() (*XeroSource, bool) + func (bs BlobSource) AsZohoSource() (*ZohoSource, bool) + func (bs BlobSource) MarshalJSON() ([]byte, error) + type BlobTrigger struct + AdditionalProperties map[string]interface{} + Description *string + Pipelines *[]TriggerPipelineReference + RuntimeState TriggerRuntimeState + Type TypeBasicTrigger + func (bt *BlobTrigger) UnmarshalJSON(body []byte) error + func (bt BlobTrigger) AsBasicMultiplePipelineTrigger() (BasicMultiplePipelineTrigger, bool) + func (bt BlobTrigger) AsBasicTrigger() (BasicTrigger, bool) + func (bt BlobTrigger) AsBlobEventsTrigger() (*BlobEventsTrigger, bool) + func (bt BlobTrigger) AsBlobTrigger() (*BlobTrigger, bool) + func (bt BlobTrigger) AsMultiplePipelineTrigger() (*MultiplePipelineTrigger, bool) + func (bt BlobTrigger) AsScheduleTrigger() (*ScheduleTrigger, bool) + func (bt BlobTrigger) AsTrigger() (*Trigger, bool) + func (bt BlobTrigger) AsTumblingWindowTrigger() (*TumblingWindowTrigger, bool) + func (bt BlobTrigger) MarshalJSON() ([]byte, error) + type BlobTriggerTypeProperties struct + FolderPath *string + LinkedService *LinkedServiceReference + MaxConcurrency *int32 + type CassandraLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (cls *CassandraLinkedService) UnmarshalJSON(body []byte) error + func (cls CassandraLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (cls CassandraLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (cls CassandraLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (cls CassandraLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (cls CassandraLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (cls CassandraLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (cls CassandraLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (cls CassandraLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (cls CassandraLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (cls CassandraLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (cls CassandraLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (cls CassandraLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (cls CassandraLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (cls CassandraLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (cls CassandraLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (cls CassandraLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (cls CassandraLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (cls CassandraLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (cls CassandraLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (cls CassandraLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (cls CassandraLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (cls CassandraLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (cls CassandraLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (cls CassandraLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (cls CassandraLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (cls CassandraLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (cls CassandraLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (cls CassandraLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (cls CassandraLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (cls CassandraLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (cls CassandraLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (cls CassandraLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (cls CassandraLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (cls CassandraLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (cls CassandraLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (cls CassandraLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (cls CassandraLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (cls CassandraLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (cls CassandraLinkedService) AsLinkedService() (*LinkedService, bool) + func (cls CassandraLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (cls CassandraLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (cls CassandraLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (cls CassandraLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (cls CassandraLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (cls CassandraLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (cls CassandraLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (cls CassandraLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (cls CassandraLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (cls CassandraLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (cls CassandraLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (cls CassandraLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (cls CassandraLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (cls CassandraLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (cls CassandraLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (cls CassandraLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (cls CassandraLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (cls CassandraLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (cls CassandraLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (cls CassandraLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (cls CassandraLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (cls CassandraLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (cls CassandraLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (cls CassandraLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (cls CassandraLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (cls CassandraLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (cls CassandraLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (cls CassandraLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (cls CassandraLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (cls CassandraLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (cls CassandraLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (cls CassandraLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (cls CassandraLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (cls CassandraLinkedService) MarshalJSON() ([]byte, error) + type CassandraLinkedServiceTypeProperties struct + AuthenticationType interface{} + EncryptedCredential interface{} + Host interface{} + Password BasicSecretBase + Port interface{} + Username interface{} + func (clstp *CassandraLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type CassandraSource struct + AdditionalProperties map[string]interface{} + ConsistencyLevel interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (cs *CassandraSource) UnmarshalJSON(body []byte) error + func (cs CassandraSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (cs CassandraSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (cs CassandraSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (cs CassandraSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (cs CassandraSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (cs CassandraSource) AsAzureTableSource() (*AzureTableSource, bool) + func (cs CassandraSource) AsBasicCopySource() (BasicCopySource, bool) + func (cs CassandraSource) AsBlobSource() (*BlobSource, bool) + func (cs CassandraSource) AsCassandraSource() (*CassandraSource, bool) + func (cs CassandraSource) AsConcurSource() (*ConcurSource, bool) + func (cs CassandraSource) AsCopySource() (*CopySource, bool) + func (cs CassandraSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (cs CassandraSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (cs CassandraSource) AsDrillSource() (*DrillSource, bool) + func (cs CassandraSource) AsDynamicsSource() (*DynamicsSource, bool) + func (cs CassandraSource) AsEloquaSource() (*EloquaSource, bool) + func (cs CassandraSource) AsFileSystemSource() (*FileSystemSource, bool) + func (cs CassandraSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (cs CassandraSource) AsGreenplumSource() (*GreenplumSource, bool) + func (cs CassandraSource) AsHBaseSource() (*HBaseSource, bool) + func (cs CassandraSource) AsHTTPSource() (*HTTPSource, bool) + func (cs CassandraSource) AsHdfsSource() (*HdfsSource, bool) + func (cs CassandraSource) AsHiveSource() (*HiveSource, bool) + func (cs CassandraSource) AsHubspotSource() (*HubspotSource, bool) + func (cs CassandraSource) AsImpalaSource() (*ImpalaSource, bool) + func (cs CassandraSource) AsJiraSource() (*JiraSource, bool) + func (cs CassandraSource) AsMagentoSource() (*MagentoSource, bool) + func (cs CassandraSource) AsMariaDBSource() (*MariaDBSource, bool) + func (cs CassandraSource) AsMarketoSource() (*MarketoSource, bool) + func (cs CassandraSource) AsMongoDbSource() (*MongoDbSource, bool) + func (cs CassandraSource) AsNetezzaSource() (*NetezzaSource, bool) + func (cs CassandraSource) AsOracleSource() (*OracleSource, bool) + func (cs CassandraSource) AsPaypalSource() (*PaypalSource, bool) + func (cs CassandraSource) AsPhoenixSource() (*PhoenixSource, bool) + func (cs CassandraSource) AsPrestoSource() (*PrestoSource, bool) + func (cs CassandraSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (cs CassandraSource) AsRelationalSource() (*RelationalSource, bool) + func (cs CassandraSource) AsResponsysSource() (*ResponsysSource, bool) + func (cs CassandraSource) AsSQLDWSource() (*SQLDWSource, bool) + func (cs CassandraSource) AsSQLSource() (*SQLSource, bool) + func (cs CassandraSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (cs CassandraSource) AsSalesforceSource() (*SalesforceSource, bool) + func (cs CassandraSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (cs CassandraSource) AsSapEccSource() (*SapEccSource, bool) + func (cs CassandraSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (cs CassandraSource) AsShopifySource() (*ShopifySource, bool) + func (cs CassandraSource) AsSparkSource() (*SparkSource, bool) + func (cs CassandraSource) AsSquareSource() (*SquareSource, bool) + func (cs CassandraSource) AsVerticaSource() (*VerticaSource, bool) + func (cs CassandraSource) AsWebSource() (*WebSource, bool) + func (cs CassandraSource) AsXeroSource() (*XeroSource, bool) + func (cs CassandraSource) AsZohoSource() (*ZohoSource, bool) + func (cs CassandraSource) MarshalJSON() ([]byte, error) + type CassandraTableDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (ctd *CassandraTableDataset) UnmarshalJSON(body []byte) error + func (ctd CassandraTableDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (ctd CassandraTableDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (ctd CassandraTableDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (ctd CassandraTableDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (ctd CassandraTableDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (ctd CassandraTableDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (ctd CassandraTableDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (ctd CassandraTableDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (ctd CassandraTableDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (ctd CassandraTableDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (ctd CassandraTableDataset) AsBasicDataset() (BasicDataset, bool) + func (ctd CassandraTableDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (ctd CassandraTableDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (ctd CassandraTableDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (ctd CassandraTableDataset) AsCustomDataset() (*CustomDataset, bool) + func (ctd CassandraTableDataset) AsDataset() (*Dataset, bool) + func (ctd CassandraTableDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (ctd CassandraTableDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (ctd CassandraTableDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (ctd CassandraTableDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (ctd CassandraTableDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (ctd CassandraTableDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (ctd CassandraTableDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (ctd CassandraTableDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (ctd CassandraTableDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (ctd CassandraTableDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (ctd CassandraTableDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (ctd CassandraTableDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (ctd CassandraTableDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (ctd CassandraTableDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (ctd CassandraTableDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (ctd CassandraTableDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (ctd CassandraTableDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (ctd CassandraTableDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (ctd CassandraTableDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (ctd CassandraTableDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (ctd CassandraTableDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (ctd CassandraTableDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (ctd CassandraTableDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (ctd CassandraTableDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (ctd CassandraTableDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (ctd CassandraTableDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (ctd CassandraTableDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (ctd CassandraTableDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (ctd CassandraTableDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (ctd CassandraTableDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (ctd CassandraTableDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (ctd CassandraTableDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (ctd CassandraTableDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (ctd CassandraTableDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (ctd CassandraTableDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (ctd CassandraTableDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (ctd CassandraTableDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (ctd CassandraTableDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (ctd CassandraTableDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (ctd CassandraTableDataset) MarshalJSON() ([]byte, error) + type CassandraTableDatasetTypeProperties struct + Keyspace interface{} + TableName interface{} + type ConcurLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (cls *ConcurLinkedService) UnmarshalJSON(body []byte) error + func (cls ConcurLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (cls ConcurLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (cls ConcurLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (cls ConcurLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (cls ConcurLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (cls ConcurLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (cls ConcurLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (cls ConcurLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (cls ConcurLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (cls ConcurLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (cls ConcurLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (cls ConcurLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (cls ConcurLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (cls ConcurLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (cls ConcurLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (cls ConcurLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (cls ConcurLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (cls ConcurLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (cls ConcurLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (cls ConcurLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (cls ConcurLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (cls ConcurLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (cls ConcurLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (cls ConcurLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (cls ConcurLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (cls ConcurLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (cls ConcurLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (cls ConcurLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (cls ConcurLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (cls ConcurLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (cls ConcurLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (cls ConcurLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (cls ConcurLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (cls ConcurLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (cls ConcurLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (cls ConcurLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (cls ConcurLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (cls ConcurLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (cls ConcurLinkedService) AsLinkedService() (*LinkedService, bool) + func (cls ConcurLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (cls ConcurLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (cls ConcurLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (cls ConcurLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (cls ConcurLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (cls ConcurLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (cls ConcurLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (cls ConcurLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (cls ConcurLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (cls ConcurLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (cls ConcurLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (cls ConcurLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (cls ConcurLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (cls ConcurLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (cls ConcurLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (cls ConcurLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (cls ConcurLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (cls ConcurLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (cls ConcurLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (cls ConcurLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (cls ConcurLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (cls ConcurLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (cls ConcurLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (cls ConcurLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (cls ConcurLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (cls ConcurLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (cls ConcurLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (cls ConcurLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (cls ConcurLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (cls ConcurLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (cls ConcurLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (cls ConcurLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (cls ConcurLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (cls ConcurLinkedService) MarshalJSON() ([]byte, error) + type ConcurLinkedServiceTypeProperties struct + ClientID interface{} + EncryptedCredential interface{} + Password BasicSecretBase + UseEncryptedEndpoints interface{} + UseHostVerification interface{} + UsePeerVerification interface{} + Username interface{} + func (clstp *ConcurLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type ConcurObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (cod *ConcurObjectDataset) UnmarshalJSON(body []byte) error + func (cod ConcurObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (cod ConcurObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (cod ConcurObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (cod ConcurObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (cod ConcurObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (cod ConcurObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (cod ConcurObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (cod ConcurObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (cod ConcurObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (cod ConcurObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (cod ConcurObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (cod ConcurObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (cod ConcurObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (cod ConcurObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (cod ConcurObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (cod ConcurObjectDataset) AsDataset() (*Dataset, bool) + func (cod ConcurObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (cod ConcurObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (cod ConcurObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (cod ConcurObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (cod ConcurObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (cod ConcurObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (cod ConcurObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (cod ConcurObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (cod ConcurObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (cod ConcurObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (cod ConcurObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (cod ConcurObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (cod ConcurObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (cod ConcurObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (cod ConcurObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (cod ConcurObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (cod ConcurObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (cod ConcurObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (cod ConcurObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (cod ConcurObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (cod ConcurObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (cod ConcurObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (cod ConcurObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (cod ConcurObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (cod ConcurObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (cod ConcurObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (cod ConcurObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (cod ConcurObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (cod ConcurObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (cod ConcurObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (cod ConcurObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (cod ConcurObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (cod ConcurObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (cod ConcurObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (cod ConcurObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (cod ConcurObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (cod ConcurObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (cod ConcurObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (cod ConcurObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (cod ConcurObjectDataset) MarshalJSON() ([]byte, error) + type ConcurSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (cs *ConcurSource) UnmarshalJSON(body []byte) error + func (cs ConcurSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (cs ConcurSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (cs ConcurSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (cs ConcurSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (cs ConcurSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (cs ConcurSource) AsAzureTableSource() (*AzureTableSource, bool) + func (cs ConcurSource) AsBasicCopySource() (BasicCopySource, bool) + func (cs ConcurSource) AsBlobSource() (*BlobSource, bool) + func (cs ConcurSource) AsCassandraSource() (*CassandraSource, bool) + func (cs ConcurSource) AsConcurSource() (*ConcurSource, bool) + func (cs ConcurSource) AsCopySource() (*CopySource, bool) + func (cs ConcurSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (cs ConcurSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (cs ConcurSource) AsDrillSource() (*DrillSource, bool) + func (cs ConcurSource) AsDynamicsSource() (*DynamicsSource, bool) + func (cs ConcurSource) AsEloquaSource() (*EloquaSource, bool) + func (cs ConcurSource) AsFileSystemSource() (*FileSystemSource, bool) + func (cs ConcurSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (cs ConcurSource) AsGreenplumSource() (*GreenplumSource, bool) + func (cs ConcurSource) AsHBaseSource() (*HBaseSource, bool) + func (cs ConcurSource) AsHTTPSource() (*HTTPSource, bool) + func (cs ConcurSource) AsHdfsSource() (*HdfsSource, bool) + func (cs ConcurSource) AsHiveSource() (*HiveSource, bool) + func (cs ConcurSource) AsHubspotSource() (*HubspotSource, bool) + func (cs ConcurSource) AsImpalaSource() (*ImpalaSource, bool) + func (cs ConcurSource) AsJiraSource() (*JiraSource, bool) + func (cs ConcurSource) AsMagentoSource() (*MagentoSource, bool) + func (cs ConcurSource) AsMariaDBSource() (*MariaDBSource, bool) + func (cs ConcurSource) AsMarketoSource() (*MarketoSource, bool) + func (cs ConcurSource) AsMongoDbSource() (*MongoDbSource, bool) + func (cs ConcurSource) AsNetezzaSource() (*NetezzaSource, bool) + func (cs ConcurSource) AsOracleSource() (*OracleSource, bool) + func (cs ConcurSource) AsPaypalSource() (*PaypalSource, bool) + func (cs ConcurSource) AsPhoenixSource() (*PhoenixSource, bool) + func (cs ConcurSource) AsPrestoSource() (*PrestoSource, bool) + func (cs ConcurSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (cs ConcurSource) AsRelationalSource() (*RelationalSource, bool) + func (cs ConcurSource) AsResponsysSource() (*ResponsysSource, bool) + func (cs ConcurSource) AsSQLDWSource() (*SQLDWSource, bool) + func (cs ConcurSource) AsSQLSource() (*SQLSource, bool) + func (cs ConcurSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (cs ConcurSource) AsSalesforceSource() (*SalesforceSource, bool) + func (cs ConcurSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (cs ConcurSource) AsSapEccSource() (*SapEccSource, bool) + func (cs ConcurSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (cs ConcurSource) AsShopifySource() (*ShopifySource, bool) + func (cs ConcurSource) AsSparkSource() (*SparkSource, bool) + func (cs ConcurSource) AsSquareSource() (*SquareSource, bool) + func (cs ConcurSource) AsVerticaSource() (*VerticaSource, bool) + func (cs ConcurSource) AsWebSource() (*WebSource, bool) + func (cs ConcurSource) AsXeroSource() (*XeroSource, bool) + func (cs ConcurSource) AsZohoSource() (*ZohoSource, bool) + func (cs ConcurSource) MarshalJSON() ([]byte, error) + type ControlActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + Name *string + Type TypeBasicActivity + func (ca *ControlActivity) UnmarshalJSON(body []byte) error + func (ca ControlActivity) AsActivity() (*Activity, bool) + func (ca ControlActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (ca ControlActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (ca ControlActivity) AsBasicActivity() (BasicActivity, bool) + func (ca ControlActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (ca ControlActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (ca ControlActivity) AsControlActivity() (*ControlActivity, bool) + func (ca ControlActivity) AsCopyActivity() (*CopyActivity, bool) + func (ca ControlActivity) AsCustomActivity() (*CustomActivity, bool) + func (ca ControlActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (ca ControlActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (ca ControlActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (ca ControlActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (ca ControlActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (ca ControlActivity) AsFilterActivity() (*FilterActivity, bool) + func (ca ControlActivity) AsForEachActivity() (*ForEachActivity, bool) + func (ca ControlActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (ca ControlActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (ca ControlActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (ca ControlActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (ca ControlActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (ca ControlActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (ca ControlActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (ca ControlActivity) AsLookupActivity() (*LookupActivity, bool) + func (ca ControlActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (ca ControlActivity) AsUntilActivity() (*UntilActivity, bool) + func (ca ControlActivity) AsWaitActivity() (*WaitActivity, bool) + func (ca ControlActivity) AsWebActivity() (*WebActivity, bool) + func (ca ControlActivity) MarshalJSON() ([]byte, error) + type CopyActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + Inputs *[]DatasetReference + LinkedServiceName *LinkedServiceReference + Name *string + Outputs *[]DatasetReference + Policy *ActivityPolicy + Type TypeBasicActivity + func (ca *CopyActivity) UnmarshalJSON(body []byte) error + func (ca CopyActivity) AsActivity() (*Activity, bool) + func (ca CopyActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (ca CopyActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (ca CopyActivity) AsBasicActivity() (BasicActivity, bool) + func (ca CopyActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (ca CopyActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (ca CopyActivity) AsControlActivity() (*ControlActivity, bool) + func (ca CopyActivity) AsCopyActivity() (*CopyActivity, bool) + func (ca CopyActivity) AsCustomActivity() (*CustomActivity, bool) + func (ca CopyActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (ca CopyActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (ca CopyActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (ca CopyActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (ca CopyActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (ca CopyActivity) AsFilterActivity() (*FilterActivity, bool) + func (ca CopyActivity) AsForEachActivity() (*ForEachActivity, bool) + func (ca CopyActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (ca CopyActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (ca CopyActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (ca CopyActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (ca CopyActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (ca CopyActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (ca CopyActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (ca CopyActivity) AsLookupActivity() (*LookupActivity, bool) + func (ca CopyActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (ca CopyActivity) AsUntilActivity() (*UntilActivity, bool) + func (ca CopyActivity) AsWaitActivity() (*WaitActivity, bool) + func (ca CopyActivity) AsWebActivity() (*WebActivity, bool) + func (ca CopyActivity) MarshalJSON() ([]byte, error) + type CopyActivityTypeProperties struct + CloudDataMovementUnits interface{} + EnableSkipIncompatibleRow interface{} + EnableStaging interface{} + ParallelCopies interface{} + RedirectIncompatibleRowSettings *RedirectIncompatibleRowSettings + Sink BasicCopySink + Source BasicCopySource + StagingSettings *StagingSettings + Translator interface{} + func (catp *CopyActivityTypeProperties) UnmarshalJSON(body []byte) error + type CopySink struct + AdditionalProperties map[string]interface{} + SinkRetryCount interface{} + SinkRetryWait interface{} + Type TypeBasicCopySink + WriteBatchSize interface{} + WriteBatchTimeout interface{} + func (cs *CopySink) UnmarshalJSON(body []byte) error + func (cs CopySink) AsAzureDataLakeStoreSink() (*AzureDataLakeStoreSink, bool) + func (cs CopySink) AsAzureQueueSink() (*AzureQueueSink, bool) + func (cs CopySink) AsAzureSearchIndexSink() (*AzureSearchIndexSink, bool) + func (cs CopySink) AsAzureTableSink() (*AzureTableSink, bool) + func (cs CopySink) AsBasicCopySink() (BasicCopySink, bool) + func (cs CopySink) AsBlobSink() (*BlobSink, bool) + func (cs CopySink) AsCopySink() (*CopySink, bool) + func (cs CopySink) AsDocumentDbCollectionSink() (*DocumentDbCollectionSink, bool) + func (cs CopySink) AsDynamicsSink() (*DynamicsSink, bool) + func (cs CopySink) AsFileSystemSink() (*FileSystemSink, bool) + func (cs CopySink) AsOdbcSink() (*OdbcSink, bool) + func (cs CopySink) AsOracleSink() (*OracleSink, bool) + func (cs CopySink) AsSQLDWSink() (*SQLDWSink, bool) + func (cs CopySink) AsSQLSink() (*SQLSink, bool) + func (cs CopySink) AsSalesforceSink() (*SalesforceSink, bool) + func (cs CopySink) AsSapCloudForCustomerSink() (*SapCloudForCustomerSink, bool) + func (cs CopySink) MarshalJSON() ([]byte, error) + type CopySource struct + AdditionalProperties map[string]interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (cs *CopySource) UnmarshalJSON(body []byte) error + func (cs CopySource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (cs CopySource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (cs CopySource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (cs CopySource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (cs CopySource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (cs CopySource) AsAzureTableSource() (*AzureTableSource, bool) + func (cs CopySource) AsBasicCopySource() (BasicCopySource, bool) + func (cs CopySource) AsBlobSource() (*BlobSource, bool) + func (cs CopySource) AsCassandraSource() (*CassandraSource, bool) + func (cs CopySource) AsConcurSource() (*ConcurSource, bool) + func (cs CopySource) AsCopySource() (*CopySource, bool) + func (cs CopySource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (cs CopySource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (cs CopySource) AsDrillSource() (*DrillSource, bool) + func (cs CopySource) AsDynamicsSource() (*DynamicsSource, bool) + func (cs CopySource) AsEloquaSource() (*EloquaSource, bool) + func (cs CopySource) AsFileSystemSource() (*FileSystemSource, bool) + func (cs CopySource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (cs CopySource) AsGreenplumSource() (*GreenplumSource, bool) + func (cs CopySource) AsHBaseSource() (*HBaseSource, bool) + func (cs CopySource) AsHTTPSource() (*HTTPSource, bool) + func (cs CopySource) AsHdfsSource() (*HdfsSource, bool) + func (cs CopySource) AsHiveSource() (*HiveSource, bool) + func (cs CopySource) AsHubspotSource() (*HubspotSource, bool) + func (cs CopySource) AsImpalaSource() (*ImpalaSource, bool) + func (cs CopySource) AsJiraSource() (*JiraSource, bool) + func (cs CopySource) AsMagentoSource() (*MagentoSource, bool) + func (cs CopySource) AsMariaDBSource() (*MariaDBSource, bool) + func (cs CopySource) AsMarketoSource() (*MarketoSource, bool) + func (cs CopySource) AsMongoDbSource() (*MongoDbSource, bool) + func (cs CopySource) AsNetezzaSource() (*NetezzaSource, bool) + func (cs CopySource) AsOracleSource() (*OracleSource, bool) + func (cs CopySource) AsPaypalSource() (*PaypalSource, bool) + func (cs CopySource) AsPhoenixSource() (*PhoenixSource, bool) + func (cs CopySource) AsPrestoSource() (*PrestoSource, bool) + func (cs CopySource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (cs CopySource) AsRelationalSource() (*RelationalSource, bool) + func (cs CopySource) AsResponsysSource() (*ResponsysSource, bool) + func (cs CopySource) AsSQLDWSource() (*SQLDWSource, bool) + func (cs CopySource) AsSQLSource() (*SQLSource, bool) + func (cs CopySource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (cs CopySource) AsSalesforceSource() (*SalesforceSource, bool) + func (cs CopySource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (cs CopySource) AsSapEccSource() (*SapEccSource, bool) + func (cs CopySource) AsServiceNowSource() (*ServiceNowSource, bool) + func (cs CopySource) AsShopifySource() (*ShopifySource, bool) + func (cs CopySource) AsSparkSource() (*SparkSource, bool) + func (cs CopySource) AsSquareSource() (*SquareSource, bool) + func (cs CopySource) AsVerticaSource() (*VerticaSource, bool) + func (cs CopySource) AsWebSource() (*WebSource, bool) + func (cs CopySource) AsXeroSource() (*XeroSource, bool) + func (cs CopySource) AsZohoSource() (*ZohoSource, bool) + func (cs CopySource) MarshalJSON() ([]byte, error) + type CosmosDbLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (cdls *CosmosDbLinkedService) UnmarshalJSON(body []byte) error + func (cdls CosmosDbLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (cdls CosmosDbLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (cdls CosmosDbLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (cdls CosmosDbLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (cdls CosmosDbLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (cdls CosmosDbLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (cdls CosmosDbLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (cdls CosmosDbLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (cdls CosmosDbLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (cdls CosmosDbLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (cdls CosmosDbLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (cdls CosmosDbLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (cdls CosmosDbLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (cdls CosmosDbLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (cdls CosmosDbLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (cdls CosmosDbLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (cdls CosmosDbLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (cdls CosmosDbLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (cdls CosmosDbLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (cdls CosmosDbLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (cdls CosmosDbLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (cdls CosmosDbLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (cdls CosmosDbLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (cdls CosmosDbLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (cdls CosmosDbLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (cdls CosmosDbLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (cdls CosmosDbLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (cdls CosmosDbLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (cdls CosmosDbLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (cdls CosmosDbLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (cdls CosmosDbLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (cdls CosmosDbLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (cdls CosmosDbLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (cdls CosmosDbLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (cdls CosmosDbLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (cdls CosmosDbLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (cdls CosmosDbLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (cdls CosmosDbLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (cdls CosmosDbLinkedService) AsLinkedService() (*LinkedService, bool) + func (cdls CosmosDbLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (cdls CosmosDbLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (cdls CosmosDbLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (cdls CosmosDbLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (cdls CosmosDbLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (cdls CosmosDbLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (cdls CosmosDbLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (cdls CosmosDbLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (cdls CosmosDbLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (cdls CosmosDbLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (cdls CosmosDbLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (cdls CosmosDbLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (cdls CosmosDbLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (cdls CosmosDbLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (cdls CosmosDbLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (cdls CosmosDbLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (cdls CosmosDbLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (cdls CosmosDbLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (cdls CosmosDbLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (cdls CosmosDbLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (cdls CosmosDbLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (cdls CosmosDbLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (cdls CosmosDbLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (cdls CosmosDbLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (cdls CosmosDbLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (cdls CosmosDbLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (cdls CosmosDbLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (cdls CosmosDbLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (cdls CosmosDbLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (cdls CosmosDbLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (cdls CosmosDbLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (cdls CosmosDbLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (cdls CosmosDbLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (cdls CosmosDbLinkedService) MarshalJSON() ([]byte, error) + type CosmosDbLinkedServiceTypeProperties struct + ConnectionString interface{} + EncryptedCredential interface{} + type CouchbaseLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (cls *CouchbaseLinkedService) UnmarshalJSON(body []byte) error + func (cls CouchbaseLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (cls CouchbaseLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (cls CouchbaseLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (cls CouchbaseLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (cls CouchbaseLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (cls CouchbaseLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (cls CouchbaseLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (cls CouchbaseLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (cls CouchbaseLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (cls CouchbaseLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (cls CouchbaseLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (cls CouchbaseLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (cls CouchbaseLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (cls CouchbaseLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (cls CouchbaseLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (cls CouchbaseLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (cls CouchbaseLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (cls CouchbaseLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (cls CouchbaseLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (cls CouchbaseLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (cls CouchbaseLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (cls CouchbaseLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (cls CouchbaseLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (cls CouchbaseLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (cls CouchbaseLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (cls CouchbaseLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (cls CouchbaseLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (cls CouchbaseLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (cls CouchbaseLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (cls CouchbaseLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (cls CouchbaseLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (cls CouchbaseLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (cls CouchbaseLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (cls CouchbaseLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (cls CouchbaseLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (cls CouchbaseLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (cls CouchbaseLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (cls CouchbaseLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (cls CouchbaseLinkedService) AsLinkedService() (*LinkedService, bool) + func (cls CouchbaseLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (cls CouchbaseLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (cls CouchbaseLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (cls CouchbaseLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (cls CouchbaseLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (cls CouchbaseLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (cls CouchbaseLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (cls CouchbaseLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (cls CouchbaseLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (cls CouchbaseLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (cls CouchbaseLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (cls CouchbaseLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (cls CouchbaseLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (cls CouchbaseLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (cls CouchbaseLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (cls CouchbaseLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (cls CouchbaseLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (cls CouchbaseLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (cls CouchbaseLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (cls CouchbaseLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (cls CouchbaseLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (cls CouchbaseLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (cls CouchbaseLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (cls CouchbaseLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (cls CouchbaseLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (cls CouchbaseLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (cls CouchbaseLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (cls CouchbaseLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (cls CouchbaseLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (cls CouchbaseLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (cls CouchbaseLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (cls CouchbaseLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (cls CouchbaseLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (cls CouchbaseLinkedService) MarshalJSON() ([]byte, error) + type CouchbaseLinkedServiceTypeProperties struct + ConnectionString interface{} + EncryptedCredential interface{} + type CouchbaseSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (cs *CouchbaseSource) UnmarshalJSON(body []byte) error + func (cs CouchbaseSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (cs CouchbaseSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (cs CouchbaseSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (cs CouchbaseSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (cs CouchbaseSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (cs CouchbaseSource) AsAzureTableSource() (*AzureTableSource, bool) + func (cs CouchbaseSource) AsBasicCopySource() (BasicCopySource, bool) + func (cs CouchbaseSource) AsBlobSource() (*BlobSource, bool) + func (cs CouchbaseSource) AsCassandraSource() (*CassandraSource, bool) + func (cs CouchbaseSource) AsConcurSource() (*ConcurSource, bool) + func (cs CouchbaseSource) AsCopySource() (*CopySource, bool) + func (cs CouchbaseSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (cs CouchbaseSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (cs CouchbaseSource) AsDrillSource() (*DrillSource, bool) + func (cs CouchbaseSource) AsDynamicsSource() (*DynamicsSource, bool) + func (cs CouchbaseSource) AsEloquaSource() (*EloquaSource, bool) + func (cs CouchbaseSource) AsFileSystemSource() (*FileSystemSource, bool) + func (cs CouchbaseSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (cs CouchbaseSource) AsGreenplumSource() (*GreenplumSource, bool) + func (cs CouchbaseSource) AsHBaseSource() (*HBaseSource, bool) + func (cs CouchbaseSource) AsHTTPSource() (*HTTPSource, bool) + func (cs CouchbaseSource) AsHdfsSource() (*HdfsSource, bool) + func (cs CouchbaseSource) AsHiveSource() (*HiveSource, bool) + func (cs CouchbaseSource) AsHubspotSource() (*HubspotSource, bool) + func (cs CouchbaseSource) AsImpalaSource() (*ImpalaSource, bool) + func (cs CouchbaseSource) AsJiraSource() (*JiraSource, bool) + func (cs CouchbaseSource) AsMagentoSource() (*MagentoSource, bool) + func (cs CouchbaseSource) AsMariaDBSource() (*MariaDBSource, bool) + func (cs CouchbaseSource) AsMarketoSource() (*MarketoSource, bool) + func (cs CouchbaseSource) AsMongoDbSource() (*MongoDbSource, bool) + func (cs CouchbaseSource) AsNetezzaSource() (*NetezzaSource, bool) + func (cs CouchbaseSource) AsOracleSource() (*OracleSource, bool) + func (cs CouchbaseSource) AsPaypalSource() (*PaypalSource, bool) + func (cs CouchbaseSource) AsPhoenixSource() (*PhoenixSource, bool) + func (cs CouchbaseSource) AsPrestoSource() (*PrestoSource, bool) + func (cs CouchbaseSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (cs CouchbaseSource) AsRelationalSource() (*RelationalSource, bool) + func (cs CouchbaseSource) AsResponsysSource() (*ResponsysSource, bool) + func (cs CouchbaseSource) AsSQLDWSource() (*SQLDWSource, bool) + func (cs CouchbaseSource) AsSQLSource() (*SQLSource, bool) + func (cs CouchbaseSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (cs CouchbaseSource) AsSalesforceSource() (*SalesforceSource, bool) + func (cs CouchbaseSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (cs CouchbaseSource) AsSapEccSource() (*SapEccSource, bool) + func (cs CouchbaseSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (cs CouchbaseSource) AsShopifySource() (*ShopifySource, bool) + func (cs CouchbaseSource) AsSparkSource() (*SparkSource, bool) + func (cs CouchbaseSource) AsSquareSource() (*SquareSource, bool) + func (cs CouchbaseSource) AsVerticaSource() (*VerticaSource, bool) + func (cs CouchbaseSource) AsWebSource() (*WebSource, bool) + func (cs CouchbaseSource) AsXeroSource() (*XeroSource, bool) + func (cs CouchbaseSource) AsZohoSource() (*ZohoSource, bool) + func (cs CouchbaseSource) MarshalJSON() ([]byte, error) + type CouchbaseTableDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (ctd *CouchbaseTableDataset) UnmarshalJSON(body []byte) error + func (ctd CouchbaseTableDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (ctd CouchbaseTableDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (ctd CouchbaseTableDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (ctd CouchbaseTableDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (ctd CouchbaseTableDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (ctd CouchbaseTableDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (ctd CouchbaseTableDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (ctd CouchbaseTableDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (ctd CouchbaseTableDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (ctd CouchbaseTableDataset) AsBasicDataset() (BasicDataset, bool) + func (ctd CouchbaseTableDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (ctd CouchbaseTableDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (ctd CouchbaseTableDataset) AsCustomDataset() (*CustomDataset, bool) + func (ctd CouchbaseTableDataset) AsDataset() (*Dataset, bool) + func (ctd CouchbaseTableDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (ctd CouchbaseTableDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (ctd CouchbaseTableDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (ctd CouchbaseTableDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (ctd CouchbaseTableDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (ctd CouchbaseTableDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (ctd CouchbaseTableDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (ctd CouchbaseTableDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (ctd CouchbaseTableDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (ctd CouchbaseTableDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (ctd CouchbaseTableDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (ctd CouchbaseTableDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (ctd CouchbaseTableDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (ctd CouchbaseTableDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (ctd CouchbaseTableDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (ctd CouchbaseTableDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (ctd CouchbaseTableDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (ctd CouchbaseTableDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (ctd CouchbaseTableDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (ctd CouchbaseTableDataset) MarshalJSON() ([]byte, error) + type CreateRunResponse struct + RunID *string + type CustomActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + LinkedServiceName *LinkedServiceReference + Name *string + Policy *ActivityPolicy + Type TypeBasicActivity + func (ca *CustomActivity) UnmarshalJSON(body []byte) error + func (ca CustomActivity) AsActivity() (*Activity, bool) + func (ca CustomActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (ca CustomActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (ca CustomActivity) AsBasicActivity() (BasicActivity, bool) + func (ca CustomActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (ca CustomActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (ca CustomActivity) AsControlActivity() (*ControlActivity, bool) + func (ca CustomActivity) AsCopyActivity() (*CopyActivity, bool) + func (ca CustomActivity) AsCustomActivity() (*CustomActivity, bool) + func (ca CustomActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (ca CustomActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (ca CustomActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (ca CustomActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (ca CustomActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (ca CustomActivity) AsFilterActivity() (*FilterActivity, bool) + func (ca CustomActivity) AsForEachActivity() (*ForEachActivity, bool) + func (ca CustomActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (ca CustomActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (ca CustomActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (ca CustomActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (ca CustomActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (ca CustomActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (ca CustomActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (ca CustomActivity) AsLookupActivity() (*LookupActivity, bool) + func (ca CustomActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (ca CustomActivity) AsUntilActivity() (*UntilActivity, bool) + func (ca CustomActivity) AsWaitActivity() (*WaitActivity, bool) + func (ca CustomActivity) AsWebActivity() (*WebActivity, bool) + func (ca CustomActivity) MarshalJSON() ([]byte, error) + type CustomActivityReferenceObject struct + Datasets *[]DatasetReference + LinkedServices *[]LinkedServiceReference + type CustomActivityTypeProperties struct + Command interface{} + ExtendedProperties map[string]interface{} + FolderPath interface{} + ReferenceObjects *CustomActivityReferenceObject + ResourceLinkedService *LinkedServiceReference + func (catp CustomActivityTypeProperties) MarshalJSON() ([]byte, error) + type CustomDataSourceLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + TypeProperties interface{} + func (cdsls *CustomDataSourceLinkedService) UnmarshalJSON(body []byte) error + func (cdsls CustomDataSourceLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsLinkedService() (*LinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (cdsls CustomDataSourceLinkedService) MarshalJSON() ([]byte, error) + type CustomDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + TypeProperties interface{} + func (cd *CustomDataset) UnmarshalJSON(body []byte) error + func (cd CustomDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (cd CustomDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (cd CustomDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (cd CustomDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (cd CustomDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (cd CustomDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (cd CustomDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (cd CustomDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (cd CustomDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (cd CustomDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (cd CustomDataset) AsBasicDataset() (BasicDataset, bool) + func (cd CustomDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (cd CustomDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (cd CustomDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (cd CustomDataset) AsCustomDataset() (*CustomDataset, bool) + func (cd CustomDataset) AsDataset() (*Dataset, bool) + func (cd CustomDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (cd CustomDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (cd CustomDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (cd CustomDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (cd CustomDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (cd CustomDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (cd CustomDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (cd CustomDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (cd CustomDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (cd CustomDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (cd CustomDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (cd CustomDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (cd CustomDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (cd CustomDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (cd CustomDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (cd CustomDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (cd CustomDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (cd CustomDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (cd CustomDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (cd CustomDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (cd CustomDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (cd CustomDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (cd CustomDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (cd CustomDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (cd CustomDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (cd CustomDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (cd CustomDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (cd CustomDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (cd CustomDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (cd CustomDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (cd CustomDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (cd CustomDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (cd CustomDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (cd CustomDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (cd CustomDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (cd CustomDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (cd CustomDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (cd CustomDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (cd CustomDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (cd CustomDataset) MarshalJSON() ([]byte, error) + type DataLakeAnalyticsUSQLActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + LinkedServiceName *LinkedServiceReference + Name *string + Policy *ActivityPolicy + Type TypeBasicActivity + func (dlaua *DataLakeAnalyticsUSQLActivity) UnmarshalJSON(body []byte) error + func (dlaua DataLakeAnalyticsUSQLActivity) AsActivity() (*Activity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsBasicActivity() (BasicActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsControlActivity() (*ControlActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsCopyActivity() (*CopyActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsCustomActivity() (*CustomActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsFilterActivity() (*FilterActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsForEachActivity() (*ForEachActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsLookupActivity() (*LookupActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsUntilActivity() (*UntilActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsWaitActivity() (*WaitActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) AsWebActivity() (*WebActivity, bool) + func (dlaua DataLakeAnalyticsUSQLActivity) MarshalJSON() ([]byte, error) + type DataLakeAnalyticsUSQLActivityTypeProperties struct + CompilationMode interface{} + DegreeOfParallelism interface{} + Parameters map[string]interface{} + Priority interface{} + RuntimeVersion interface{} + ScriptLinkedService *LinkedServiceReference + ScriptPath interface{} + func (dlauatp DataLakeAnalyticsUSQLActivityTypeProperties) MarshalJSON() ([]byte, error) + type DatabricksNotebookActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + LinkedServiceName *LinkedServiceReference + Name *string + Policy *ActivityPolicy + Type TypeBasicActivity + func (dna *DatabricksNotebookActivity) UnmarshalJSON(body []byte) error + func (dna DatabricksNotebookActivity) AsActivity() (*Activity, bool) + func (dna DatabricksNotebookActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (dna DatabricksNotebookActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (dna DatabricksNotebookActivity) AsBasicActivity() (BasicActivity, bool) + func (dna DatabricksNotebookActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (dna DatabricksNotebookActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (dna DatabricksNotebookActivity) AsControlActivity() (*ControlActivity, bool) + func (dna DatabricksNotebookActivity) AsCopyActivity() (*CopyActivity, bool) + func (dna DatabricksNotebookActivity) AsCustomActivity() (*CustomActivity, bool) + func (dna DatabricksNotebookActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (dna DatabricksNotebookActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (dna DatabricksNotebookActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (dna DatabricksNotebookActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (dna DatabricksNotebookActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (dna DatabricksNotebookActivity) AsFilterActivity() (*FilterActivity, bool) + func (dna DatabricksNotebookActivity) AsForEachActivity() (*ForEachActivity, bool) + func (dna DatabricksNotebookActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (dna DatabricksNotebookActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (dna DatabricksNotebookActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (dna DatabricksNotebookActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (dna DatabricksNotebookActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (dna DatabricksNotebookActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (dna DatabricksNotebookActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (dna DatabricksNotebookActivity) AsLookupActivity() (*LookupActivity, bool) + func (dna DatabricksNotebookActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (dna DatabricksNotebookActivity) AsUntilActivity() (*UntilActivity, bool) + func (dna DatabricksNotebookActivity) AsWaitActivity() (*WaitActivity, bool) + func (dna DatabricksNotebookActivity) AsWebActivity() (*WebActivity, bool) + func (dna DatabricksNotebookActivity) MarshalJSON() ([]byte, error) + type DatabricksNotebookActivityTypeProperties struct + BaseParameters map[string]interface{} + NotebookPath interface{} + func (dnatp DatabricksNotebookActivityTypeProperties) MarshalJSON() ([]byte, error) + type Dataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (d *Dataset) UnmarshalJSON(body []byte) error + func (d Dataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (d Dataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (d Dataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (d Dataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (d Dataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (d Dataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (d Dataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (d Dataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (d Dataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (d Dataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (d Dataset) AsBasicDataset() (BasicDataset, bool) + func (d Dataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (d Dataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (d Dataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (d Dataset) AsCustomDataset() (*CustomDataset, bool) + func (d Dataset) AsDataset() (*Dataset, bool) + func (d Dataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (d Dataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (d Dataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (d Dataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (d Dataset) AsFileShareDataset() (*FileShareDataset, bool) + func (d Dataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (d Dataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (d Dataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (d Dataset) AsHTTPDataset() (*HTTPDataset, bool) + func (d Dataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (d Dataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (d Dataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (d Dataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (d Dataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (d Dataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (d Dataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (d Dataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (d Dataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (d Dataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (d Dataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (d Dataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (d Dataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (d Dataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (d Dataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (d Dataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (d Dataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (d Dataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (d Dataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (d Dataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (d Dataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (d Dataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (d Dataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (d Dataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (d Dataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (d Dataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (d Dataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (d Dataset) AsWebTableDataset() (*WebTableDataset, bool) + func (d Dataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (d Dataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (d Dataset) MarshalJSON() ([]byte, error) + type DatasetBZip2Compression struct + AdditionalProperties map[string]interface{} + Type TypeBasicDatasetCompression + func (dbz2c *DatasetBZip2Compression) UnmarshalJSON(body []byte) error + func (dbz2c DatasetBZip2Compression) AsBasicDatasetCompression() (BasicDatasetCompression, bool) + func (dbz2c DatasetBZip2Compression) AsDatasetBZip2Compression() (*DatasetBZip2Compression, bool) + func (dbz2c DatasetBZip2Compression) AsDatasetCompression() (*DatasetCompression, bool) + func (dbz2c DatasetBZip2Compression) AsDatasetDeflateCompression() (*DatasetDeflateCompression, bool) + func (dbz2c DatasetBZip2Compression) AsDatasetGZipCompression() (*DatasetGZipCompression, bool) + func (dbz2c DatasetBZip2Compression) AsDatasetZipDeflateCompression() (*DatasetZipDeflateCompression, bool) + func (dbz2c DatasetBZip2Compression) MarshalJSON() ([]byte, error) + type DatasetCompression struct + AdditionalProperties map[string]interface{} + Type TypeBasicDatasetCompression + func (dc *DatasetCompression) UnmarshalJSON(body []byte) error + func (dc DatasetCompression) AsBasicDatasetCompression() (BasicDatasetCompression, bool) + func (dc DatasetCompression) AsDatasetBZip2Compression() (*DatasetBZip2Compression, bool) + func (dc DatasetCompression) AsDatasetCompression() (*DatasetCompression, bool) + func (dc DatasetCompression) AsDatasetDeflateCompression() (*DatasetDeflateCompression, bool) + func (dc DatasetCompression) AsDatasetGZipCompression() (*DatasetGZipCompression, bool) + func (dc DatasetCompression) AsDatasetZipDeflateCompression() (*DatasetZipDeflateCompression, bool) + func (dc DatasetCompression) MarshalJSON() ([]byte, error) + type DatasetDeflateCompression struct + AdditionalProperties map[string]interface{} + Level interface{} + Type TypeBasicDatasetCompression + func (ddc *DatasetDeflateCompression) UnmarshalJSON(body []byte) error + func (ddc DatasetDeflateCompression) AsBasicDatasetCompression() (BasicDatasetCompression, bool) + func (ddc DatasetDeflateCompression) AsDatasetBZip2Compression() (*DatasetBZip2Compression, bool) + func (ddc DatasetDeflateCompression) AsDatasetCompression() (*DatasetCompression, bool) + func (ddc DatasetDeflateCompression) AsDatasetDeflateCompression() (*DatasetDeflateCompression, bool) + func (ddc DatasetDeflateCompression) AsDatasetGZipCompression() (*DatasetGZipCompression, bool) + func (ddc DatasetDeflateCompression) AsDatasetZipDeflateCompression() (*DatasetZipDeflateCompression, bool) + func (ddc DatasetDeflateCompression) MarshalJSON() ([]byte, error) + type DatasetGZipCompression struct + AdditionalProperties map[string]interface{} + Level interface{} + Type TypeBasicDatasetCompression + func (dgzc *DatasetGZipCompression) UnmarshalJSON(body []byte) error + func (dgzc DatasetGZipCompression) AsBasicDatasetCompression() (BasicDatasetCompression, bool) + func (dgzc DatasetGZipCompression) AsDatasetBZip2Compression() (*DatasetBZip2Compression, bool) + func (dgzc DatasetGZipCompression) AsDatasetCompression() (*DatasetCompression, bool) + func (dgzc DatasetGZipCompression) AsDatasetDeflateCompression() (*DatasetDeflateCompression, bool) + func (dgzc DatasetGZipCompression) AsDatasetGZipCompression() (*DatasetGZipCompression, bool) + func (dgzc DatasetGZipCompression) AsDatasetZipDeflateCompression() (*DatasetZipDeflateCompression, bool) + func (dgzc DatasetGZipCompression) MarshalJSON() ([]byte, error) + type DatasetListResponse struct + NextLink *string + Value *[]DatasetResource + func (dlr DatasetListResponse) IsEmpty() bool + type DatasetListResponseIterator struct + func NewDatasetListResponseIterator(page DatasetListResponsePage) DatasetListResponseIterator + func (iter *DatasetListResponseIterator) Next() error + func (iter *DatasetListResponseIterator) NextWithContext(ctx context.Context) (err error) + func (iter DatasetListResponseIterator) NotDone() bool + func (iter DatasetListResponseIterator) Response() DatasetListResponse + func (iter DatasetListResponseIterator) Value() DatasetResource + type DatasetListResponsePage struct + func NewDatasetListResponsePage(...) DatasetListResponsePage + func (page *DatasetListResponsePage) Next() error + func (page *DatasetListResponsePage) NextWithContext(ctx context.Context) (err error) + func (page DatasetListResponsePage) NotDone() bool + func (page DatasetListResponsePage) Response() DatasetListResponse + func (page DatasetListResponsePage) Values() []DatasetResource + type DatasetReference struct + Parameters map[string]interface{} + ReferenceName *string + Type *string + func (dr DatasetReference) MarshalJSON() ([]byte, error) + type DatasetResource struct + Etag *string + ID *string + Name *string + Properties BasicDataset + Type *string + func (dr *DatasetResource) UnmarshalJSON(body []byte) error + type DatasetStorageFormat struct + AdditionalProperties map[string]interface{} + Deserializer interface{} + Serializer interface{} + Type TypeBasicDatasetStorageFormat + func (dsf *DatasetStorageFormat) UnmarshalJSON(body []byte) error + func (dsf DatasetStorageFormat) AsAvroFormat() (*AvroFormat, bool) + func (dsf DatasetStorageFormat) AsBasicDatasetStorageFormat() (BasicDatasetStorageFormat, bool) + func (dsf DatasetStorageFormat) AsDatasetStorageFormat() (*DatasetStorageFormat, bool) + func (dsf DatasetStorageFormat) AsJSONFormat() (*JSONFormat, bool) + func (dsf DatasetStorageFormat) AsOrcFormat() (*OrcFormat, bool) + func (dsf DatasetStorageFormat) AsParquetFormat() (*ParquetFormat, bool) + func (dsf DatasetStorageFormat) AsTextFormat() (*TextFormat, bool) + func (dsf DatasetStorageFormat) MarshalJSON() ([]byte, error) + type DatasetZipDeflateCompression struct + AdditionalProperties map[string]interface{} + Level interface{} + Type TypeBasicDatasetCompression + func (dzdc *DatasetZipDeflateCompression) UnmarshalJSON(body []byte) error + func (dzdc DatasetZipDeflateCompression) AsBasicDatasetCompression() (BasicDatasetCompression, bool) + func (dzdc DatasetZipDeflateCompression) AsDatasetBZip2Compression() (*DatasetBZip2Compression, bool) + func (dzdc DatasetZipDeflateCompression) AsDatasetCompression() (*DatasetCompression, bool) + func (dzdc DatasetZipDeflateCompression) AsDatasetDeflateCompression() (*DatasetDeflateCompression, bool) + func (dzdc DatasetZipDeflateCompression) AsDatasetGZipCompression() (*DatasetGZipCompression, bool) + func (dzdc DatasetZipDeflateCompression) AsDatasetZipDeflateCompression() (*DatasetZipDeflateCompression, bool) + func (dzdc DatasetZipDeflateCompression) MarshalJSON() ([]byte, error) + type DatasetsClient struct + func NewDatasetsClient(subscriptionID string) DatasetsClient + func NewDatasetsClientWithBaseURI(baseURI string, subscriptionID string) DatasetsClient + func (client DatasetsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, factoryName string, ...) (result DatasetResource, err error) + func (client DatasetsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client DatasetsClient) CreateOrUpdateResponder(resp *http.Response) (result DatasetResource, err error) + func (client DatasetsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client DatasetsClient) Delete(ctx context.Context, resourceGroupName string, factoryName string, ...) (result autorest.Response, err error) + func (client DatasetsClient) DeletePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client DatasetsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatasetsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client DatasetsClient) Get(ctx context.Context, resourceGroupName string, factoryName string, ...) (result DatasetResource, err error) + func (client DatasetsClient) GetPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client DatasetsClient) GetResponder(resp *http.Response) (result DatasetResource, err error) + func (client DatasetsClient) GetSender(req *http.Request) (*http.Response, error) + func (client DatasetsClient) ListByFactory(ctx context.Context, resourceGroupName string, factoryName string) (result DatasetListResponsePage, err error) + func (client DatasetsClient) ListByFactoryComplete(ctx context.Context, resourceGroupName string, factoryName string) (result DatasetListResponseIterator, err error) + func (client DatasetsClient) ListByFactoryPreparer(ctx context.Context, resourceGroupName string, factoryName string) (*http.Request, error) + func (client DatasetsClient) ListByFactoryResponder(resp *http.Response) (result DatasetListResponse, err error) + func (client DatasetsClient) ListByFactorySender(req *http.Request) (*http.Response, error) + type DayOfWeek string + const Friday + const Monday + const Saturday + const Sunday + const Thursday + const Tuesday + const Wednesday + func PossibleDayOfWeekValues() []DayOfWeek + type DaysOfWeek string + const DaysOfWeekFriday + const DaysOfWeekMonday + const DaysOfWeekSaturday + const DaysOfWeekSunday + const DaysOfWeekThursday + const DaysOfWeekTuesday + const DaysOfWeekWednesday + func PossibleDaysOfWeekValues() []DaysOfWeek + type Db2AuthenticationType string + const Basic + func PossibleDb2AuthenticationTypeValues() []Db2AuthenticationType + type Db2LinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (d2ls *Db2LinkedService) UnmarshalJSON(body []byte) error + func (d2ls Db2LinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (d2ls Db2LinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (d2ls Db2LinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (d2ls Db2LinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (d2ls Db2LinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (d2ls Db2LinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (d2ls Db2LinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (d2ls Db2LinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (d2ls Db2LinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (d2ls Db2LinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (d2ls Db2LinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (d2ls Db2LinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (d2ls Db2LinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (d2ls Db2LinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (d2ls Db2LinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (d2ls Db2LinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (d2ls Db2LinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (d2ls Db2LinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (d2ls Db2LinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (d2ls Db2LinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (d2ls Db2LinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (d2ls Db2LinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (d2ls Db2LinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (d2ls Db2LinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (d2ls Db2LinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (d2ls Db2LinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (d2ls Db2LinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (d2ls Db2LinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (d2ls Db2LinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (d2ls Db2LinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (d2ls Db2LinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (d2ls Db2LinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (d2ls Db2LinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (d2ls Db2LinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (d2ls Db2LinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (d2ls Db2LinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (d2ls Db2LinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (d2ls Db2LinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (d2ls Db2LinkedService) AsLinkedService() (*LinkedService, bool) + func (d2ls Db2LinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (d2ls Db2LinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (d2ls Db2LinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (d2ls Db2LinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (d2ls Db2LinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (d2ls Db2LinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (d2ls Db2LinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (d2ls Db2LinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (d2ls Db2LinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (d2ls Db2LinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (d2ls Db2LinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (d2ls Db2LinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (d2ls Db2LinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (d2ls Db2LinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (d2ls Db2LinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (d2ls Db2LinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (d2ls Db2LinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (d2ls Db2LinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (d2ls Db2LinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (d2ls Db2LinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (d2ls Db2LinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (d2ls Db2LinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (d2ls Db2LinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (d2ls Db2LinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (d2ls Db2LinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (d2ls Db2LinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (d2ls Db2LinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (d2ls Db2LinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (d2ls Db2LinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (d2ls Db2LinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (d2ls Db2LinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (d2ls Db2LinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (d2ls Db2LinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (d2ls Db2LinkedService) MarshalJSON() ([]byte, error) + type Db2LinkedServiceTypeProperties struct + AuthenticationType Db2AuthenticationType + Database interface{} + EncryptedCredential interface{} + Password BasicSecretBase + Server interface{} + Username interface{} + func (d2lstp *Db2LinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type DependencyCondition string + const Completed + const Failed + const Skipped + const Succeeded + func PossibleDependencyConditionValues() []DependencyCondition + type DistcpSettings struct + DistcpOptions interface{} + ResourceManagerEndpoint interface{} + TempScriptPath interface{} + type DocumentDbCollectionDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (ddcd *DocumentDbCollectionDataset) UnmarshalJSON(body []byte) error + func (ddcd DocumentDbCollectionDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (ddcd DocumentDbCollectionDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsBasicDataset() (BasicDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsCustomDataset() (*CustomDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsDataset() (*Dataset, bool) + func (ddcd DocumentDbCollectionDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (ddcd DocumentDbCollectionDataset) MarshalJSON() ([]byte, error) + type DocumentDbCollectionDatasetTypeProperties struct + CollectionName interface{} + type DocumentDbCollectionSink struct + AdditionalProperties map[string]interface{} + NestingSeparator interface{} + SinkRetryCount interface{} + SinkRetryWait interface{} + Type TypeBasicCopySink + WriteBatchSize interface{} + WriteBatchTimeout interface{} + func (ddcs *DocumentDbCollectionSink) UnmarshalJSON(body []byte) error + func (ddcs DocumentDbCollectionSink) AsAzureDataLakeStoreSink() (*AzureDataLakeStoreSink, bool) + func (ddcs DocumentDbCollectionSink) AsAzureQueueSink() (*AzureQueueSink, bool) + func (ddcs DocumentDbCollectionSink) AsAzureSearchIndexSink() (*AzureSearchIndexSink, bool) + func (ddcs DocumentDbCollectionSink) AsAzureTableSink() (*AzureTableSink, bool) + func (ddcs DocumentDbCollectionSink) AsBasicCopySink() (BasicCopySink, bool) + func (ddcs DocumentDbCollectionSink) AsBlobSink() (*BlobSink, bool) + func (ddcs DocumentDbCollectionSink) AsCopySink() (*CopySink, bool) + func (ddcs DocumentDbCollectionSink) AsDocumentDbCollectionSink() (*DocumentDbCollectionSink, bool) + func (ddcs DocumentDbCollectionSink) AsDynamicsSink() (*DynamicsSink, bool) + func (ddcs DocumentDbCollectionSink) AsFileSystemSink() (*FileSystemSink, bool) + func (ddcs DocumentDbCollectionSink) AsOdbcSink() (*OdbcSink, bool) + func (ddcs DocumentDbCollectionSink) AsOracleSink() (*OracleSink, bool) + func (ddcs DocumentDbCollectionSink) AsSQLDWSink() (*SQLDWSink, bool) + func (ddcs DocumentDbCollectionSink) AsSQLSink() (*SQLSink, bool) + func (ddcs DocumentDbCollectionSink) AsSalesforceSink() (*SalesforceSink, bool) + func (ddcs DocumentDbCollectionSink) AsSapCloudForCustomerSink() (*SapCloudForCustomerSink, bool) + func (ddcs DocumentDbCollectionSink) MarshalJSON() ([]byte, error) + type DocumentDbCollectionSource struct + AdditionalProperties map[string]interface{} + NestingSeparator interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ddcs *DocumentDbCollectionSource) UnmarshalJSON(body []byte) error + func (ddcs DocumentDbCollectionSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ddcs DocumentDbCollectionSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ddcs DocumentDbCollectionSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ddcs DocumentDbCollectionSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ddcs DocumentDbCollectionSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ddcs DocumentDbCollectionSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ddcs DocumentDbCollectionSource) AsBasicCopySource() (BasicCopySource, bool) + func (ddcs DocumentDbCollectionSource) AsBlobSource() (*BlobSource, bool) + func (ddcs DocumentDbCollectionSource) AsCassandraSource() (*CassandraSource, bool) + func (ddcs DocumentDbCollectionSource) AsConcurSource() (*ConcurSource, bool) + func (ddcs DocumentDbCollectionSource) AsCopySource() (*CopySource, bool) + func (ddcs DocumentDbCollectionSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ddcs DocumentDbCollectionSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ddcs DocumentDbCollectionSource) AsDrillSource() (*DrillSource, bool) + func (ddcs DocumentDbCollectionSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ddcs DocumentDbCollectionSource) AsEloquaSource() (*EloquaSource, bool) + func (ddcs DocumentDbCollectionSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ddcs DocumentDbCollectionSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ddcs DocumentDbCollectionSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ddcs DocumentDbCollectionSource) AsHBaseSource() (*HBaseSource, bool) + func (ddcs DocumentDbCollectionSource) AsHTTPSource() (*HTTPSource, bool) + func (ddcs DocumentDbCollectionSource) AsHdfsSource() (*HdfsSource, bool) + func (ddcs DocumentDbCollectionSource) AsHiveSource() (*HiveSource, bool) + func (ddcs DocumentDbCollectionSource) AsHubspotSource() (*HubspotSource, bool) + func (ddcs DocumentDbCollectionSource) AsImpalaSource() (*ImpalaSource, bool) + func (ddcs DocumentDbCollectionSource) AsJiraSource() (*JiraSource, bool) + func (ddcs DocumentDbCollectionSource) AsMagentoSource() (*MagentoSource, bool) + func (ddcs DocumentDbCollectionSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ddcs DocumentDbCollectionSource) AsMarketoSource() (*MarketoSource, bool) + func (ddcs DocumentDbCollectionSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ddcs DocumentDbCollectionSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ddcs DocumentDbCollectionSource) AsOracleSource() (*OracleSource, bool) + func (ddcs DocumentDbCollectionSource) AsPaypalSource() (*PaypalSource, bool) + func (ddcs DocumentDbCollectionSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ddcs DocumentDbCollectionSource) AsPrestoSource() (*PrestoSource, bool) + func (ddcs DocumentDbCollectionSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ddcs DocumentDbCollectionSource) AsRelationalSource() (*RelationalSource, bool) + func (ddcs DocumentDbCollectionSource) AsResponsysSource() (*ResponsysSource, bool) + func (ddcs DocumentDbCollectionSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ddcs DocumentDbCollectionSource) AsSQLSource() (*SQLSource, bool) + func (ddcs DocumentDbCollectionSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ddcs DocumentDbCollectionSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ddcs DocumentDbCollectionSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ddcs DocumentDbCollectionSource) AsSapEccSource() (*SapEccSource, bool) + func (ddcs DocumentDbCollectionSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ddcs DocumentDbCollectionSource) AsShopifySource() (*ShopifySource, bool) + func (ddcs DocumentDbCollectionSource) AsSparkSource() (*SparkSource, bool) + func (ddcs DocumentDbCollectionSource) AsSquareSource() (*SquareSource, bool) + func (ddcs DocumentDbCollectionSource) AsVerticaSource() (*VerticaSource, bool) + func (ddcs DocumentDbCollectionSource) AsWebSource() (*WebSource, bool) + func (ddcs DocumentDbCollectionSource) AsXeroSource() (*XeroSource, bool) + func (ddcs DocumentDbCollectionSource) AsZohoSource() (*ZohoSource, bool) + func (ddcs DocumentDbCollectionSource) MarshalJSON() ([]byte, error) + type DrillLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (dls *DrillLinkedService) UnmarshalJSON(body []byte) error + func (dls DrillLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (dls DrillLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (dls DrillLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (dls DrillLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (dls DrillLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (dls DrillLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (dls DrillLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (dls DrillLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (dls DrillLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (dls DrillLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (dls DrillLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (dls DrillLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (dls DrillLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (dls DrillLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (dls DrillLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (dls DrillLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (dls DrillLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (dls DrillLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (dls DrillLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (dls DrillLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (dls DrillLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (dls DrillLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (dls DrillLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (dls DrillLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (dls DrillLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (dls DrillLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (dls DrillLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (dls DrillLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (dls DrillLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (dls DrillLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (dls DrillLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (dls DrillLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (dls DrillLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (dls DrillLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (dls DrillLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (dls DrillLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (dls DrillLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (dls DrillLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (dls DrillLinkedService) AsLinkedService() (*LinkedService, bool) + func (dls DrillLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (dls DrillLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (dls DrillLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (dls DrillLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (dls DrillLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (dls DrillLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (dls DrillLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (dls DrillLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (dls DrillLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (dls DrillLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (dls DrillLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (dls DrillLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (dls DrillLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (dls DrillLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (dls DrillLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (dls DrillLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (dls DrillLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (dls DrillLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (dls DrillLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (dls DrillLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (dls DrillLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (dls DrillLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (dls DrillLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (dls DrillLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (dls DrillLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (dls DrillLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (dls DrillLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (dls DrillLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (dls DrillLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (dls DrillLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (dls DrillLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (dls DrillLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (dls DrillLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (dls DrillLinkedService) MarshalJSON() ([]byte, error) + type DrillLinkedServiceTypeProperties struct + ConnectionString interface{} + EncryptedCredential interface{} + type DrillSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ds *DrillSource) UnmarshalJSON(body []byte) error + func (ds DrillSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ds DrillSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ds DrillSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ds DrillSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ds DrillSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ds DrillSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ds DrillSource) AsBasicCopySource() (BasicCopySource, bool) + func (ds DrillSource) AsBlobSource() (*BlobSource, bool) + func (ds DrillSource) AsCassandraSource() (*CassandraSource, bool) + func (ds DrillSource) AsConcurSource() (*ConcurSource, bool) + func (ds DrillSource) AsCopySource() (*CopySource, bool) + func (ds DrillSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ds DrillSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ds DrillSource) AsDrillSource() (*DrillSource, bool) + func (ds DrillSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ds DrillSource) AsEloquaSource() (*EloquaSource, bool) + func (ds DrillSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ds DrillSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ds DrillSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ds DrillSource) AsHBaseSource() (*HBaseSource, bool) + func (ds DrillSource) AsHTTPSource() (*HTTPSource, bool) + func (ds DrillSource) AsHdfsSource() (*HdfsSource, bool) + func (ds DrillSource) AsHiveSource() (*HiveSource, bool) + func (ds DrillSource) AsHubspotSource() (*HubspotSource, bool) + func (ds DrillSource) AsImpalaSource() (*ImpalaSource, bool) + func (ds DrillSource) AsJiraSource() (*JiraSource, bool) + func (ds DrillSource) AsMagentoSource() (*MagentoSource, bool) + func (ds DrillSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ds DrillSource) AsMarketoSource() (*MarketoSource, bool) + func (ds DrillSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ds DrillSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ds DrillSource) AsOracleSource() (*OracleSource, bool) + func (ds DrillSource) AsPaypalSource() (*PaypalSource, bool) + func (ds DrillSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ds DrillSource) AsPrestoSource() (*PrestoSource, bool) + func (ds DrillSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ds DrillSource) AsRelationalSource() (*RelationalSource, bool) + func (ds DrillSource) AsResponsysSource() (*ResponsysSource, bool) + func (ds DrillSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ds DrillSource) AsSQLSource() (*SQLSource, bool) + func (ds DrillSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ds DrillSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ds DrillSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ds DrillSource) AsSapEccSource() (*SapEccSource, bool) + func (ds DrillSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ds DrillSource) AsShopifySource() (*ShopifySource, bool) + func (ds DrillSource) AsSparkSource() (*SparkSource, bool) + func (ds DrillSource) AsSquareSource() (*SquareSource, bool) + func (ds DrillSource) AsVerticaSource() (*VerticaSource, bool) + func (ds DrillSource) AsWebSource() (*WebSource, bool) + func (ds DrillSource) AsXeroSource() (*XeroSource, bool) + func (ds DrillSource) AsZohoSource() (*ZohoSource, bool) + func (ds DrillSource) MarshalJSON() ([]byte, error) + type DrillTableDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (dtd *DrillTableDataset) UnmarshalJSON(body []byte) error + func (dtd DrillTableDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (dtd DrillTableDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (dtd DrillTableDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (dtd DrillTableDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (dtd DrillTableDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (dtd DrillTableDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (dtd DrillTableDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (dtd DrillTableDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (dtd DrillTableDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (dtd DrillTableDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (dtd DrillTableDataset) AsBasicDataset() (BasicDataset, bool) + func (dtd DrillTableDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (dtd DrillTableDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (dtd DrillTableDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (dtd DrillTableDataset) AsCustomDataset() (*CustomDataset, bool) + func (dtd DrillTableDataset) AsDataset() (*Dataset, bool) + func (dtd DrillTableDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (dtd DrillTableDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (dtd DrillTableDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (dtd DrillTableDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (dtd DrillTableDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (dtd DrillTableDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (dtd DrillTableDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (dtd DrillTableDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (dtd DrillTableDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (dtd DrillTableDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (dtd DrillTableDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (dtd DrillTableDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (dtd DrillTableDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (dtd DrillTableDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (dtd DrillTableDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (dtd DrillTableDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (dtd DrillTableDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (dtd DrillTableDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (dtd DrillTableDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (dtd DrillTableDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (dtd DrillTableDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (dtd DrillTableDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (dtd DrillTableDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (dtd DrillTableDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (dtd DrillTableDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (dtd DrillTableDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (dtd DrillTableDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (dtd DrillTableDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (dtd DrillTableDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (dtd DrillTableDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (dtd DrillTableDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (dtd DrillTableDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (dtd DrillTableDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (dtd DrillTableDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (dtd DrillTableDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (dtd DrillTableDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (dtd DrillTableDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (dtd DrillTableDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (dtd DrillTableDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (dtd DrillTableDataset) MarshalJSON() ([]byte, error) + type DynamicsEntityDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (ded *DynamicsEntityDataset) UnmarshalJSON(body []byte) error + func (ded DynamicsEntityDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (ded DynamicsEntityDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (ded DynamicsEntityDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (ded DynamicsEntityDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (ded DynamicsEntityDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (ded DynamicsEntityDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (ded DynamicsEntityDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (ded DynamicsEntityDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (ded DynamicsEntityDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (ded DynamicsEntityDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (ded DynamicsEntityDataset) AsBasicDataset() (BasicDataset, bool) + func (ded DynamicsEntityDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (ded DynamicsEntityDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (ded DynamicsEntityDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (ded DynamicsEntityDataset) AsCustomDataset() (*CustomDataset, bool) + func (ded DynamicsEntityDataset) AsDataset() (*Dataset, bool) + func (ded DynamicsEntityDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (ded DynamicsEntityDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (ded DynamicsEntityDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (ded DynamicsEntityDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (ded DynamicsEntityDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (ded DynamicsEntityDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (ded DynamicsEntityDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (ded DynamicsEntityDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (ded DynamicsEntityDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (ded DynamicsEntityDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (ded DynamicsEntityDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (ded DynamicsEntityDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (ded DynamicsEntityDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (ded DynamicsEntityDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (ded DynamicsEntityDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (ded DynamicsEntityDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (ded DynamicsEntityDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (ded DynamicsEntityDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (ded DynamicsEntityDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (ded DynamicsEntityDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (ded DynamicsEntityDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (ded DynamicsEntityDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (ded DynamicsEntityDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (ded DynamicsEntityDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (ded DynamicsEntityDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (ded DynamicsEntityDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (ded DynamicsEntityDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (ded DynamicsEntityDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (ded DynamicsEntityDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (ded DynamicsEntityDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (ded DynamicsEntityDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (ded DynamicsEntityDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (ded DynamicsEntityDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (ded DynamicsEntityDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (ded DynamicsEntityDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (ded DynamicsEntityDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (ded DynamicsEntityDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (ded DynamicsEntityDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (ded DynamicsEntityDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (ded DynamicsEntityDataset) MarshalJSON() ([]byte, error) + type DynamicsEntityDatasetTypeProperties struct + EntityName interface{} + type DynamicsLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (dls *DynamicsLinkedService) UnmarshalJSON(body []byte) error + func (dls DynamicsLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (dls DynamicsLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (dls DynamicsLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (dls DynamicsLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (dls DynamicsLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (dls DynamicsLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (dls DynamicsLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (dls DynamicsLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (dls DynamicsLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (dls DynamicsLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (dls DynamicsLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (dls DynamicsLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (dls DynamicsLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (dls DynamicsLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (dls DynamicsLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (dls DynamicsLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (dls DynamicsLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (dls DynamicsLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (dls DynamicsLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (dls DynamicsLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (dls DynamicsLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (dls DynamicsLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (dls DynamicsLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (dls DynamicsLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (dls DynamicsLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (dls DynamicsLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (dls DynamicsLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (dls DynamicsLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (dls DynamicsLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (dls DynamicsLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (dls DynamicsLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (dls DynamicsLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (dls DynamicsLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (dls DynamicsLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (dls DynamicsLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (dls DynamicsLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (dls DynamicsLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (dls DynamicsLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (dls DynamicsLinkedService) AsLinkedService() (*LinkedService, bool) + func (dls DynamicsLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (dls DynamicsLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (dls DynamicsLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (dls DynamicsLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (dls DynamicsLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (dls DynamicsLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (dls DynamicsLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (dls DynamicsLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (dls DynamicsLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (dls DynamicsLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (dls DynamicsLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (dls DynamicsLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (dls DynamicsLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (dls DynamicsLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (dls DynamicsLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (dls DynamicsLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (dls DynamicsLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (dls DynamicsLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (dls DynamicsLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (dls DynamicsLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (dls DynamicsLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (dls DynamicsLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (dls DynamicsLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (dls DynamicsLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (dls DynamicsLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (dls DynamicsLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (dls DynamicsLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (dls DynamicsLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (dls DynamicsLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (dls DynamicsLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (dls DynamicsLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (dls DynamicsLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (dls DynamicsLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (dls DynamicsLinkedService) MarshalJSON() ([]byte, error) + type DynamicsLinkedServiceTypeProperties struct + AuthenticationType interface{} + DeploymentType interface{} + EncryptedCredential interface{} + HostName interface{} + OrganizationName interface{} + Password BasicSecretBase + Port interface{} + ServiceURI interface{} + Username interface{} + func (dlstp *DynamicsLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type DynamicsSink struct + AdditionalProperties map[string]interface{} + IgnoreNullValues interface{} + SinkRetryCount interface{} + SinkRetryWait interface{} + Type TypeBasicCopySink + WriteBatchSize interface{} + WriteBatchTimeout interface{} + WriteBehavior interface{} + func (ds *DynamicsSink) UnmarshalJSON(body []byte) error + func (ds DynamicsSink) AsAzureDataLakeStoreSink() (*AzureDataLakeStoreSink, bool) + func (ds DynamicsSink) AsAzureQueueSink() (*AzureQueueSink, bool) + func (ds DynamicsSink) AsAzureSearchIndexSink() (*AzureSearchIndexSink, bool) + func (ds DynamicsSink) AsAzureTableSink() (*AzureTableSink, bool) + func (ds DynamicsSink) AsBasicCopySink() (BasicCopySink, bool) + func (ds DynamicsSink) AsBlobSink() (*BlobSink, bool) + func (ds DynamicsSink) AsCopySink() (*CopySink, bool) + func (ds DynamicsSink) AsDocumentDbCollectionSink() (*DocumentDbCollectionSink, bool) + func (ds DynamicsSink) AsDynamicsSink() (*DynamicsSink, bool) + func (ds DynamicsSink) AsFileSystemSink() (*FileSystemSink, bool) + func (ds DynamicsSink) AsOdbcSink() (*OdbcSink, bool) + func (ds DynamicsSink) AsOracleSink() (*OracleSink, bool) + func (ds DynamicsSink) AsSQLDWSink() (*SQLDWSink, bool) + func (ds DynamicsSink) AsSQLSink() (*SQLSink, bool) + func (ds DynamicsSink) AsSalesforceSink() (*SalesforceSink, bool) + func (ds DynamicsSink) AsSapCloudForCustomerSink() (*SapCloudForCustomerSink, bool) + func (ds DynamicsSink) MarshalJSON() ([]byte, error) + type DynamicsSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ds *DynamicsSource) UnmarshalJSON(body []byte) error + func (ds DynamicsSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ds DynamicsSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ds DynamicsSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ds DynamicsSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ds DynamicsSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ds DynamicsSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ds DynamicsSource) AsBasicCopySource() (BasicCopySource, bool) + func (ds DynamicsSource) AsBlobSource() (*BlobSource, bool) + func (ds DynamicsSource) AsCassandraSource() (*CassandraSource, bool) + func (ds DynamicsSource) AsConcurSource() (*ConcurSource, bool) + func (ds DynamicsSource) AsCopySource() (*CopySource, bool) + func (ds DynamicsSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ds DynamicsSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ds DynamicsSource) AsDrillSource() (*DrillSource, bool) + func (ds DynamicsSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ds DynamicsSource) AsEloquaSource() (*EloquaSource, bool) + func (ds DynamicsSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ds DynamicsSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ds DynamicsSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ds DynamicsSource) AsHBaseSource() (*HBaseSource, bool) + func (ds DynamicsSource) AsHTTPSource() (*HTTPSource, bool) + func (ds DynamicsSource) AsHdfsSource() (*HdfsSource, bool) + func (ds DynamicsSource) AsHiveSource() (*HiveSource, bool) + func (ds DynamicsSource) AsHubspotSource() (*HubspotSource, bool) + func (ds DynamicsSource) AsImpalaSource() (*ImpalaSource, bool) + func (ds DynamicsSource) AsJiraSource() (*JiraSource, bool) + func (ds DynamicsSource) AsMagentoSource() (*MagentoSource, bool) + func (ds DynamicsSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ds DynamicsSource) AsMarketoSource() (*MarketoSource, bool) + func (ds DynamicsSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ds DynamicsSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ds DynamicsSource) AsOracleSource() (*OracleSource, bool) + func (ds DynamicsSource) AsPaypalSource() (*PaypalSource, bool) + func (ds DynamicsSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ds DynamicsSource) AsPrestoSource() (*PrestoSource, bool) + func (ds DynamicsSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ds DynamicsSource) AsRelationalSource() (*RelationalSource, bool) + func (ds DynamicsSource) AsResponsysSource() (*ResponsysSource, bool) + func (ds DynamicsSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ds DynamicsSource) AsSQLSource() (*SQLSource, bool) + func (ds DynamicsSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ds DynamicsSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ds DynamicsSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ds DynamicsSource) AsSapEccSource() (*SapEccSource, bool) + func (ds DynamicsSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ds DynamicsSource) AsShopifySource() (*ShopifySource, bool) + func (ds DynamicsSource) AsSparkSource() (*SparkSource, bool) + func (ds DynamicsSource) AsSquareSource() (*SquareSource, bool) + func (ds DynamicsSource) AsVerticaSource() (*VerticaSource, bool) + func (ds DynamicsSource) AsWebSource() (*WebSource, bool) + func (ds DynamicsSource) AsXeroSource() (*XeroSource, bool) + func (ds DynamicsSource) AsZohoSource() (*ZohoSource, bool) + func (ds DynamicsSource) MarshalJSON() ([]byte, error) + type EloquaLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (els *EloquaLinkedService) UnmarshalJSON(body []byte) error + func (els EloquaLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (els EloquaLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (els EloquaLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (els EloquaLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (els EloquaLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (els EloquaLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (els EloquaLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (els EloquaLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (els EloquaLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (els EloquaLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (els EloquaLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (els EloquaLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (els EloquaLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (els EloquaLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (els EloquaLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (els EloquaLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (els EloquaLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (els EloquaLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (els EloquaLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (els EloquaLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (els EloquaLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (els EloquaLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (els EloquaLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (els EloquaLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (els EloquaLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (els EloquaLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (els EloquaLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (els EloquaLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (els EloquaLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (els EloquaLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (els EloquaLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (els EloquaLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (els EloquaLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (els EloquaLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (els EloquaLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (els EloquaLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (els EloquaLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (els EloquaLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (els EloquaLinkedService) AsLinkedService() (*LinkedService, bool) + func (els EloquaLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (els EloquaLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (els EloquaLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (els EloquaLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (els EloquaLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (els EloquaLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (els EloquaLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (els EloquaLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (els EloquaLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (els EloquaLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (els EloquaLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (els EloquaLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (els EloquaLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (els EloquaLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (els EloquaLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (els EloquaLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (els EloquaLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (els EloquaLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (els EloquaLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (els EloquaLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (els EloquaLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (els EloquaLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (els EloquaLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (els EloquaLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (els EloquaLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (els EloquaLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (els EloquaLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (els EloquaLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (els EloquaLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (els EloquaLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (els EloquaLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (els EloquaLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (els EloquaLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (els EloquaLinkedService) MarshalJSON() ([]byte, error) + type EloquaLinkedServiceTypeProperties struct + EncryptedCredential interface{} + Endpoint interface{} + Password BasicSecretBase + UseEncryptedEndpoints interface{} + UseHostVerification interface{} + UsePeerVerification interface{} + Username interface{} + func (elstp *EloquaLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type EloquaObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (eod *EloquaObjectDataset) UnmarshalJSON(body []byte) error + func (eod EloquaObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (eod EloquaObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (eod EloquaObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (eod EloquaObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (eod EloquaObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (eod EloquaObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (eod EloquaObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (eod EloquaObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (eod EloquaObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (eod EloquaObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (eod EloquaObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (eod EloquaObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (eod EloquaObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (eod EloquaObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (eod EloquaObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (eod EloquaObjectDataset) AsDataset() (*Dataset, bool) + func (eod EloquaObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (eod EloquaObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (eod EloquaObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (eod EloquaObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (eod EloquaObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (eod EloquaObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (eod EloquaObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (eod EloquaObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (eod EloquaObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (eod EloquaObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (eod EloquaObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (eod EloquaObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (eod EloquaObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (eod EloquaObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (eod EloquaObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (eod EloquaObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (eod EloquaObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (eod EloquaObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (eod EloquaObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (eod EloquaObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (eod EloquaObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (eod EloquaObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (eod EloquaObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (eod EloquaObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (eod EloquaObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (eod EloquaObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (eod EloquaObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (eod EloquaObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (eod EloquaObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (eod EloquaObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (eod EloquaObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (eod EloquaObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (eod EloquaObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (eod EloquaObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (eod EloquaObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (eod EloquaObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (eod EloquaObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (eod EloquaObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (eod EloquaObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (eod EloquaObjectDataset) MarshalJSON() ([]byte, error) + type EloquaSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (es *EloquaSource) UnmarshalJSON(body []byte) error + func (es EloquaSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (es EloquaSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (es EloquaSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (es EloquaSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (es EloquaSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (es EloquaSource) AsAzureTableSource() (*AzureTableSource, bool) + func (es EloquaSource) AsBasicCopySource() (BasicCopySource, bool) + func (es EloquaSource) AsBlobSource() (*BlobSource, bool) + func (es EloquaSource) AsCassandraSource() (*CassandraSource, bool) + func (es EloquaSource) AsConcurSource() (*ConcurSource, bool) + func (es EloquaSource) AsCopySource() (*CopySource, bool) + func (es EloquaSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (es EloquaSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (es EloquaSource) AsDrillSource() (*DrillSource, bool) + func (es EloquaSource) AsDynamicsSource() (*DynamicsSource, bool) + func (es EloquaSource) AsEloquaSource() (*EloquaSource, bool) + func (es EloquaSource) AsFileSystemSource() (*FileSystemSource, bool) + func (es EloquaSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (es EloquaSource) AsGreenplumSource() (*GreenplumSource, bool) + func (es EloquaSource) AsHBaseSource() (*HBaseSource, bool) + func (es EloquaSource) AsHTTPSource() (*HTTPSource, bool) + func (es EloquaSource) AsHdfsSource() (*HdfsSource, bool) + func (es EloquaSource) AsHiveSource() (*HiveSource, bool) + func (es EloquaSource) AsHubspotSource() (*HubspotSource, bool) + func (es EloquaSource) AsImpalaSource() (*ImpalaSource, bool) + func (es EloquaSource) AsJiraSource() (*JiraSource, bool) + func (es EloquaSource) AsMagentoSource() (*MagentoSource, bool) + func (es EloquaSource) AsMariaDBSource() (*MariaDBSource, bool) + func (es EloquaSource) AsMarketoSource() (*MarketoSource, bool) + func (es EloquaSource) AsMongoDbSource() (*MongoDbSource, bool) + func (es EloquaSource) AsNetezzaSource() (*NetezzaSource, bool) + func (es EloquaSource) AsOracleSource() (*OracleSource, bool) + func (es EloquaSource) AsPaypalSource() (*PaypalSource, bool) + func (es EloquaSource) AsPhoenixSource() (*PhoenixSource, bool) + func (es EloquaSource) AsPrestoSource() (*PrestoSource, bool) + func (es EloquaSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (es EloquaSource) AsRelationalSource() (*RelationalSource, bool) + func (es EloquaSource) AsResponsysSource() (*ResponsysSource, bool) + func (es EloquaSource) AsSQLDWSource() (*SQLDWSource, bool) + func (es EloquaSource) AsSQLSource() (*SQLSource, bool) + func (es EloquaSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (es EloquaSource) AsSalesforceSource() (*SalesforceSource, bool) + func (es EloquaSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (es EloquaSource) AsSapEccSource() (*SapEccSource, bool) + func (es EloquaSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (es EloquaSource) AsShopifySource() (*ShopifySource, bool) + func (es EloquaSource) AsSparkSource() (*SparkSource, bool) + func (es EloquaSource) AsSquareSource() (*SquareSource, bool) + func (es EloquaSource) AsVerticaSource() (*VerticaSource, bool) + func (es EloquaSource) AsWebSource() (*WebSource, bool) + func (es EloquaSource) AsXeroSource() (*XeroSource, bool) + func (es EloquaSource) AsZohoSource() (*ZohoSource, bool) + func (es EloquaSource) MarshalJSON() ([]byte, error) + type EntityReference struct + ReferenceName *string + Type IntegrationRuntimeEntityReferenceType + type ErrorResponse struct + Code *string + Details *[]ErrorResponse + Message *string + Target *string + type ExecutePipelineActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + Name *string + Type TypeBasicActivity + func (epa *ExecutePipelineActivity) UnmarshalJSON(body []byte) error + func (epa ExecutePipelineActivity) AsActivity() (*Activity, bool) + func (epa ExecutePipelineActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (epa ExecutePipelineActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (epa ExecutePipelineActivity) AsBasicActivity() (BasicActivity, bool) + func (epa ExecutePipelineActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (epa ExecutePipelineActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (epa ExecutePipelineActivity) AsControlActivity() (*ControlActivity, bool) + func (epa ExecutePipelineActivity) AsCopyActivity() (*CopyActivity, bool) + func (epa ExecutePipelineActivity) AsCustomActivity() (*CustomActivity, bool) + func (epa ExecutePipelineActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (epa ExecutePipelineActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (epa ExecutePipelineActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (epa ExecutePipelineActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (epa ExecutePipelineActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (epa ExecutePipelineActivity) AsFilterActivity() (*FilterActivity, bool) + func (epa ExecutePipelineActivity) AsForEachActivity() (*ForEachActivity, bool) + func (epa ExecutePipelineActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (epa ExecutePipelineActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (epa ExecutePipelineActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (epa ExecutePipelineActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (epa ExecutePipelineActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (epa ExecutePipelineActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (epa ExecutePipelineActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (epa ExecutePipelineActivity) AsLookupActivity() (*LookupActivity, bool) + func (epa ExecutePipelineActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (epa ExecutePipelineActivity) AsUntilActivity() (*UntilActivity, bool) + func (epa ExecutePipelineActivity) AsWaitActivity() (*WaitActivity, bool) + func (epa ExecutePipelineActivity) AsWebActivity() (*WebActivity, bool) + func (epa ExecutePipelineActivity) MarshalJSON() ([]byte, error) + type ExecutePipelineActivityTypeProperties struct + Parameters map[string]interface{} + Pipeline *PipelineReference + WaitOnCompletion *bool + func (epatp ExecutePipelineActivityTypeProperties) MarshalJSON() ([]byte, error) + type ExecuteSSISPackageActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + LinkedServiceName *LinkedServiceReference + Name *string + Policy *ActivityPolicy + Type TypeBasicActivity + func (espa *ExecuteSSISPackageActivity) UnmarshalJSON(body []byte) error + func (espa ExecuteSSISPackageActivity) AsActivity() (*Activity, bool) + func (espa ExecuteSSISPackageActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (espa ExecuteSSISPackageActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (espa ExecuteSSISPackageActivity) AsBasicActivity() (BasicActivity, bool) + func (espa ExecuteSSISPackageActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (espa ExecuteSSISPackageActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (espa ExecuteSSISPackageActivity) AsControlActivity() (*ControlActivity, bool) + func (espa ExecuteSSISPackageActivity) AsCopyActivity() (*CopyActivity, bool) + func (espa ExecuteSSISPackageActivity) AsCustomActivity() (*CustomActivity, bool) + func (espa ExecuteSSISPackageActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (espa ExecuteSSISPackageActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (espa ExecuteSSISPackageActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (espa ExecuteSSISPackageActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (espa ExecuteSSISPackageActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (espa ExecuteSSISPackageActivity) AsFilterActivity() (*FilterActivity, bool) + func (espa ExecuteSSISPackageActivity) AsForEachActivity() (*ForEachActivity, bool) + func (espa ExecuteSSISPackageActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (espa ExecuteSSISPackageActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (espa ExecuteSSISPackageActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (espa ExecuteSSISPackageActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (espa ExecuteSSISPackageActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (espa ExecuteSSISPackageActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (espa ExecuteSSISPackageActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (espa ExecuteSSISPackageActivity) AsLookupActivity() (*LookupActivity, bool) + func (espa ExecuteSSISPackageActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (espa ExecuteSSISPackageActivity) AsUntilActivity() (*UntilActivity, bool) + func (espa ExecuteSSISPackageActivity) AsWaitActivity() (*WaitActivity, bool) + func (espa ExecuteSSISPackageActivity) AsWebActivity() (*WebActivity, bool) + func (espa ExecuteSSISPackageActivity) MarshalJSON() ([]byte, error) + type ExecuteSSISPackageActivityTypeProperties struct + ConnectVia *IntegrationRuntimeReference + EnvironmentPath interface{} + ExecutionCredential *SSISExecutionCredential + LogLocation *SSISLogLocation + LoggingLevel interface{} + PackageConnectionManagers map[string]map[string]*SSISExecutionParameter + PackageLocation *SSISPackageLocation + PackageParameters map[string]*SSISExecutionParameter + ProjectConnectionManagers map[string]map[string]*SSISExecutionParameter + ProjectParameters map[string]*SSISExecutionParameter + PropertyOverrides map[string]*SSISPropertyOverride + Runtime interface{} + func (espatp ExecuteSSISPackageActivityTypeProperties) MarshalJSON() ([]byte, error) + type ExecutionActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + LinkedServiceName *LinkedServiceReference + Name *string + Policy *ActivityPolicy + Type TypeBasicActivity + func (ea *ExecutionActivity) UnmarshalJSON(body []byte) error + func (ea ExecutionActivity) AsActivity() (*Activity, bool) + func (ea ExecutionActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (ea ExecutionActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (ea ExecutionActivity) AsBasicActivity() (BasicActivity, bool) + func (ea ExecutionActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (ea ExecutionActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (ea ExecutionActivity) AsControlActivity() (*ControlActivity, bool) + func (ea ExecutionActivity) AsCopyActivity() (*CopyActivity, bool) + func (ea ExecutionActivity) AsCustomActivity() (*CustomActivity, bool) + func (ea ExecutionActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (ea ExecutionActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (ea ExecutionActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (ea ExecutionActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (ea ExecutionActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (ea ExecutionActivity) AsFilterActivity() (*FilterActivity, bool) + func (ea ExecutionActivity) AsForEachActivity() (*ForEachActivity, bool) + func (ea ExecutionActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (ea ExecutionActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (ea ExecutionActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (ea ExecutionActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (ea ExecutionActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (ea ExecutionActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (ea ExecutionActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (ea ExecutionActivity) AsLookupActivity() (*LookupActivity, bool) + func (ea ExecutionActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (ea ExecutionActivity) AsUntilActivity() (*UntilActivity, bool) + func (ea ExecutionActivity) AsWaitActivity() (*WaitActivity, bool) + func (ea ExecutionActivity) AsWebActivity() (*WebActivity, bool) + func (ea ExecutionActivity) MarshalJSON() ([]byte, error) + type Expression struct + Type *string + Value *string + type FactoriesClient struct + func NewFactoriesClient(subscriptionID string) FactoriesClient + func NewFactoriesClientWithBaseURI(baseURI string, subscriptionID string) FactoriesClient + func (client FactoriesClient) CancelPipelineRun(ctx context.Context, resourceGroupName string, factoryName string, ...) (result autorest.Response, err error) + func (client FactoriesClient) CancelPipelineRunPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client FactoriesClient) CancelPipelineRunResponder(resp *http.Response) (result autorest.Response, err error) + func (client FactoriesClient) CancelPipelineRunSender(req *http.Request) (*http.Response, error) + func (client FactoriesClient) ConfigureFactoryRepo(ctx context.Context, locationID string, factoryRepoUpdate FactoryRepoUpdate) (result Factory, err error) + func (client FactoriesClient) ConfigureFactoryRepoPreparer(ctx context.Context, locationID string, factoryRepoUpdate FactoryRepoUpdate) (*http.Request, error) + func (client FactoriesClient) ConfigureFactoryRepoResponder(resp *http.Response) (result Factory, err error) + func (client FactoriesClient) ConfigureFactoryRepoSender(req *http.Request) (*http.Response, error) + func (client FactoriesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, factoryName string, ...) (result Factory, err error) + func (client FactoriesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client FactoriesClient) CreateOrUpdateResponder(resp *http.Response) (result Factory, err error) + func (client FactoriesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client FactoriesClient) Delete(ctx context.Context, resourceGroupName string, factoryName string) (result autorest.Response, err error) + func (client FactoriesClient) DeletePreparer(ctx context.Context, resourceGroupName string, factoryName string) (*http.Request, error) + func (client FactoriesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client FactoriesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client FactoriesClient) Get(ctx context.Context, resourceGroupName string, factoryName string) (result Factory, err error) + func (client FactoriesClient) GetPreparer(ctx context.Context, resourceGroupName string, factoryName string) (*http.Request, error) + func (client FactoriesClient) GetResponder(resp *http.Response) (result Factory, err error) + func (client FactoriesClient) GetSender(req *http.Request) (*http.Response, error) + func (client FactoriesClient) List(ctx context.Context) (result FactoryListResponsePage, err error) + func (client FactoriesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result FactoryListResponsePage, err error) + func (client FactoriesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result FactoryListResponseIterator, err error) + func (client FactoriesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client FactoriesClient) ListByResourceGroupResponder(resp *http.Response) (result FactoryListResponse, err error) + func (client FactoriesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client FactoriesClient) ListComplete(ctx context.Context) (result FactoryListResponseIterator, err error) + func (client FactoriesClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client FactoriesClient) ListResponder(resp *http.Response) (result FactoryListResponse, err error) + func (client FactoriesClient) ListSender(req *http.Request) (*http.Response, error) + func (client FactoriesClient) Update(ctx context.Context, resourceGroupName string, factoryName string, ...) (result Factory, err error) + func (client FactoriesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client FactoriesClient) UpdateResponder(resp *http.Response) (result Factory, err error) + func (client FactoriesClient) UpdateSender(req *http.Request) (*http.Response, error) + type Factory struct + AdditionalProperties map[string]interface{} + ID *string + Identity *FactoryIdentity + Location *string + Name *string + Tags map[string]*string + Type *string + func (f *Factory) UnmarshalJSON(body []byte) error + func (f Factory) MarshalJSON() ([]byte, error) + type FactoryIdentity struct + PrincipalID *uuid.UUID + TenantID *uuid.UUID + Type *string + type FactoryListResponse struct + NextLink *string + Value *[]Factory + func (flr FactoryListResponse) IsEmpty() bool + type FactoryListResponseIterator struct + func NewFactoryListResponseIterator(page FactoryListResponsePage) FactoryListResponseIterator + func (iter *FactoryListResponseIterator) Next() error + func (iter *FactoryListResponseIterator) NextWithContext(ctx context.Context) (err error) + func (iter FactoryListResponseIterator) NotDone() bool + func (iter FactoryListResponseIterator) Response() FactoryListResponse + func (iter FactoryListResponseIterator) Value() Factory + type FactoryListResponsePage struct + func NewFactoryListResponsePage(...) FactoryListResponsePage + func (page *FactoryListResponsePage) Next() error + func (page *FactoryListResponsePage) NextWithContext(ctx context.Context) (err error) + func (page FactoryListResponsePage) NotDone() bool + func (page FactoryListResponsePage) Response() FactoryListResponse + func (page FactoryListResponsePage) Values() []Factory + type FactoryProperties struct + CreateTime *date.Time + ProvisioningState *string + Version *string + VstsConfiguration *FactoryVSTSConfiguration + type FactoryRepoUpdate struct + FactoryResourceID *string + ResourceGroupName *string + VstsConfiguration *FactoryVSTSConfiguration + type FactoryUpdateParameters struct + Identity *FactoryIdentity + Tags map[string]*string + func (fup FactoryUpdateParameters) MarshalJSON() ([]byte, error) + type FactoryVSTSConfiguration struct + AccountName *string + CollaborationBranch *string + LastCommitID *string + ProjectName *string + RepositoryName *string + RootFolder *string + TenantID *string + type FileServerLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (fsls *FileServerLinkedService) UnmarshalJSON(body []byte) error + func (fsls FileServerLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (fsls FileServerLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (fsls FileServerLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (fsls FileServerLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (fsls FileServerLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (fsls FileServerLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (fsls FileServerLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (fsls FileServerLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (fsls FileServerLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (fsls FileServerLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (fsls FileServerLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (fsls FileServerLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (fsls FileServerLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (fsls FileServerLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (fsls FileServerLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (fsls FileServerLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (fsls FileServerLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (fsls FileServerLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (fsls FileServerLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (fsls FileServerLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (fsls FileServerLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (fsls FileServerLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (fsls FileServerLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (fsls FileServerLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (fsls FileServerLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (fsls FileServerLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (fsls FileServerLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (fsls FileServerLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (fsls FileServerLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (fsls FileServerLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (fsls FileServerLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (fsls FileServerLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (fsls FileServerLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (fsls FileServerLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (fsls FileServerLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (fsls FileServerLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (fsls FileServerLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (fsls FileServerLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (fsls FileServerLinkedService) AsLinkedService() (*LinkedService, bool) + func (fsls FileServerLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (fsls FileServerLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (fsls FileServerLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (fsls FileServerLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (fsls FileServerLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (fsls FileServerLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (fsls FileServerLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (fsls FileServerLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (fsls FileServerLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (fsls FileServerLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (fsls FileServerLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (fsls FileServerLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (fsls FileServerLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (fsls FileServerLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (fsls FileServerLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (fsls FileServerLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (fsls FileServerLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (fsls FileServerLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (fsls FileServerLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (fsls FileServerLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (fsls FileServerLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (fsls FileServerLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (fsls FileServerLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (fsls FileServerLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (fsls FileServerLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (fsls FileServerLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (fsls FileServerLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (fsls FileServerLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (fsls FileServerLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (fsls FileServerLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (fsls FileServerLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (fsls FileServerLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (fsls FileServerLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (fsls FileServerLinkedService) MarshalJSON() ([]byte, error) + type FileServerLinkedServiceTypeProperties struct + EncryptedCredential interface{} + Host interface{} + Password BasicSecretBase + UserID interface{} + func (fslstp *FileServerLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type FileShareDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (fsd *FileShareDataset) UnmarshalJSON(body []byte) error + func (fsd FileShareDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (fsd FileShareDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (fsd FileShareDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (fsd FileShareDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (fsd FileShareDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (fsd FileShareDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (fsd FileShareDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (fsd FileShareDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (fsd FileShareDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (fsd FileShareDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (fsd FileShareDataset) AsBasicDataset() (BasicDataset, bool) + func (fsd FileShareDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (fsd FileShareDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (fsd FileShareDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (fsd FileShareDataset) AsCustomDataset() (*CustomDataset, bool) + func (fsd FileShareDataset) AsDataset() (*Dataset, bool) + func (fsd FileShareDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (fsd FileShareDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (fsd FileShareDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (fsd FileShareDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (fsd FileShareDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (fsd FileShareDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (fsd FileShareDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (fsd FileShareDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (fsd FileShareDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (fsd FileShareDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (fsd FileShareDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (fsd FileShareDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (fsd FileShareDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (fsd FileShareDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (fsd FileShareDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (fsd FileShareDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (fsd FileShareDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (fsd FileShareDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (fsd FileShareDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (fsd FileShareDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (fsd FileShareDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (fsd FileShareDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (fsd FileShareDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (fsd FileShareDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (fsd FileShareDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (fsd FileShareDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (fsd FileShareDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (fsd FileShareDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (fsd FileShareDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (fsd FileShareDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (fsd FileShareDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (fsd FileShareDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (fsd FileShareDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (fsd FileShareDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (fsd FileShareDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (fsd FileShareDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (fsd FileShareDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (fsd FileShareDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (fsd FileShareDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (fsd FileShareDataset) MarshalJSON() ([]byte, error) + type FileShareDatasetTypeProperties struct + Compression BasicDatasetCompression + FileFilter interface{} + FileName interface{} + FolderPath interface{} + Format BasicDatasetStorageFormat + func (fsdtp *FileShareDatasetTypeProperties) UnmarshalJSON(body []byte) error + type FileSystemSink struct + AdditionalProperties map[string]interface{} + CopyBehavior interface{} + SinkRetryCount interface{} + SinkRetryWait interface{} + Type TypeBasicCopySink + WriteBatchSize interface{} + WriteBatchTimeout interface{} + func (fss *FileSystemSink) UnmarshalJSON(body []byte) error + func (fss FileSystemSink) AsAzureDataLakeStoreSink() (*AzureDataLakeStoreSink, bool) + func (fss FileSystemSink) AsAzureQueueSink() (*AzureQueueSink, bool) + func (fss FileSystemSink) AsAzureSearchIndexSink() (*AzureSearchIndexSink, bool) + func (fss FileSystemSink) AsAzureTableSink() (*AzureTableSink, bool) + func (fss FileSystemSink) AsBasicCopySink() (BasicCopySink, bool) + func (fss FileSystemSink) AsBlobSink() (*BlobSink, bool) + func (fss FileSystemSink) AsCopySink() (*CopySink, bool) + func (fss FileSystemSink) AsDocumentDbCollectionSink() (*DocumentDbCollectionSink, bool) + func (fss FileSystemSink) AsDynamicsSink() (*DynamicsSink, bool) + func (fss FileSystemSink) AsFileSystemSink() (*FileSystemSink, bool) + func (fss FileSystemSink) AsOdbcSink() (*OdbcSink, bool) + func (fss FileSystemSink) AsOracleSink() (*OracleSink, bool) + func (fss FileSystemSink) AsSQLDWSink() (*SQLDWSink, bool) + func (fss FileSystemSink) AsSQLSink() (*SQLSink, bool) + func (fss FileSystemSink) AsSalesforceSink() (*SalesforceSink, bool) + func (fss FileSystemSink) AsSapCloudForCustomerSink() (*SapCloudForCustomerSink, bool) + func (fss FileSystemSink) MarshalJSON() ([]byte, error) + type FileSystemSource struct + AdditionalProperties map[string]interface{} + Recursive interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (fss *FileSystemSource) UnmarshalJSON(body []byte) error + func (fss FileSystemSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (fss FileSystemSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (fss FileSystemSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (fss FileSystemSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (fss FileSystemSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (fss FileSystemSource) AsAzureTableSource() (*AzureTableSource, bool) + func (fss FileSystemSource) AsBasicCopySource() (BasicCopySource, bool) + func (fss FileSystemSource) AsBlobSource() (*BlobSource, bool) + func (fss FileSystemSource) AsCassandraSource() (*CassandraSource, bool) + func (fss FileSystemSource) AsConcurSource() (*ConcurSource, bool) + func (fss FileSystemSource) AsCopySource() (*CopySource, bool) + func (fss FileSystemSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (fss FileSystemSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (fss FileSystemSource) AsDrillSource() (*DrillSource, bool) + func (fss FileSystemSource) AsDynamicsSource() (*DynamicsSource, bool) + func (fss FileSystemSource) AsEloquaSource() (*EloquaSource, bool) + func (fss FileSystemSource) AsFileSystemSource() (*FileSystemSource, bool) + func (fss FileSystemSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (fss FileSystemSource) AsGreenplumSource() (*GreenplumSource, bool) + func (fss FileSystemSource) AsHBaseSource() (*HBaseSource, bool) + func (fss FileSystemSource) AsHTTPSource() (*HTTPSource, bool) + func (fss FileSystemSource) AsHdfsSource() (*HdfsSource, bool) + func (fss FileSystemSource) AsHiveSource() (*HiveSource, bool) + func (fss FileSystemSource) AsHubspotSource() (*HubspotSource, bool) + func (fss FileSystemSource) AsImpalaSource() (*ImpalaSource, bool) + func (fss FileSystemSource) AsJiraSource() (*JiraSource, bool) + func (fss FileSystemSource) AsMagentoSource() (*MagentoSource, bool) + func (fss FileSystemSource) AsMariaDBSource() (*MariaDBSource, bool) + func (fss FileSystemSource) AsMarketoSource() (*MarketoSource, bool) + func (fss FileSystemSource) AsMongoDbSource() (*MongoDbSource, bool) + func (fss FileSystemSource) AsNetezzaSource() (*NetezzaSource, bool) + func (fss FileSystemSource) AsOracleSource() (*OracleSource, bool) + func (fss FileSystemSource) AsPaypalSource() (*PaypalSource, bool) + func (fss FileSystemSource) AsPhoenixSource() (*PhoenixSource, bool) + func (fss FileSystemSource) AsPrestoSource() (*PrestoSource, bool) + func (fss FileSystemSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (fss FileSystemSource) AsRelationalSource() (*RelationalSource, bool) + func (fss FileSystemSource) AsResponsysSource() (*ResponsysSource, bool) + func (fss FileSystemSource) AsSQLDWSource() (*SQLDWSource, bool) + func (fss FileSystemSource) AsSQLSource() (*SQLSource, bool) + func (fss FileSystemSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (fss FileSystemSource) AsSalesforceSource() (*SalesforceSource, bool) + func (fss FileSystemSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (fss FileSystemSource) AsSapEccSource() (*SapEccSource, bool) + func (fss FileSystemSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (fss FileSystemSource) AsShopifySource() (*ShopifySource, bool) + func (fss FileSystemSource) AsSparkSource() (*SparkSource, bool) + func (fss FileSystemSource) AsSquareSource() (*SquareSource, bool) + func (fss FileSystemSource) AsVerticaSource() (*VerticaSource, bool) + func (fss FileSystemSource) AsWebSource() (*WebSource, bool) + func (fss FileSystemSource) AsXeroSource() (*XeroSource, bool) + func (fss FileSystemSource) AsZohoSource() (*ZohoSource, bool) + func (fss FileSystemSource) MarshalJSON() ([]byte, error) + type FilterActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + Name *string + Type TypeBasicActivity + func (fa *FilterActivity) UnmarshalJSON(body []byte) error + func (fa FilterActivity) AsActivity() (*Activity, bool) + func (fa FilterActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (fa FilterActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (fa FilterActivity) AsBasicActivity() (BasicActivity, bool) + func (fa FilterActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (fa FilterActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (fa FilterActivity) AsControlActivity() (*ControlActivity, bool) + func (fa FilterActivity) AsCopyActivity() (*CopyActivity, bool) + func (fa FilterActivity) AsCustomActivity() (*CustomActivity, bool) + func (fa FilterActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (fa FilterActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (fa FilterActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (fa FilterActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (fa FilterActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (fa FilterActivity) AsFilterActivity() (*FilterActivity, bool) + func (fa FilterActivity) AsForEachActivity() (*ForEachActivity, bool) + func (fa FilterActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (fa FilterActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (fa FilterActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (fa FilterActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (fa FilterActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (fa FilterActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (fa FilterActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (fa FilterActivity) AsLookupActivity() (*LookupActivity, bool) + func (fa FilterActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (fa FilterActivity) AsUntilActivity() (*UntilActivity, bool) + func (fa FilterActivity) AsWaitActivity() (*WaitActivity, bool) + func (fa FilterActivity) AsWebActivity() (*WebActivity, bool) + func (fa FilterActivity) MarshalJSON() ([]byte, error) + type FilterActivityTypeProperties struct + Condition *Expression + Items *Expression + type ForEachActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + Name *string + Type TypeBasicActivity + func (fea *ForEachActivity) UnmarshalJSON(body []byte) error + func (fea ForEachActivity) AsActivity() (*Activity, bool) + func (fea ForEachActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (fea ForEachActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (fea ForEachActivity) AsBasicActivity() (BasicActivity, bool) + func (fea ForEachActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (fea ForEachActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (fea ForEachActivity) AsControlActivity() (*ControlActivity, bool) + func (fea ForEachActivity) AsCopyActivity() (*CopyActivity, bool) + func (fea ForEachActivity) AsCustomActivity() (*CustomActivity, bool) + func (fea ForEachActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (fea ForEachActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (fea ForEachActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (fea ForEachActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (fea ForEachActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (fea ForEachActivity) AsFilterActivity() (*FilterActivity, bool) + func (fea ForEachActivity) AsForEachActivity() (*ForEachActivity, bool) + func (fea ForEachActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (fea ForEachActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (fea ForEachActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (fea ForEachActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (fea ForEachActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (fea ForEachActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (fea ForEachActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (fea ForEachActivity) AsLookupActivity() (*LookupActivity, bool) + func (fea ForEachActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (fea ForEachActivity) AsUntilActivity() (*UntilActivity, bool) + func (fea ForEachActivity) AsWaitActivity() (*WaitActivity, bool) + func (fea ForEachActivity) AsWebActivity() (*WebActivity, bool) + func (fea ForEachActivity) MarshalJSON() ([]byte, error) + type ForEachActivityTypeProperties struct + Activities *[]BasicActivity + BatchCount *int32 + IsSequential *bool + Items *Expression + func (featp *ForEachActivityTypeProperties) UnmarshalJSON(body []byte) error + type FtpAuthenticationType string + const FtpAuthenticationTypeAnonymous + const FtpAuthenticationTypeBasic + func PossibleFtpAuthenticationTypeValues() []FtpAuthenticationType + type FtpServerLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (fsls *FtpServerLinkedService) UnmarshalJSON(body []byte) error + func (fsls FtpServerLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (fsls FtpServerLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (fsls FtpServerLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (fsls FtpServerLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (fsls FtpServerLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (fsls FtpServerLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (fsls FtpServerLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (fsls FtpServerLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (fsls FtpServerLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (fsls FtpServerLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (fsls FtpServerLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (fsls FtpServerLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (fsls FtpServerLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (fsls FtpServerLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (fsls FtpServerLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (fsls FtpServerLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (fsls FtpServerLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (fsls FtpServerLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (fsls FtpServerLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (fsls FtpServerLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (fsls FtpServerLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (fsls FtpServerLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (fsls FtpServerLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (fsls FtpServerLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (fsls FtpServerLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (fsls FtpServerLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (fsls FtpServerLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (fsls FtpServerLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (fsls FtpServerLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (fsls FtpServerLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (fsls FtpServerLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (fsls FtpServerLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (fsls FtpServerLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (fsls FtpServerLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (fsls FtpServerLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (fsls FtpServerLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (fsls FtpServerLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (fsls FtpServerLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (fsls FtpServerLinkedService) AsLinkedService() (*LinkedService, bool) + func (fsls FtpServerLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (fsls FtpServerLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (fsls FtpServerLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (fsls FtpServerLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (fsls FtpServerLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (fsls FtpServerLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (fsls FtpServerLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (fsls FtpServerLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (fsls FtpServerLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (fsls FtpServerLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (fsls FtpServerLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (fsls FtpServerLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (fsls FtpServerLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (fsls FtpServerLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (fsls FtpServerLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (fsls FtpServerLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (fsls FtpServerLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (fsls FtpServerLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (fsls FtpServerLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (fsls FtpServerLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (fsls FtpServerLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (fsls FtpServerLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (fsls FtpServerLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (fsls FtpServerLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (fsls FtpServerLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (fsls FtpServerLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (fsls FtpServerLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (fsls FtpServerLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (fsls FtpServerLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (fsls FtpServerLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (fsls FtpServerLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (fsls FtpServerLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (fsls FtpServerLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (fsls FtpServerLinkedService) MarshalJSON() ([]byte, error) + type FtpServerLinkedServiceTypeProperties struct + AuthenticationType FtpAuthenticationType + EnableServerCertificateValidation interface{} + EnableSsl interface{} + EncryptedCredential interface{} + Host interface{} + Password BasicSecretBase + Port interface{} + UserName interface{} + func (fslstp *FtpServerLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type GetMetadataActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + LinkedServiceName *LinkedServiceReference + Name *string + Policy *ActivityPolicy + Type TypeBasicActivity + func (gma *GetMetadataActivity) UnmarshalJSON(body []byte) error + func (gma GetMetadataActivity) AsActivity() (*Activity, bool) + func (gma GetMetadataActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (gma GetMetadataActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (gma GetMetadataActivity) AsBasicActivity() (BasicActivity, bool) + func (gma GetMetadataActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (gma GetMetadataActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (gma GetMetadataActivity) AsControlActivity() (*ControlActivity, bool) + func (gma GetMetadataActivity) AsCopyActivity() (*CopyActivity, bool) + func (gma GetMetadataActivity) AsCustomActivity() (*CustomActivity, bool) + func (gma GetMetadataActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (gma GetMetadataActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (gma GetMetadataActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (gma GetMetadataActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (gma GetMetadataActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (gma GetMetadataActivity) AsFilterActivity() (*FilterActivity, bool) + func (gma GetMetadataActivity) AsForEachActivity() (*ForEachActivity, bool) + func (gma GetMetadataActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (gma GetMetadataActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (gma GetMetadataActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (gma GetMetadataActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (gma GetMetadataActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (gma GetMetadataActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (gma GetMetadataActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (gma GetMetadataActivity) AsLookupActivity() (*LookupActivity, bool) + func (gma GetMetadataActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (gma GetMetadataActivity) AsUntilActivity() (*UntilActivity, bool) + func (gma GetMetadataActivity) AsWaitActivity() (*WaitActivity, bool) + func (gma GetMetadataActivity) AsWebActivity() (*WebActivity, bool) + func (gma GetMetadataActivity) MarshalJSON() ([]byte, error) + type GetMetadataActivityTypeProperties struct + Dataset *DatasetReference + FieldList *[]interface{} + type GoogleBigQueryAuthenticationType string + const ServiceAuthentication + const UserAuthentication + func PossibleGoogleBigQueryAuthenticationTypeValues() []GoogleBigQueryAuthenticationType + type GoogleBigQueryLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (gbqls *GoogleBigQueryLinkedService) UnmarshalJSON(body []byte) error + func (gbqls GoogleBigQueryLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsLinkedService() (*LinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (gbqls GoogleBigQueryLinkedService) MarshalJSON() ([]byte, error) + type GoogleBigQueryLinkedServiceTypeProperties struct + AdditionalProjects interface{} + AuthenticationType GoogleBigQueryAuthenticationType + ClientID BasicSecretBase + ClientSecret BasicSecretBase + Email interface{} + EncryptedCredential interface{} + KeyFilePath interface{} + Project interface{} + RefreshToken BasicSecretBase + RequestGoogleDriveScope interface{} + TrustedCertPath interface{} + UseSystemTrustStore interface{} + func (gbqlstp *GoogleBigQueryLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type GoogleBigQueryObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (gbqod *GoogleBigQueryObjectDataset) UnmarshalJSON(body []byte) error + func (gbqod GoogleBigQueryObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsDataset() (*Dataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (gbqod GoogleBigQueryObjectDataset) MarshalJSON() ([]byte, error) + type GoogleBigQuerySource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (gbqs *GoogleBigQuerySource) UnmarshalJSON(body []byte) error + func (gbqs GoogleBigQuerySource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (gbqs GoogleBigQuerySource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (gbqs GoogleBigQuerySource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (gbqs GoogleBigQuerySource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (gbqs GoogleBigQuerySource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (gbqs GoogleBigQuerySource) AsAzureTableSource() (*AzureTableSource, bool) + func (gbqs GoogleBigQuerySource) AsBasicCopySource() (BasicCopySource, bool) + func (gbqs GoogleBigQuerySource) AsBlobSource() (*BlobSource, bool) + func (gbqs GoogleBigQuerySource) AsCassandraSource() (*CassandraSource, bool) + func (gbqs GoogleBigQuerySource) AsConcurSource() (*ConcurSource, bool) + func (gbqs GoogleBigQuerySource) AsCopySource() (*CopySource, bool) + func (gbqs GoogleBigQuerySource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (gbqs GoogleBigQuerySource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (gbqs GoogleBigQuerySource) AsDrillSource() (*DrillSource, bool) + func (gbqs GoogleBigQuerySource) AsDynamicsSource() (*DynamicsSource, bool) + func (gbqs GoogleBigQuerySource) AsEloquaSource() (*EloquaSource, bool) + func (gbqs GoogleBigQuerySource) AsFileSystemSource() (*FileSystemSource, bool) + func (gbqs GoogleBigQuerySource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (gbqs GoogleBigQuerySource) AsGreenplumSource() (*GreenplumSource, bool) + func (gbqs GoogleBigQuerySource) AsHBaseSource() (*HBaseSource, bool) + func (gbqs GoogleBigQuerySource) AsHTTPSource() (*HTTPSource, bool) + func (gbqs GoogleBigQuerySource) AsHdfsSource() (*HdfsSource, bool) + func (gbqs GoogleBigQuerySource) AsHiveSource() (*HiveSource, bool) + func (gbqs GoogleBigQuerySource) AsHubspotSource() (*HubspotSource, bool) + func (gbqs GoogleBigQuerySource) AsImpalaSource() (*ImpalaSource, bool) + func (gbqs GoogleBigQuerySource) AsJiraSource() (*JiraSource, bool) + func (gbqs GoogleBigQuerySource) AsMagentoSource() (*MagentoSource, bool) + func (gbqs GoogleBigQuerySource) AsMariaDBSource() (*MariaDBSource, bool) + func (gbqs GoogleBigQuerySource) AsMarketoSource() (*MarketoSource, bool) + func (gbqs GoogleBigQuerySource) AsMongoDbSource() (*MongoDbSource, bool) + func (gbqs GoogleBigQuerySource) AsNetezzaSource() (*NetezzaSource, bool) + func (gbqs GoogleBigQuerySource) AsOracleSource() (*OracleSource, bool) + func (gbqs GoogleBigQuerySource) AsPaypalSource() (*PaypalSource, bool) + func (gbqs GoogleBigQuerySource) AsPhoenixSource() (*PhoenixSource, bool) + func (gbqs GoogleBigQuerySource) AsPrestoSource() (*PrestoSource, bool) + func (gbqs GoogleBigQuerySource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (gbqs GoogleBigQuerySource) AsRelationalSource() (*RelationalSource, bool) + func (gbqs GoogleBigQuerySource) AsResponsysSource() (*ResponsysSource, bool) + func (gbqs GoogleBigQuerySource) AsSQLDWSource() (*SQLDWSource, bool) + func (gbqs GoogleBigQuerySource) AsSQLSource() (*SQLSource, bool) + func (gbqs GoogleBigQuerySource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (gbqs GoogleBigQuerySource) AsSalesforceSource() (*SalesforceSource, bool) + func (gbqs GoogleBigQuerySource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (gbqs GoogleBigQuerySource) AsSapEccSource() (*SapEccSource, bool) + func (gbqs GoogleBigQuerySource) AsServiceNowSource() (*ServiceNowSource, bool) + func (gbqs GoogleBigQuerySource) AsShopifySource() (*ShopifySource, bool) + func (gbqs GoogleBigQuerySource) AsSparkSource() (*SparkSource, bool) + func (gbqs GoogleBigQuerySource) AsSquareSource() (*SquareSource, bool) + func (gbqs GoogleBigQuerySource) AsVerticaSource() (*VerticaSource, bool) + func (gbqs GoogleBigQuerySource) AsWebSource() (*WebSource, bool) + func (gbqs GoogleBigQuerySource) AsXeroSource() (*XeroSource, bool) + func (gbqs GoogleBigQuerySource) AsZohoSource() (*ZohoSource, bool) + func (gbqs GoogleBigQuerySource) MarshalJSON() ([]byte, error) + type GreenplumLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (gls *GreenplumLinkedService) UnmarshalJSON(body []byte) error + func (gls GreenplumLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (gls GreenplumLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (gls GreenplumLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (gls GreenplumLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (gls GreenplumLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (gls GreenplumLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (gls GreenplumLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (gls GreenplumLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (gls GreenplumLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (gls GreenplumLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (gls GreenplumLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (gls GreenplumLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (gls GreenplumLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (gls GreenplumLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (gls GreenplumLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (gls GreenplumLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (gls GreenplumLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (gls GreenplumLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (gls GreenplumLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (gls GreenplumLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (gls GreenplumLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (gls GreenplumLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (gls GreenplumLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (gls GreenplumLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (gls GreenplumLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (gls GreenplumLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (gls GreenplumLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (gls GreenplumLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (gls GreenplumLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (gls GreenplumLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (gls GreenplumLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (gls GreenplumLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (gls GreenplumLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (gls GreenplumLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (gls GreenplumLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (gls GreenplumLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (gls GreenplumLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (gls GreenplumLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (gls GreenplumLinkedService) AsLinkedService() (*LinkedService, bool) + func (gls GreenplumLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (gls GreenplumLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (gls GreenplumLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (gls GreenplumLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (gls GreenplumLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (gls GreenplumLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (gls GreenplumLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (gls GreenplumLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (gls GreenplumLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (gls GreenplumLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (gls GreenplumLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (gls GreenplumLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (gls GreenplumLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (gls GreenplumLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (gls GreenplumLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (gls GreenplumLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (gls GreenplumLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (gls GreenplumLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (gls GreenplumLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (gls GreenplumLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (gls GreenplumLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (gls GreenplumLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (gls GreenplumLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (gls GreenplumLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (gls GreenplumLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (gls GreenplumLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (gls GreenplumLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (gls GreenplumLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (gls GreenplumLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (gls GreenplumLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (gls GreenplumLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (gls GreenplumLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (gls GreenplumLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (gls GreenplumLinkedService) MarshalJSON() ([]byte, error) + type GreenplumLinkedServiceTypeProperties struct + ConnectionString interface{} + EncryptedCredential interface{} + type GreenplumSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (gs *GreenplumSource) UnmarshalJSON(body []byte) error + func (gs GreenplumSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (gs GreenplumSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (gs GreenplumSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (gs GreenplumSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (gs GreenplumSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (gs GreenplumSource) AsAzureTableSource() (*AzureTableSource, bool) + func (gs GreenplumSource) AsBasicCopySource() (BasicCopySource, bool) + func (gs GreenplumSource) AsBlobSource() (*BlobSource, bool) + func (gs GreenplumSource) AsCassandraSource() (*CassandraSource, bool) + func (gs GreenplumSource) AsConcurSource() (*ConcurSource, bool) + func (gs GreenplumSource) AsCopySource() (*CopySource, bool) + func (gs GreenplumSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (gs GreenplumSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (gs GreenplumSource) AsDrillSource() (*DrillSource, bool) + func (gs GreenplumSource) AsDynamicsSource() (*DynamicsSource, bool) + func (gs GreenplumSource) AsEloquaSource() (*EloquaSource, bool) + func (gs GreenplumSource) AsFileSystemSource() (*FileSystemSource, bool) + func (gs GreenplumSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (gs GreenplumSource) AsGreenplumSource() (*GreenplumSource, bool) + func (gs GreenplumSource) AsHBaseSource() (*HBaseSource, bool) + func (gs GreenplumSource) AsHTTPSource() (*HTTPSource, bool) + func (gs GreenplumSource) AsHdfsSource() (*HdfsSource, bool) + func (gs GreenplumSource) AsHiveSource() (*HiveSource, bool) + func (gs GreenplumSource) AsHubspotSource() (*HubspotSource, bool) + func (gs GreenplumSource) AsImpalaSource() (*ImpalaSource, bool) + func (gs GreenplumSource) AsJiraSource() (*JiraSource, bool) + func (gs GreenplumSource) AsMagentoSource() (*MagentoSource, bool) + func (gs GreenplumSource) AsMariaDBSource() (*MariaDBSource, bool) + func (gs GreenplumSource) AsMarketoSource() (*MarketoSource, bool) + func (gs GreenplumSource) AsMongoDbSource() (*MongoDbSource, bool) + func (gs GreenplumSource) AsNetezzaSource() (*NetezzaSource, bool) + func (gs GreenplumSource) AsOracleSource() (*OracleSource, bool) + func (gs GreenplumSource) AsPaypalSource() (*PaypalSource, bool) + func (gs GreenplumSource) AsPhoenixSource() (*PhoenixSource, bool) + func (gs GreenplumSource) AsPrestoSource() (*PrestoSource, bool) + func (gs GreenplumSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (gs GreenplumSource) AsRelationalSource() (*RelationalSource, bool) + func (gs GreenplumSource) AsResponsysSource() (*ResponsysSource, bool) + func (gs GreenplumSource) AsSQLDWSource() (*SQLDWSource, bool) + func (gs GreenplumSource) AsSQLSource() (*SQLSource, bool) + func (gs GreenplumSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (gs GreenplumSource) AsSalesforceSource() (*SalesforceSource, bool) + func (gs GreenplumSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (gs GreenplumSource) AsSapEccSource() (*SapEccSource, bool) + func (gs GreenplumSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (gs GreenplumSource) AsShopifySource() (*ShopifySource, bool) + func (gs GreenplumSource) AsSparkSource() (*SparkSource, bool) + func (gs GreenplumSource) AsSquareSource() (*SquareSource, bool) + func (gs GreenplumSource) AsVerticaSource() (*VerticaSource, bool) + func (gs GreenplumSource) AsWebSource() (*WebSource, bool) + func (gs GreenplumSource) AsXeroSource() (*XeroSource, bool) + func (gs GreenplumSource) AsZohoSource() (*ZohoSource, bool) + func (gs GreenplumSource) MarshalJSON() ([]byte, error) + type GreenplumTableDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (gtd *GreenplumTableDataset) UnmarshalJSON(body []byte) error + func (gtd GreenplumTableDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (gtd GreenplumTableDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (gtd GreenplumTableDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (gtd GreenplumTableDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (gtd GreenplumTableDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (gtd GreenplumTableDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (gtd GreenplumTableDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (gtd GreenplumTableDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (gtd GreenplumTableDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (gtd GreenplumTableDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (gtd GreenplumTableDataset) AsBasicDataset() (BasicDataset, bool) + func (gtd GreenplumTableDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (gtd GreenplumTableDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (gtd GreenplumTableDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (gtd GreenplumTableDataset) AsCustomDataset() (*CustomDataset, bool) + func (gtd GreenplumTableDataset) AsDataset() (*Dataset, bool) + func (gtd GreenplumTableDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (gtd GreenplumTableDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (gtd GreenplumTableDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (gtd GreenplumTableDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (gtd GreenplumTableDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (gtd GreenplumTableDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (gtd GreenplumTableDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (gtd GreenplumTableDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (gtd GreenplumTableDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (gtd GreenplumTableDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (gtd GreenplumTableDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (gtd GreenplumTableDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (gtd GreenplumTableDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (gtd GreenplumTableDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (gtd GreenplumTableDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (gtd GreenplumTableDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (gtd GreenplumTableDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (gtd GreenplumTableDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (gtd GreenplumTableDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (gtd GreenplumTableDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (gtd GreenplumTableDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (gtd GreenplumTableDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (gtd GreenplumTableDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (gtd GreenplumTableDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (gtd GreenplumTableDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (gtd GreenplumTableDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (gtd GreenplumTableDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (gtd GreenplumTableDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (gtd GreenplumTableDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (gtd GreenplumTableDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (gtd GreenplumTableDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (gtd GreenplumTableDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (gtd GreenplumTableDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (gtd GreenplumTableDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (gtd GreenplumTableDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (gtd GreenplumTableDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (gtd GreenplumTableDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (gtd GreenplumTableDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (gtd GreenplumTableDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (gtd GreenplumTableDataset) MarshalJSON() ([]byte, error) + type HBaseAuthenticationType string + const HBaseAuthenticationTypeAnonymous + const HBaseAuthenticationTypeBasic + func PossibleHBaseAuthenticationTypeValues() []HBaseAuthenticationType + type HBaseLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (hbls *HBaseLinkedService) UnmarshalJSON(body []byte) error + func (hbls HBaseLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (hbls HBaseLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (hbls HBaseLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (hbls HBaseLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (hbls HBaseLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (hbls HBaseLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (hbls HBaseLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (hbls HBaseLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (hbls HBaseLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (hbls HBaseLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (hbls HBaseLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (hbls HBaseLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (hbls HBaseLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (hbls HBaseLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (hbls HBaseLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (hbls HBaseLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (hbls HBaseLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (hbls HBaseLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (hbls HBaseLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (hbls HBaseLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (hbls HBaseLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (hbls HBaseLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (hbls HBaseLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (hbls HBaseLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (hbls HBaseLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (hbls HBaseLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (hbls HBaseLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (hbls HBaseLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (hbls HBaseLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (hbls HBaseLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (hbls HBaseLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (hbls HBaseLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (hbls HBaseLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (hbls HBaseLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (hbls HBaseLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (hbls HBaseLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (hbls HBaseLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (hbls HBaseLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (hbls HBaseLinkedService) AsLinkedService() (*LinkedService, bool) + func (hbls HBaseLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (hbls HBaseLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (hbls HBaseLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (hbls HBaseLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (hbls HBaseLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (hbls HBaseLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (hbls HBaseLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (hbls HBaseLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (hbls HBaseLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (hbls HBaseLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (hbls HBaseLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (hbls HBaseLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (hbls HBaseLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (hbls HBaseLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (hbls HBaseLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (hbls HBaseLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (hbls HBaseLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (hbls HBaseLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (hbls HBaseLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (hbls HBaseLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (hbls HBaseLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (hbls HBaseLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (hbls HBaseLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (hbls HBaseLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (hbls HBaseLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (hbls HBaseLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (hbls HBaseLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (hbls HBaseLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (hbls HBaseLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (hbls HBaseLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (hbls HBaseLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (hbls HBaseLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (hbls HBaseLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (hbls HBaseLinkedService) MarshalJSON() ([]byte, error) + type HBaseLinkedServiceTypeProperties struct + AllowHostNameCNMismatch interface{} + AllowSelfSignedServerCert interface{} + AuthenticationType HBaseAuthenticationType + EnableSsl interface{} + EncryptedCredential interface{} + HTTPPath interface{} + Host interface{} + Password BasicSecretBase + Port interface{} + TrustedCertPath interface{} + Username interface{} + func (hblstp *HBaseLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type HBaseObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (hbod *HBaseObjectDataset) UnmarshalJSON(body []byte) error + func (hbod HBaseObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (hbod HBaseObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (hbod HBaseObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (hbod HBaseObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (hbod HBaseObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (hbod HBaseObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (hbod HBaseObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (hbod HBaseObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (hbod HBaseObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (hbod HBaseObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (hbod HBaseObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (hbod HBaseObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (hbod HBaseObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (hbod HBaseObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (hbod HBaseObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (hbod HBaseObjectDataset) AsDataset() (*Dataset, bool) + func (hbod HBaseObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (hbod HBaseObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (hbod HBaseObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (hbod HBaseObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (hbod HBaseObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (hbod HBaseObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (hbod HBaseObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (hbod HBaseObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (hbod HBaseObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (hbod HBaseObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (hbod HBaseObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (hbod HBaseObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (hbod HBaseObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (hbod HBaseObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (hbod HBaseObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (hbod HBaseObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (hbod HBaseObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (hbod HBaseObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (hbod HBaseObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (hbod HBaseObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (hbod HBaseObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (hbod HBaseObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (hbod HBaseObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (hbod HBaseObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (hbod HBaseObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (hbod HBaseObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (hbod HBaseObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (hbod HBaseObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (hbod HBaseObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (hbod HBaseObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (hbod HBaseObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (hbod HBaseObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (hbod HBaseObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (hbod HBaseObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (hbod HBaseObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (hbod HBaseObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (hbod HBaseObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (hbod HBaseObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (hbod HBaseObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (hbod HBaseObjectDataset) MarshalJSON() ([]byte, error) + type HBaseSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (hbs *HBaseSource) UnmarshalJSON(body []byte) error + func (hbs HBaseSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (hbs HBaseSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (hbs HBaseSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (hbs HBaseSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (hbs HBaseSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (hbs HBaseSource) AsAzureTableSource() (*AzureTableSource, bool) + func (hbs HBaseSource) AsBasicCopySource() (BasicCopySource, bool) + func (hbs HBaseSource) AsBlobSource() (*BlobSource, bool) + func (hbs HBaseSource) AsCassandraSource() (*CassandraSource, bool) + func (hbs HBaseSource) AsConcurSource() (*ConcurSource, bool) + func (hbs HBaseSource) AsCopySource() (*CopySource, bool) + func (hbs HBaseSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (hbs HBaseSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (hbs HBaseSource) AsDrillSource() (*DrillSource, bool) + func (hbs HBaseSource) AsDynamicsSource() (*DynamicsSource, bool) + func (hbs HBaseSource) AsEloquaSource() (*EloquaSource, bool) + func (hbs HBaseSource) AsFileSystemSource() (*FileSystemSource, bool) + func (hbs HBaseSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (hbs HBaseSource) AsGreenplumSource() (*GreenplumSource, bool) + func (hbs HBaseSource) AsHBaseSource() (*HBaseSource, bool) + func (hbs HBaseSource) AsHTTPSource() (*HTTPSource, bool) + func (hbs HBaseSource) AsHdfsSource() (*HdfsSource, bool) + func (hbs HBaseSource) AsHiveSource() (*HiveSource, bool) + func (hbs HBaseSource) AsHubspotSource() (*HubspotSource, bool) + func (hbs HBaseSource) AsImpalaSource() (*ImpalaSource, bool) + func (hbs HBaseSource) AsJiraSource() (*JiraSource, bool) + func (hbs HBaseSource) AsMagentoSource() (*MagentoSource, bool) + func (hbs HBaseSource) AsMariaDBSource() (*MariaDBSource, bool) + func (hbs HBaseSource) AsMarketoSource() (*MarketoSource, bool) + func (hbs HBaseSource) AsMongoDbSource() (*MongoDbSource, bool) + func (hbs HBaseSource) AsNetezzaSource() (*NetezzaSource, bool) + func (hbs HBaseSource) AsOracleSource() (*OracleSource, bool) + func (hbs HBaseSource) AsPaypalSource() (*PaypalSource, bool) + func (hbs HBaseSource) AsPhoenixSource() (*PhoenixSource, bool) + func (hbs HBaseSource) AsPrestoSource() (*PrestoSource, bool) + func (hbs HBaseSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (hbs HBaseSource) AsRelationalSource() (*RelationalSource, bool) + func (hbs HBaseSource) AsResponsysSource() (*ResponsysSource, bool) + func (hbs HBaseSource) AsSQLDWSource() (*SQLDWSource, bool) + func (hbs HBaseSource) AsSQLSource() (*SQLSource, bool) + func (hbs HBaseSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (hbs HBaseSource) AsSalesforceSource() (*SalesforceSource, bool) + func (hbs HBaseSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (hbs HBaseSource) AsSapEccSource() (*SapEccSource, bool) + func (hbs HBaseSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (hbs HBaseSource) AsShopifySource() (*ShopifySource, bool) + func (hbs HBaseSource) AsSparkSource() (*SparkSource, bool) + func (hbs HBaseSource) AsSquareSource() (*SquareSource, bool) + func (hbs HBaseSource) AsVerticaSource() (*VerticaSource, bool) + func (hbs HBaseSource) AsWebSource() (*WebSource, bool) + func (hbs HBaseSource) AsXeroSource() (*XeroSource, bool) + func (hbs HBaseSource) AsZohoSource() (*ZohoSource, bool) + func (hbs HBaseSource) MarshalJSON() ([]byte, error) + type HDInsightActivityDebugInfoOption string + const Always + const Failure + const None + func PossibleHDInsightActivityDebugInfoOptionValues() []HDInsightActivityDebugInfoOption + type HDInsightHiveActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + LinkedServiceName *LinkedServiceReference + Name *string + Policy *ActivityPolicy + Type TypeBasicActivity + func (hiha *HDInsightHiveActivity) UnmarshalJSON(body []byte) error + func (hiha HDInsightHiveActivity) AsActivity() (*Activity, bool) + func (hiha HDInsightHiveActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (hiha HDInsightHiveActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (hiha HDInsightHiveActivity) AsBasicActivity() (BasicActivity, bool) + func (hiha HDInsightHiveActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (hiha HDInsightHiveActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (hiha HDInsightHiveActivity) AsControlActivity() (*ControlActivity, bool) + func (hiha HDInsightHiveActivity) AsCopyActivity() (*CopyActivity, bool) + func (hiha HDInsightHiveActivity) AsCustomActivity() (*CustomActivity, bool) + func (hiha HDInsightHiveActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (hiha HDInsightHiveActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (hiha HDInsightHiveActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (hiha HDInsightHiveActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (hiha HDInsightHiveActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (hiha HDInsightHiveActivity) AsFilterActivity() (*FilterActivity, bool) + func (hiha HDInsightHiveActivity) AsForEachActivity() (*ForEachActivity, bool) + func (hiha HDInsightHiveActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (hiha HDInsightHiveActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (hiha HDInsightHiveActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (hiha HDInsightHiveActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (hiha HDInsightHiveActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (hiha HDInsightHiveActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (hiha HDInsightHiveActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (hiha HDInsightHiveActivity) AsLookupActivity() (*LookupActivity, bool) + func (hiha HDInsightHiveActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (hiha HDInsightHiveActivity) AsUntilActivity() (*UntilActivity, bool) + func (hiha HDInsightHiveActivity) AsWaitActivity() (*WaitActivity, bool) + func (hiha HDInsightHiveActivity) AsWebActivity() (*WebActivity, bool) + func (hiha HDInsightHiveActivity) MarshalJSON() ([]byte, error) + type HDInsightHiveActivityTypeProperties struct + Arguments *[]interface{} + Defines map[string]interface{} + GetDebugInfo HDInsightActivityDebugInfoOption + ScriptLinkedService *LinkedServiceReference + ScriptPath interface{} + StorageLinkedServices *[]LinkedServiceReference + func (hihatp HDInsightHiveActivityTypeProperties) MarshalJSON() ([]byte, error) + type HDInsightLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (hils *HDInsightLinkedService) UnmarshalJSON(body []byte) error + func (hils HDInsightLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (hils HDInsightLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (hils HDInsightLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (hils HDInsightLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (hils HDInsightLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (hils HDInsightLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (hils HDInsightLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (hils HDInsightLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (hils HDInsightLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (hils HDInsightLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (hils HDInsightLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (hils HDInsightLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (hils HDInsightLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (hils HDInsightLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (hils HDInsightLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (hils HDInsightLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (hils HDInsightLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (hils HDInsightLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (hils HDInsightLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (hils HDInsightLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (hils HDInsightLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (hils HDInsightLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (hils HDInsightLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (hils HDInsightLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (hils HDInsightLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (hils HDInsightLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (hils HDInsightLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (hils HDInsightLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (hils HDInsightLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (hils HDInsightLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (hils HDInsightLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (hils HDInsightLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (hils HDInsightLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (hils HDInsightLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (hils HDInsightLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (hils HDInsightLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (hils HDInsightLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (hils HDInsightLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (hils HDInsightLinkedService) AsLinkedService() (*LinkedService, bool) + func (hils HDInsightLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (hils HDInsightLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (hils HDInsightLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (hils HDInsightLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (hils HDInsightLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (hils HDInsightLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (hils HDInsightLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (hils HDInsightLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (hils HDInsightLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (hils HDInsightLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (hils HDInsightLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (hils HDInsightLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (hils HDInsightLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (hils HDInsightLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (hils HDInsightLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (hils HDInsightLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (hils HDInsightLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (hils HDInsightLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (hils HDInsightLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (hils HDInsightLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (hils HDInsightLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (hils HDInsightLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (hils HDInsightLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (hils HDInsightLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (hils HDInsightLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (hils HDInsightLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (hils HDInsightLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (hils HDInsightLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (hils HDInsightLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (hils HDInsightLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (hils HDInsightLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (hils HDInsightLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (hils HDInsightLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (hils HDInsightLinkedService) MarshalJSON() ([]byte, error) + type HDInsightLinkedServiceTypeProperties struct + ClusterURI interface{} + EncryptedCredential interface{} + HcatalogLinkedServiceName *LinkedServiceReference + LinkedServiceName *LinkedServiceReference + Password BasicSecretBase + UserName interface{} + func (hilstp *HDInsightLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type HDInsightMapReduceActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + LinkedServiceName *LinkedServiceReference + Name *string + Policy *ActivityPolicy + Type TypeBasicActivity + func (himra *HDInsightMapReduceActivity) UnmarshalJSON(body []byte) error + func (himra HDInsightMapReduceActivity) AsActivity() (*Activity, bool) + func (himra HDInsightMapReduceActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (himra HDInsightMapReduceActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (himra HDInsightMapReduceActivity) AsBasicActivity() (BasicActivity, bool) + func (himra HDInsightMapReduceActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (himra HDInsightMapReduceActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (himra HDInsightMapReduceActivity) AsControlActivity() (*ControlActivity, bool) + func (himra HDInsightMapReduceActivity) AsCopyActivity() (*CopyActivity, bool) + func (himra HDInsightMapReduceActivity) AsCustomActivity() (*CustomActivity, bool) + func (himra HDInsightMapReduceActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (himra HDInsightMapReduceActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (himra HDInsightMapReduceActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (himra HDInsightMapReduceActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (himra HDInsightMapReduceActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (himra HDInsightMapReduceActivity) AsFilterActivity() (*FilterActivity, bool) + func (himra HDInsightMapReduceActivity) AsForEachActivity() (*ForEachActivity, bool) + func (himra HDInsightMapReduceActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (himra HDInsightMapReduceActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (himra HDInsightMapReduceActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (himra HDInsightMapReduceActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (himra HDInsightMapReduceActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (himra HDInsightMapReduceActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (himra HDInsightMapReduceActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (himra HDInsightMapReduceActivity) AsLookupActivity() (*LookupActivity, bool) + func (himra HDInsightMapReduceActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (himra HDInsightMapReduceActivity) AsUntilActivity() (*UntilActivity, bool) + func (himra HDInsightMapReduceActivity) AsWaitActivity() (*WaitActivity, bool) + func (himra HDInsightMapReduceActivity) AsWebActivity() (*WebActivity, bool) + func (himra HDInsightMapReduceActivity) MarshalJSON() ([]byte, error) + type HDInsightMapReduceActivityTypeProperties struct + Arguments *[]interface{} + ClassName interface{} + Defines map[string]interface{} + GetDebugInfo HDInsightActivityDebugInfoOption + JarFilePath interface{} + JarLibs *[]interface{} + JarLinkedService *LinkedServiceReference + StorageLinkedServices *[]LinkedServiceReference + func (himratp HDInsightMapReduceActivityTypeProperties) MarshalJSON() ([]byte, error) + type HDInsightOnDemandLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (hiodls *HDInsightOnDemandLinkedService) UnmarshalJSON(body []byte) error + func (hiodls HDInsightOnDemandLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsLinkedService() (*LinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (hiodls HDInsightOnDemandLinkedService) MarshalJSON() ([]byte, error) + type HDInsightOnDemandLinkedServiceTypeProperties struct + AdditionalLinkedServiceNames *[]LinkedServiceReference + ClusterNamePrefix interface{} + ClusterPassword BasicSecretBase + ClusterResourceGroup interface{} + ClusterSSHPassword BasicSecretBase + ClusterSSHUserName interface{} + ClusterSize interface{} + ClusterType interface{} + ClusterUserName interface{} + CoreConfiguration interface{} + DataNodeSize interface{} + EncryptedCredential interface{} + HBaseConfiguration interface{} + HcatalogLinkedServiceName *LinkedServiceReference + HdfsConfiguration interface{} + HeadNodeSize interface{} + HiveConfiguration interface{} + HostSubscriptionID interface{} + LinkedServiceName *LinkedServiceReference + MapReduceConfiguration interface{} + OozieConfiguration interface{} + ServicePrincipalID interface{} + ServicePrincipalKey BasicSecretBase + SparkVersion interface{} + StormConfiguration interface{} + Tenant interface{} + TimeToLive interface{} + Version interface{} + YarnConfiguration interface{} + ZookeeperNodeSize interface{} + func (hiodlstp *HDInsightOnDemandLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type HDInsightPigActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + LinkedServiceName *LinkedServiceReference + Name *string + Policy *ActivityPolicy + Type TypeBasicActivity + func (hipa *HDInsightPigActivity) UnmarshalJSON(body []byte) error + func (hipa HDInsightPigActivity) AsActivity() (*Activity, bool) + func (hipa HDInsightPigActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (hipa HDInsightPigActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (hipa HDInsightPigActivity) AsBasicActivity() (BasicActivity, bool) + func (hipa HDInsightPigActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (hipa HDInsightPigActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (hipa HDInsightPigActivity) AsControlActivity() (*ControlActivity, bool) + func (hipa HDInsightPigActivity) AsCopyActivity() (*CopyActivity, bool) + func (hipa HDInsightPigActivity) AsCustomActivity() (*CustomActivity, bool) + func (hipa HDInsightPigActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (hipa HDInsightPigActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (hipa HDInsightPigActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (hipa HDInsightPigActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (hipa HDInsightPigActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (hipa HDInsightPigActivity) AsFilterActivity() (*FilterActivity, bool) + func (hipa HDInsightPigActivity) AsForEachActivity() (*ForEachActivity, bool) + func (hipa HDInsightPigActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (hipa HDInsightPigActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (hipa HDInsightPigActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (hipa HDInsightPigActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (hipa HDInsightPigActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (hipa HDInsightPigActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (hipa HDInsightPigActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (hipa HDInsightPigActivity) AsLookupActivity() (*LookupActivity, bool) + func (hipa HDInsightPigActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (hipa HDInsightPigActivity) AsUntilActivity() (*UntilActivity, bool) + func (hipa HDInsightPigActivity) AsWaitActivity() (*WaitActivity, bool) + func (hipa HDInsightPigActivity) AsWebActivity() (*WebActivity, bool) + func (hipa HDInsightPigActivity) MarshalJSON() ([]byte, error) + type HDInsightPigActivityTypeProperties struct + Arguments *[]interface{} + Defines map[string]interface{} + GetDebugInfo HDInsightActivityDebugInfoOption + ScriptLinkedService *LinkedServiceReference + ScriptPath interface{} + StorageLinkedServices *[]LinkedServiceReference + func (hipatp HDInsightPigActivityTypeProperties) MarshalJSON() ([]byte, error) + type HDInsightSparkActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + LinkedServiceName *LinkedServiceReference + Name *string + Policy *ActivityPolicy + Type TypeBasicActivity + func (hisa *HDInsightSparkActivity) UnmarshalJSON(body []byte) error + func (hisa HDInsightSparkActivity) AsActivity() (*Activity, bool) + func (hisa HDInsightSparkActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (hisa HDInsightSparkActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (hisa HDInsightSparkActivity) AsBasicActivity() (BasicActivity, bool) + func (hisa HDInsightSparkActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (hisa HDInsightSparkActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (hisa HDInsightSparkActivity) AsControlActivity() (*ControlActivity, bool) + func (hisa HDInsightSparkActivity) AsCopyActivity() (*CopyActivity, bool) + func (hisa HDInsightSparkActivity) AsCustomActivity() (*CustomActivity, bool) + func (hisa HDInsightSparkActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (hisa HDInsightSparkActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (hisa HDInsightSparkActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (hisa HDInsightSparkActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (hisa HDInsightSparkActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (hisa HDInsightSparkActivity) AsFilterActivity() (*FilterActivity, bool) + func (hisa HDInsightSparkActivity) AsForEachActivity() (*ForEachActivity, bool) + func (hisa HDInsightSparkActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (hisa HDInsightSparkActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (hisa HDInsightSparkActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (hisa HDInsightSparkActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (hisa HDInsightSparkActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (hisa HDInsightSparkActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (hisa HDInsightSparkActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (hisa HDInsightSparkActivity) AsLookupActivity() (*LookupActivity, bool) + func (hisa HDInsightSparkActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (hisa HDInsightSparkActivity) AsUntilActivity() (*UntilActivity, bool) + func (hisa HDInsightSparkActivity) AsWaitActivity() (*WaitActivity, bool) + func (hisa HDInsightSparkActivity) AsWebActivity() (*WebActivity, bool) + func (hisa HDInsightSparkActivity) MarshalJSON() ([]byte, error) + type HDInsightSparkActivityTypeProperties struct + Arguments *[]interface{} + ClassName *string + EntryFilePath interface{} + GetDebugInfo HDInsightActivityDebugInfoOption + ProxyUser interface{} + RootPath interface{} + SparkConfig map[string]interface{} + SparkJobLinkedService *LinkedServiceReference + func (hisatp HDInsightSparkActivityTypeProperties) MarshalJSON() ([]byte, error) + type HDInsightStreamingActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + LinkedServiceName *LinkedServiceReference + Name *string + Policy *ActivityPolicy + Type TypeBasicActivity + func (hisa *HDInsightStreamingActivity) UnmarshalJSON(body []byte) error + func (hisa HDInsightStreamingActivity) AsActivity() (*Activity, bool) + func (hisa HDInsightStreamingActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (hisa HDInsightStreamingActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (hisa HDInsightStreamingActivity) AsBasicActivity() (BasicActivity, bool) + func (hisa HDInsightStreamingActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (hisa HDInsightStreamingActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (hisa HDInsightStreamingActivity) AsControlActivity() (*ControlActivity, bool) + func (hisa HDInsightStreamingActivity) AsCopyActivity() (*CopyActivity, bool) + func (hisa HDInsightStreamingActivity) AsCustomActivity() (*CustomActivity, bool) + func (hisa HDInsightStreamingActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (hisa HDInsightStreamingActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (hisa HDInsightStreamingActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (hisa HDInsightStreamingActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (hisa HDInsightStreamingActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (hisa HDInsightStreamingActivity) AsFilterActivity() (*FilterActivity, bool) + func (hisa HDInsightStreamingActivity) AsForEachActivity() (*ForEachActivity, bool) + func (hisa HDInsightStreamingActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (hisa HDInsightStreamingActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (hisa HDInsightStreamingActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (hisa HDInsightStreamingActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (hisa HDInsightStreamingActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (hisa HDInsightStreamingActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (hisa HDInsightStreamingActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (hisa HDInsightStreamingActivity) AsLookupActivity() (*LookupActivity, bool) + func (hisa HDInsightStreamingActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (hisa HDInsightStreamingActivity) AsUntilActivity() (*UntilActivity, bool) + func (hisa HDInsightStreamingActivity) AsWaitActivity() (*WaitActivity, bool) + func (hisa HDInsightStreamingActivity) AsWebActivity() (*WebActivity, bool) + func (hisa HDInsightStreamingActivity) MarshalJSON() ([]byte, error) + type HDInsightStreamingActivityTypeProperties struct + Arguments *[]interface{} + Combiner interface{} + CommandEnvironment *[]interface{} + Defines map[string]interface{} + FileLinkedService *LinkedServiceReference + FilePaths *[]interface{} + GetDebugInfo HDInsightActivityDebugInfoOption + Input interface{} + Mapper interface{} + Output interface{} + Reducer interface{} + StorageLinkedServices *[]LinkedServiceReference + func (hisatp HDInsightStreamingActivityTypeProperties) MarshalJSON() ([]byte, error) + type HTTPAuthenticationType string + const HTTPAuthenticationTypeAnonymous + const HTTPAuthenticationTypeBasic + const HTTPAuthenticationTypeClientCertificate + const HTTPAuthenticationTypeDigest + const HTTPAuthenticationTypeWindows + func PossibleHTTPAuthenticationTypeValues() []HTTPAuthenticationType + type HTTPDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (hd *HTTPDataset) UnmarshalJSON(body []byte) error + func (hd HTTPDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (hd HTTPDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (hd HTTPDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (hd HTTPDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (hd HTTPDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (hd HTTPDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (hd HTTPDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (hd HTTPDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (hd HTTPDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (hd HTTPDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (hd HTTPDataset) AsBasicDataset() (BasicDataset, bool) + func (hd HTTPDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (hd HTTPDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (hd HTTPDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (hd HTTPDataset) AsCustomDataset() (*CustomDataset, bool) + func (hd HTTPDataset) AsDataset() (*Dataset, bool) + func (hd HTTPDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (hd HTTPDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (hd HTTPDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (hd HTTPDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (hd HTTPDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (hd HTTPDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (hd HTTPDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (hd HTTPDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (hd HTTPDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (hd HTTPDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (hd HTTPDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (hd HTTPDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (hd HTTPDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (hd HTTPDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (hd HTTPDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (hd HTTPDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (hd HTTPDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (hd HTTPDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (hd HTTPDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (hd HTTPDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (hd HTTPDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (hd HTTPDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (hd HTTPDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (hd HTTPDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (hd HTTPDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (hd HTTPDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (hd HTTPDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (hd HTTPDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (hd HTTPDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (hd HTTPDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (hd HTTPDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (hd HTTPDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (hd HTTPDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (hd HTTPDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (hd HTTPDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (hd HTTPDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (hd HTTPDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (hd HTTPDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (hd HTTPDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (hd HTTPDataset) MarshalJSON() ([]byte, error) + type HTTPDatasetTypeProperties struct + AdditionalHeaders interface{} + Compression BasicDatasetCompression + Format BasicDatasetStorageFormat + RelativeURL interface{} + RequestBody interface{} + RequestMethod interface{} + func (hdtp *HTTPDatasetTypeProperties) UnmarshalJSON(body []byte) error + type HTTPLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (hls *HTTPLinkedService) UnmarshalJSON(body []byte) error + func (hls HTTPLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (hls HTTPLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (hls HTTPLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (hls HTTPLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (hls HTTPLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (hls HTTPLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (hls HTTPLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (hls HTTPLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (hls HTTPLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (hls HTTPLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (hls HTTPLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (hls HTTPLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (hls HTTPLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (hls HTTPLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (hls HTTPLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (hls HTTPLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (hls HTTPLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (hls HTTPLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (hls HTTPLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (hls HTTPLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (hls HTTPLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (hls HTTPLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (hls HTTPLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (hls HTTPLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (hls HTTPLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (hls HTTPLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (hls HTTPLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (hls HTTPLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (hls HTTPLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (hls HTTPLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (hls HTTPLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (hls HTTPLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (hls HTTPLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (hls HTTPLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (hls HTTPLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (hls HTTPLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (hls HTTPLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (hls HTTPLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (hls HTTPLinkedService) AsLinkedService() (*LinkedService, bool) + func (hls HTTPLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (hls HTTPLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (hls HTTPLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (hls HTTPLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (hls HTTPLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (hls HTTPLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (hls HTTPLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (hls HTTPLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (hls HTTPLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (hls HTTPLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (hls HTTPLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (hls HTTPLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (hls HTTPLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (hls HTTPLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (hls HTTPLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (hls HTTPLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (hls HTTPLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (hls HTTPLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (hls HTTPLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (hls HTTPLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (hls HTTPLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (hls HTTPLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (hls HTTPLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (hls HTTPLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (hls HTTPLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (hls HTTPLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (hls HTTPLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (hls HTTPLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (hls HTTPLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (hls HTTPLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (hls HTTPLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (hls HTTPLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (hls HTTPLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (hls HTTPLinkedService) MarshalJSON() ([]byte, error) + type HTTPLinkedServiceTypeProperties struct + AuthenticationType HTTPAuthenticationType + CertThumbprint interface{} + EmbeddedCertData interface{} + EnableServerCertificateValidation interface{} + EncryptedCredential interface{} + Password BasicSecretBase + URL interface{} + UserName interface{} + func (hlstp *HTTPLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type HTTPSource struct + AdditionalProperties map[string]interface{} + HTTPRequestTimeout interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (hs *HTTPSource) UnmarshalJSON(body []byte) error + func (hs HTTPSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (hs HTTPSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (hs HTTPSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (hs HTTPSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (hs HTTPSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (hs HTTPSource) AsAzureTableSource() (*AzureTableSource, bool) + func (hs HTTPSource) AsBasicCopySource() (BasicCopySource, bool) + func (hs HTTPSource) AsBlobSource() (*BlobSource, bool) + func (hs HTTPSource) AsCassandraSource() (*CassandraSource, bool) + func (hs HTTPSource) AsConcurSource() (*ConcurSource, bool) + func (hs HTTPSource) AsCopySource() (*CopySource, bool) + func (hs HTTPSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (hs HTTPSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (hs HTTPSource) AsDrillSource() (*DrillSource, bool) + func (hs HTTPSource) AsDynamicsSource() (*DynamicsSource, bool) + func (hs HTTPSource) AsEloquaSource() (*EloquaSource, bool) + func (hs HTTPSource) AsFileSystemSource() (*FileSystemSource, bool) + func (hs HTTPSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (hs HTTPSource) AsGreenplumSource() (*GreenplumSource, bool) + func (hs HTTPSource) AsHBaseSource() (*HBaseSource, bool) + func (hs HTTPSource) AsHTTPSource() (*HTTPSource, bool) + func (hs HTTPSource) AsHdfsSource() (*HdfsSource, bool) + func (hs HTTPSource) AsHiveSource() (*HiveSource, bool) + func (hs HTTPSource) AsHubspotSource() (*HubspotSource, bool) + func (hs HTTPSource) AsImpalaSource() (*ImpalaSource, bool) + func (hs HTTPSource) AsJiraSource() (*JiraSource, bool) + func (hs HTTPSource) AsMagentoSource() (*MagentoSource, bool) + func (hs HTTPSource) AsMariaDBSource() (*MariaDBSource, bool) + func (hs HTTPSource) AsMarketoSource() (*MarketoSource, bool) + func (hs HTTPSource) AsMongoDbSource() (*MongoDbSource, bool) + func (hs HTTPSource) AsNetezzaSource() (*NetezzaSource, bool) + func (hs HTTPSource) AsOracleSource() (*OracleSource, bool) + func (hs HTTPSource) AsPaypalSource() (*PaypalSource, bool) + func (hs HTTPSource) AsPhoenixSource() (*PhoenixSource, bool) + func (hs HTTPSource) AsPrestoSource() (*PrestoSource, bool) + func (hs HTTPSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (hs HTTPSource) AsRelationalSource() (*RelationalSource, bool) + func (hs HTTPSource) AsResponsysSource() (*ResponsysSource, bool) + func (hs HTTPSource) AsSQLDWSource() (*SQLDWSource, bool) + func (hs HTTPSource) AsSQLSource() (*SQLSource, bool) + func (hs HTTPSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (hs HTTPSource) AsSalesforceSource() (*SalesforceSource, bool) + func (hs HTTPSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (hs HTTPSource) AsSapEccSource() (*SapEccSource, bool) + func (hs HTTPSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (hs HTTPSource) AsShopifySource() (*ShopifySource, bool) + func (hs HTTPSource) AsSparkSource() (*SparkSource, bool) + func (hs HTTPSource) AsSquareSource() (*SquareSource, bool) + func (hs HTTPSource) AsVerticaSource() (*VerticaSource, bool) + func (hs HTTPSource) AsWebSource() (*WebSource, bool) + func (hs HTTPSource) AsXeroSource() (*XeroSource, bool) + func (hs HTTPSource) AsZohoSource() (*ZohoSource, bool) + func (hs HTTPSource) MarshalJSON() ([]byte, error) + type HdfsLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (hls *HdfsLinkedService) UnmarshalJSON(body []byte) error + func (hls HdfsLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (hls HdfsLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (hls HdfsLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (hls HdfsLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (hls HdfsLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (hls HdfsLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (hls HdfsLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (hls HdfsLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (hls HdfsLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (hls HdfsLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (hls HdfsLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (hls HdfsLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (hls HdfsLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (hls HdfsLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (hls HdfsLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (hls HdfsLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (hls HdfsLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (hls HdfsLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (hls HdfsLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (hls HdfsLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (hls HdfsLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (hls HdfsLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (hls HdfsLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (hls HdfsLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (hls HdfsLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (hls HdfsLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (hls HdfsLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (hls HdfsLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (hls HdfsLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (hls HdfsLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (hls HdfsLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (hls HdfsLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (hls HdfsLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (hls HdfsLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (hls HdfsLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (hls HdfsLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (hls HdfsLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (hls HdfsLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (hls HdfsLinkedService) AsLinkedService() (*LinkedService, bool) + func (hls HdfsLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (hls HdfsLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (hls HdfsLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (hls HdfsLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (hls HdfsLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (hls HdfsLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (hls HdfsLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (hls HdfsLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (hls HdfsLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (hls HdfsLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (hls HdfsLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (hls HdfsLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (hls HdfsLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (hls HdfsLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (hls HdfsLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (hls HdfsLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (hls HdfsLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (hls HdfsLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (hls HdfsLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (hls HdfsLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (hls HdfsLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (hls HdfsLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (hls HdfsLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (hls HdfsLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (hls HdfsLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (hls HdfsLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (hls HdfsLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (hls HdfsLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (hls HdfsLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (hls HdfsLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (hls HdfsLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (hls HdfsLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (hls HdfsLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (hls HdfsLinkedService) MarshalJSON() ([]byte, error) + type HdfsLinkedServiceTypeProperties struct + AuthenticationType interface{} + EncryptedCredential interface{} + Password BasicSecretBase + URL interface{} + UserName interface{} + func (hlstp *HdfsLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type HdfsSource struct + AdditionalProperties map[string]interface{} + DistcpSettings *DistcpSettings + Recursive interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (hs *HdfsSource) UnmarshalJSON(body []byte) error + func (hs HdfsSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (hs HdfsSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (hs HdfsSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (hs HdfsSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (hs HdfsSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (hs HdfsSource) AsAzureTableSource() (*AzureTableSource, bool) + func (hs HdfsSource) AsBasicCopySource() (BasicCopySource, bool) + func (hs HdfsSource) AsBlobSource() (*BlobSource, bool) + func (hs HdfsSource) AsCassandraSource() (*CassandraSource, bool) + func (hs HdfsSource) AsConcurSource() (*ConcurSource, bool) + func (hs HdfsSource) AsCopySource() (*CopySource, bool) + func (hs HdfsSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (hs HdfsSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (hs HdfsSource) AsDrillSource() (*DrillSource, bool) + func (hs HdfsSource) AsDynamicsSource() (*DynamicsSource, bool) + func (hs HdfsSource) AsEloquaSource() (*EloquaSource, bool) + func (hs HdfsSource) AsFileSystemSource() (*FileSystemSource, bool) + func (hs HdfsSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (hs HdfsSource) AsGreenplumSource() (*GreenplumSource, bool) + func (hs HdfsSource) AsHBaseSource() (*HBaseSource, bool) + func (hs HdfsSource) AsHTTPSource() (*HTTPSource, bool) + func (hs HdfsSource) AsHdfsSource() (*HdfsSource, bool) + func (hs HdfsSource) AsHiveSource() (*HiveSource, bool) + func (hs HdfsSource) AsHubspotSource() (*HubspotSource, bool) + func (hs HdfsSource) AsImpalaSource() (*ImpalaSource, bool) + func (hs HdfsSource) AsJiraSource() (*JiraSource, bool) + func (hs HdfsSource) AsMagentoSource() (*MagentoSource, bool) + func (hs HdfsSource) AsMariaDBSource() (*MariaDBSource, bool) + func (hs HdfsSource) AsMarketoSource() (*MarketoSource, bool) + func (hs HdfsSource) AsMongoDbSource() (*MongoDbSource, bool) + func (hs HdfsSource) AsNetezzaSource() (*NetezzaSource, bool) + func (hs HdfsSource) AsOracleSource() (*OracleSource, bool) + func (hs HdfsSource) AsPaypalSource() (*PaypalSource, bool) + func (hs HdfsSource) AsPhoenixSource() (*PhoenixSource, bool) + func (hs HdfsSource) AsPrestoSource() (*PrestoSource, bool) + func (hs HdfsSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (hs HdfsSource) AsRelationalSource() (*RelationalSource, bool) + func (hs HdfsSource) AsResponsysSource() (*ResponsysSource, bool) + func (hs HdfsSource) AsSQLDWSource() (*SQLDWSource, bool) + func (hs HdfsSource) AsSQLSource() (*SQLSource, bool) + func (hs HdfsSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (hs HdfsSource) AsSalesforceSource() (*SalesforceSource, bool) + func (hs HdfsSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (hs HdfsSource) AsSapEccSource() (*SapEccSource, bool) + func (hs HdfsSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (hs HdfsSource) AsShopifySource() (*ShopifySource, bool) + func (hs HdfsSource) AsSparkSource() (*SparkSource, bool) + func (hs HdfsSource) AsSquareSource() (*SquareSource, bool) + func (hs HdfsSource) AsVerticaSource() (*VerticaSource, bool) + func (hs HdfsSource) AsWebSource() (*WebSource, bool) + func (hs HdfsSource) AsXeroSource() (*XeroSource, bool) + func (hs HdfsSource) AsZohoSource() (*ZohoSource, bool) + func (hs HdfsSource) MarshalJSON() ([]byte, error) + type HiveAuthenticationType string + const Anonymous + const Username + const UsernameAndPassword + const WindowsAzureHDInsightService + func PossibleHiveAuthenticationTypeValues() []HiveAuthenticationType + type HiveLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (hls *HiveLinkedService) UnmarshalJSON(body []byte) error + func (hls HiveLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (hls HiveLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (hls HiveLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (hls HiveLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (hls HiveLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (hls HiveLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (hls HiveLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (hls HiveLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (hls HiveLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (hls HiveLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (hls HiveLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (hls HiveLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (hls HiveLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (hls HiveLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (hls HiveLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (hls HiveLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (hls HiveLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (hls HiveLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (hls HiveLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (hls HiveLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (hls HiveLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (hls HiveLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (hls HiveLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (hls HiveLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (hls HiveLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (hls HiveLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (hls HiveLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (hls HiveLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (hls HiveLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (hls HiveLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (hls HiveLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (hls HiveLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (hls HiveLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (hls HiveLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (hls HiveLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (hls HiveLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (hls HiveLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (hls HiveLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (hls HiveLinkedService) AsLinkedService() (*LinkedService, bool) + func (hls HiveLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (hls HiveLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (hls HiveLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (hls HiveLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (hls HiveLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (hls HiveLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (hls HiveLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (hls HiveLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (hls HiveLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (hls HiveLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (hls HiveLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (hls HiveLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (hls HiveLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (hls HiveLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (hls HiveLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (hls HiveLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (hls HiveLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (hls HiveLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (hls HiveLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (hls HiveLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (hls HiveLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (hls HiveLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (hls HiveLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (hls HiveLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (hls HiveLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (hls HiveLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (hls HiveLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (hls HiveLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (hls HiveLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (hls HiveLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (hls HiveLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (hls HiveLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (hls HiveLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (hls HiveLinkedService) MarshalJSON() ([]byte, error) + type HiveLinkedServiceTypeProperties struct + AllowHostNameCNMismatch interface{} + AllowSelfSignedServerCert interface{} + AuthenticationType HiveAuthenticationType + EnableSsl interface{} + EncryptedCredential interface{} + HTTPPath interface{} + Host interface{} + Password BasicSecretBase + Port interface{} + ServerType HiveServerType + ServiceDiscoveryMode interface{} + ThriftTransportProtocol HiveThriftTransportProtocol + TrustedCertPath interface{} + UseNativeQuery interface{} + UseSystemTrustStore interface{} + Username interface{} + ZooKeeperNameSpace interface{} + func (hlstp *HiveLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type HiveObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (hod *HiveObjectDataset) UnmarshalJSON(body []byte) error + func (hod HiveObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (hod HiveObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (hod HiveObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (hod HiveObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (hod HiveObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (hod HiveObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (hod HiveObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (hod HiveObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (hod HiveObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (hod HiveObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (hod HiveObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (hod HiveObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (hod HiveObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (hod HiveObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (hod HiveObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (hod HiveObjectDataset) AsDataset() (*Dataset, bool) + func (hod HiveObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (hod HiveObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (hod HiveObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (hod HiveObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (hod HiveObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (hod HiveObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (hod HiveObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (hod HiveObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (hod HiveObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (hod HiveObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (hod HiveObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (hod HiveObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (hod HiveObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (hod HiveObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (hod HiveObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (hod HiveObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (hod HiveObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (hod HiveObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (hod HiveObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (hod HiveObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (hod HiveObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (hod HiveObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (hod HiveObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (hod HiveObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (hod HiveObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (hod HiveObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (hod HiveObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (hod HiveObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (hod HiveObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (hod HiveObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (hod HiveObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (hod HiveObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (hod HiveObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (hod HiveObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (hod HiveObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (hod HiveObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (hod HiveObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (hod HiveObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (hod HiveObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (hod HiveObjectDataset) MarshalJSON() ([]byte, error) + type HiveServerType string + const HiveServer1 + const HiveServer2 + const HiveThriftServer + func PossibleHiveServerTypeValues() []HiveServerType + type HiveSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (hs *HiveSource) UnmarshalJSON(body []byte) error + func (hs HiveSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (hs HiveSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (hs HiveSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (hs HiveSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (hs HiveSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (hs HiveSource) AsAzureTableSource() (*AzureTableSource, bool) + func (hs HiveSource) AsBasicCopySource() (BasicCopySource, bool) + func (hs HiveSource) AsBlobSource() (*BlobSource, bool) + func (hs HiveSource) AsCassandraSource() (*CassandraSource, bool) + func (hs HiveSource) AsConcurSource() (*ConcurSource, bool) + func (hs HiveSource) AsCopySource() (*CopySource, bool) + func (hs HiveSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (hs HiveSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (hs HiveSource) AsDrillSource() (*DrillSource, bool) + func (hs HiveSource) AsDynamicsSource() (*DynamicsSource, bool) + func (hs HiveSource) AsEloquaSource() (*EloquaSource, bool) + func (hs HiveSource) AsFileSystemSource() (*FileSystemSource, bool) + func (hs HiveSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (hs HiveSource) AsGreenplumSource() (*GreenplumSource, bool) + func (hs HiveSource) AsHBaseSource() (*HBaseSource, bool) + func (hs HiveSource) AsHTTPSource() (*HTTPSource, bool) + func (hs HiveSource) AsHdfsSource() (*HdfsSource, bool) + func (hs HiveSource) AsHiveSource() (*HiveSource, bool) + func (hs HiveSource) AsHubspotSource() (*HubspotSource, bool) + func (hs HiveSource) AsImpalaSource() (*ImpalaSource, bool) + func (hs HiveSource) AsJiraSource() (*JiraSource, bool) + func (hs HiveSource) AsMagentoSource() (*MagentoSource, bool) + func (hs HiveSource) AsMariaDBSource() (*MariaDBSource, bool) + func (hs HiveSource) AsMarketoSource() (*MarketoSource, bool) + func (hs HiveSource) AsMongoDbSource() (*MongoDbSource, bool) + func (hs HiveSource) AsNetezzaSource() (*NetezzaSource, bool) + func (hs HiveSource) AsOracleSource() (*OracleSource, bool) + func (hs HiveSource) AsPaypalSource() (*PaypalSource, bool) + func (hs HiveSource) AsPhoenixSource() (*PhoenixSource, bool) + func (hs HiveSource) AsPrestoSource() (*PrestoSource, bool) + func (hs HiveSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (hs HiveSource) AsRelationalSource() (*RelationalSource, bool) + func (hs HiveSource) AsResponsysSource() (*ResponsysSource, bool) + func (hs HiveSource) AsSQLDWSource() (*SQLDWSource, bool) + func (hs HiveSource) AsSQLSource() (*SQLSource, bool) + func (hs HiveSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (hs HiveSource) AsSalesforceSource() (*SalesforceSource, bool) + func (hs HiveSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (hs HiveSource) AsSapEccSource() (*SapEccSource, bool) + func (hs HiveSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (hs HiveSource) AsShopifySource() (*ShopifySource, bool) + func (hs HiveSource) AsSparkSource() (*SparkSource, bool) + func (hs HiveSource) AsSquareSource() (*SquareSource, bool) + func (hs HiveSource) AsVerticaSource() (*VerticaSource, bool) + func (hs HiveSource) AsWebSource() (*WebSource, bool) + func (hs HiveSource) AsXeroSource() (*XeroSource, bool) + func (hs HiveSource) AsZohoSource() (*ZohoSource, bool) + func (hs HiveSource) MarshalJSON() ([]byte, error) + type HiveThriftTransportProtocol string + const Binary + const HTTP + const SASL + func PossibleHiveThriftTransportProtocolValues() []HiveThriftTransportProtocol + type HubspotLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (hls *HubspotLinkedService) UnmarshalJSON(body []byte) error + func (hls HubspotLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (hls HubspotLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (hls HubspotLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (hls HubspotLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (hls HubspotLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (hls HubspotLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (hls HubspotLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (hls HubspotLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (hls HubspotLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (hls HubspotLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (hls HubspotLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (hls HubspotLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (hls HubspotLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (hls HubspotLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (hls HubspotLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (hls HubspotLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (hls HubspotLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (hls HubspotLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (hls HubspotLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (hls HubspotLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (hls HubspotLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (hls HubspotLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (hls HubspotLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (hls HubspotLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (hls HubspotLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (hls HubspotLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (hls HubspotLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (hls HubspotLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (hls HubspotLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (hls HubspotLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (hls HubspotLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (hls HubspotLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (hls HubspotLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (hls HubspotLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (hls HubspotLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (hls HubspotLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (hls HubspotLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (hls HubspotLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (hls HubspotLinkedService) AsLinkedService() (*LinkedService, bool) + func (hls HubspotLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (hls HubspotLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (hls HubspotLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (hls HubspotLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (hls HubspotLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (hls HubspotLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (hls HubspotLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (hls HubspotLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (hls HubspotLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (hls HubspotLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (hls HubspotLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (hls HubspotLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (hls HubspotLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (hls HubspotLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (hls HubspotLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (hls HubspotLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (hls HubspotLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (hls HubspotLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (hls HubspotLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (hls HubspotLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (hls HubspotLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (hls HubspotLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (hls HubspotLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (hls HubspotLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (hls HubspotLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (hls HubspotLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (hls HubspotLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (hls HubspotLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (hls HubspotLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (hls HubspotLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (hls HubspotLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (hls HubspotLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (hls HubspotLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (hls HubspotLinkedService) MarshalJSON() ([]byte, error) + type HubspotLinkedServiceTypeProperties struct + AccessToken BasicSecretBase + ClientID interface{} + ClientSecret BasicSecretBase + EncryptedCredential interface{} + RefreshToken BasicSecretBase + UseEncryptedEndpoints interface{} + UseHostVerification interface{} + UsePeerVerification interface{} + func (hlstp *HubspotLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type HubspotObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (hod *HubspotObjectDataset) UnmarshalJSON(body []byte) error + func (hod HubspotObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (hod HubspotObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (hod HubspotObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (hod HubspotObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (hod HubspotObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (hod HubspotObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (hod HubspotObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (hod HubspotObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (hod HubspotObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (hod HubspotObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (hod HubspotObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (hod HubspotObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (hod HubspotObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (hod HubspotObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (hod HubspotObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (hod HubspotObjectDataset) AsDataset() (*Dataset, bool) + func (hod HubspotObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (hod HubspotObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (hod HubspotObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (hod HubspotObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (hod HubspotObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (hod HubspotObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (hod HubspotObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (hod HubspotObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (hod HubspotObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (hod HubspotObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (hod HubspotObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (hod HubspotObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (hod HubspotObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (hod HubspotObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (hod HubspotObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (hod HubspotObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (hod HubspotObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (hod HubspotObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (hod HubspotObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (hod HubspotObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (hod HubspotObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (hod HubspotObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (hod HubspotObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (hod HubspotObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (hod HubspotObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (hod HubspotObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (hod HubspotObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (hod HubspotObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (hod HubspotObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (hod HubspotObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (hod HubspotObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (hod HubspotObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (hod HubspotObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (hod HubspotObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (hod HubspotObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (hod HubspotObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (hod HubspotObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (hod HubspotObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (hod HubspotObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (hod HubspotObjectDataset) MarshalJSON() ([]byte, error) + type HubspotSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (hs *HubspotSource) UnmarshalJSON(body []byte) error + func (hs HubspotSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (hs HubspotSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (hs HubspotSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (hs HubspotSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (hs HubspotSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (hs HubspotSource) AsAzureTableSource() (*AzureTableSource, bool) + func (hs HubspotSource) AsBasicCopySource() (BasicCopySource, bool) + func (hs HubspotSource) AsBlobSource() (*BlobSource, bool) + func (hs HubspotSource) AsCassandraSource() (*CassandraSource, bool) + func (hs HubspotSource) AsConcurSource() (*ConcurSource, bool) + func (hs HubspotSource) AsCopySource() (*CopySource, bool) + func (hs HubspotSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (hs HubspotSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (hs HubspotSource) AsDrillSource() (*DrillSource, bool) + func (hs HubspotSource) AsDynamicsSource() (*DynamicsSource, bool) + func (hs HubspotSource) AsEloquaSource() (*EloquaSource, bool) + func (hs HubspotSource) AsFileSystemSource() (*FileSystemSource, bool) + func (hs HubspotSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (hs HubspotSource) AsGreenplumSource() (*GreenplumSource, bool) + func (hs HubspotSource) AsHBaseSource() (*HBaseSource, bool) + func (hs HubspotSource) AsHTTPSource() (*HTTPSource, bool) + func (hs HubspotSource) AsHdfsSource() (*HdfsSource, bool) + func (hs HubspotSource) AsHiveSource() (*HiveSource, bool) + func (hs HubspotSource) AsHubspotSource() (*HubspotSource, bool) + func (hs HubspotSource) AsImpalaSource() (*ImpalaSource, bool) + func (hs HubspotSource) AsJiraSource() (*JiraSource, bool) + func (hs HubspotSource) AsMagentoSource() (*MagentoSource, bool) + func (hs HubspotSource) AsMariaDBSource() (*MariaDBSource, bool) + func (hs HubspotSource) AsMarketoSource() (*MarketoSource, bool) + func (hs HubspotSource) AsMongoDbSource() (*MongoDbSource, bool) + func (hs HubspotSource) AsNetezzaSource() (*NetezzaSource, bool) + func (hs HubspotSource) AsOracleSource() (*OracleSource, bool) + func (hs HubspotSource) AsPaypalSource() (*PaypalSource, bool) + func (hs HubspotSource) AsPhoenixSource() (*PhoenixSource, bool) + func (hs HubspotSource) AsPrestoSource() (*PrestoSource, bool) + func (hs HubspotSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (hs HubspotSource) AsRelationalSource() (*RelationalSource, bool) + func (hs HubspotSource) AsResponsysSource() (*ResponsysSource, bool) + func (hs HubspotSource) AsSQLDWSource() (*SQLDWSource, bool) + func (hs HubspotSource) AsSQLSource() (*SQLSource, bool) + func (hs HubspotSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (hs HubspotSource) AsSalesforceSource() (*SalesforceSource, bool) + func (hs HubspotSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (hs HubspotSource) AsSapEccSource() (*SapEccSource, bool) + func (hs HubspotSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (hs HubspotSource) AsShopifySource() (*ShopifySource, bool) + func (hs HubspotSource) AsSparkSource() (*SparkSource, bool) + func (hs HubspotSource) AsSquareSource() (*SquareSource, bool) + func (hs HubspotSource) AsVerticaSource() (*VerticaSource, bool) + func (hs HubspotSource) AsWebSource() (*WebSource, bool) + func (hs HubspotSource) AsXeroSource() (*XeroSource, bool) + func (hs HubspotSource) AsZohoSource() (*ZohoSource, bool) + func (hs HubspotSource) MarshalJSON() ([]byte, error) + type IfConditionActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + Name *string + Type TypeBasicActivity + func (ica *IfConditionActivity) UnmarshalJSON(body []byte) error + func (ica IfConditionActivity) AsActivity() (*Activity, bool) + func (ica IfConditionActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (ica IfConditionActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (ica IfConditionActivity) AsBasicActivity() (BasicActivity, bool) + func (ica IfConditionActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (ica IfConditionActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (ica IfConditionActivity) AsControlActivity() (*ControlActivity, bool) + func (ica IfConditionActivity) AsCopyActivity() (*CopyActivity, bool) + func (ica IfConditionActivity) AsCustomActivity() (*CustomActivity, bool) + func (ica IfConditionActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (ica IfConditionActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (ica IfConditionActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (ica IfConditionActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (ica IfConditionActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (ica IfConditionActivity) AsFilterActivity() (*FilterActivity, bool) + func (ica IfConditionActivity) AsForEachActivity() (*ForEachActivity, bool) + func (ica IfConditionActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (ica IfConditionActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (ica IfConditionActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (ica IfConditionActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (ica IfConditionActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (ica IfConditionActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (ica IfConditionActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (ica IfConditionActivity) AsLookupActivity() (*LookupActivity, bool) + func (ica IfConditionActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (ica IfConditionActivity) AsUntilActivity() (*UntilActivity, bool) + func (ica IfConditionActivity) AsWaitActivity() (*WaitActivity, bool) + func (ica IfConditionActivity) AsWebActivity() (*WebActivity, bool) + func (ica IfConditionActivity) MarshalJSON() ([]byte, error) + type IfConditionActivityTypeProperties struct + Expression *Expression + IfFalseActivities *[]BasicActivity + IfTrueActivities *[]BasicActivity + func (icatp *IfConditionActivityTypeProperties) UnmarshalJSON(body []byte) error + type ImpalaAuthenticationType string + const ImpalaAuthenticationTypeAnonymous + const ImpalaAuthenticationTypeSASLUsername + const ImpalaAuthenticationTypeUsernameAndPassword + func PossibleImpalaAuthenticationTypeValues() []ImpalaAuthenticationType + type ImpalaLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (ils *ImpalaLinkedService) UnmarshalJSON(body []byte) error + func (ils ImpalaLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (ils ImpalaLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (ils ImpalaLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (ils ImpalaLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (ils ImpalaLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (ils ImpalaLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (ils ImpalaLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (ils ImpalaLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (ils ImpalaLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (ils ImpalaLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (ils ImpalaLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (ils ImpalaLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (ils ImpalaLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (ils ImpalaLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (ils ImpalaLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (ils ImpalaLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (ils ImpalaLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (ils ImpalaLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (ils ImpalaLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (ils ImpalaLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (ils ImpalaLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (ils ImpalaLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (ils ImpalaLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (ils ImpalaLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (ils ImpalaLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (ils ImpalaLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (ils ImpalaLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (ils ImpalaLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (ils ImpalaLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (ils ImpalaLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (ils ImpalaLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (ils ImpalaLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (ils ImpalaLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (ils ImpalaLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (ils ImpalaLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (ils ImpalaLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (ils ImpalaLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (ils ImpalaLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (ils ImpalaLinkedService) AsLinkedService() (*LinkedService, bool) + func (ils ImpalaLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (ils ImpalaLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (ils ImpalaLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (ils ImpalaLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (ils ImpalaLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (ils ImpalaLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (ils ImpalaLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (ils ImpalaLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (ils ImpalaLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (ils ImpalaLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (ils ImpalaLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (ils ImpalaLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (ils ImpalaLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (ils ImpalaLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (ils ImpalaLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (ils ImpalaLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (ils ImpalaLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (ils ImpalaLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (ils ImpalaLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (ils ImpalaLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (ils ImpalaLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (ils ImpalaLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (ils ImpalaLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (ils ImpalaLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (ils ImpalaLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (ils ImpalaLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (ils ImpalaLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (ils ImpalaLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (ils ImpalaLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (ils ImpalaLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (ils ImpalaLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (ils ImpalaLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (ils ImpalaLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (ils ImpalaLinkedService) MarshalJSON() ([]byte, error) + type ImpalaLinkedServiceTypeProperties struct + AllowHostNameCNMismatch interface{} + AllowSelfSignedServerCert interface{} + AuthenticationType ImpalaAuthenticationType + EnableSsl interface{} + EncryptedCredential interface{} + Host interface{} + Password BasicSecretBase + Port interface{} + TrustedCertPath interface{} + UseSystemTrustStore interface{} + Username interface{} + func (ilstp *ImpalaLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type ImpalaObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (iod *ImpalaObjectDataset) UnmarshalJSON(body []byte) error + func (iod ImpalaObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (iod ImpalaObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (iod ImpalaObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (iod ImpalaObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (iod ImpalaObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (iod ImpalaObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (iod ImpalaObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (iod ImpalaObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (iod ImpalaObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (iod ImpalaObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (iod ImpalaObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (iod ImpalaObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (iod ImpalaObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (iod ImpalaObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (iod ImpalaObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (iod ImpalaObjectDataset) AsDataset() (*Dataset, bool) + func (iod ImpalaObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (iod ImpalaObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (iod ImpalaObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (iod ImpalaObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (iod ImpalaObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (iod ImpalaObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (iod ImpalaObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (iod ImpalaObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (iod ImpalaObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (iod ImpalaObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (iod ImpalaObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (iod ImpalaObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (iod ImpalaObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (iod ImpalaObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (iod ImpalaObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (iod ImpalaObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (iod ImpalaObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (iod ImpalaObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (iod ImpalaObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (iod ImpalaObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (iod ImpalaObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (iod ImpalaObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (iod ImpalaObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (iod ImpalaObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (iod ImpalaObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (iod ImpalaObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (iod ImpalaObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (iod ImpalaObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (iod ImpalaObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (iod ImpalaObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (iod ImpalaObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (iod ImpalaObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (iod ImpalaObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (iod ImpalaObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (iod ImpalaObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (iod ImpalaObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (iod ImpalaObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (iod ImpalaObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (iod ImpalaObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (iod ImpalaObjectDataset) MarshalJSON() ([]byte, error) + type ImpalaSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (is *ImpalaSource) UnmarshalJSON(body []byte) error + func (is ImpalaSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (is ImpalaSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (is ImpalaSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (is ImpalaSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (is ImpalaSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (is ImpalaSource) AsAzureTableSource() (*AzureTableSource, bool) + func (is ImpalaSource) AsBasicCopySource() (BasicCopySource, bool) + func (is ImpalaSource) AsBlobSource() (*BlobSource, bool) + func (is ImpalaSource) AsCassandraSource() (*CassandraSource, bool) + func (is ImpalaSource) AsConcurSource() (*ConcurSource, bool) + func (is ImpalaSource) AsCopySource() (*CopySource, bool) + func (is ImpalaSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (is ImpalaSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (is ImpalaSource) AsDrillSource() (*DrillSource, bool) + func (is ImpalaSource) AsDynamicsSource() (*DynamicsSource, bool) + func (is ImpalaSource) AsEloquaSource() (*EloquaSource, bool) + func (is ImpalaSource) AsFileSystemSource() (*FileSystemSource, bool) + func (is ImpalaSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (is ImpalaSource) AsGreenplumSource() (*GreenplumSource, bool) + func (is ImpalaSource) AsHBaseSource() (*HBaseSource, bool) + func (is ImpalaSource) AsHTTPSource() (*HTTPSource, bool) + func (is ImpalaSource) AsHdfsSource() (*HdfsSource, bool) + func (is ImpalaSource) AsHiveSource() (*HiveSource, bool) + func (is ImpalaSource) AsHubspotSource() (*HubspotSource, bool) + func (is ImpalaSource) AsImpalaSource() (*ImpalaSource, bool) + func (is ImpalaSource) AsJiraSource() (*JiraSource, bool) + func (is ImpalaSource) AsMagentoSource() (*MagentoSource, bool) + func (is ImpalaSource) AsMariaDBSource() (*MariaDBSource, bool) + func (is ImpalaSource) AsMarketoSource() (*MarketoSource, bool) + func (is ImpalaSource) AsMongoDbSource() (*MongoDbSource, bool) + func (is ImpalaSource) AsNetezzaSource() (*NetezzaSource, bool) + func (is ImpalaSource) AsOracleSource() (*OracleSource, bool) + func (is ImpalaSource) AsPaypalSource() (*PaypalSource, bool) + func (is ImpalaSource) AsPhoenixSource() (*PhoenixSource, bool) + func (is ImpalaSource) AsPrestoSource() (*PrestoSource, bool) + func (is ImpalaSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (is ImpalaSource) AsRelationalSource() (*RelationalSource, bool) + func (is ImpalaSource) AsResponsysSource() (*ResponsysSource, bool) + func (is ImpalaSource) AsSQLDWSource() (*SQLDWSource, bool) + func (is ImpalaSource) AsSQLSource() (*SQLSource, bool) + func (is ImpalaSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (is ImpalaSource) AsSalesforceSource() (*SalesforceSource, bool) + func (is ImpalaSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (is ImpalaSource) AsSapEccSource() (*SapEccSource, bool) + func (is ImpalaSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (is ImpalaSource) AsShopifySource() (*ShopifySource, bool) + func (is ImpalaSource) AsSparkSource() (*SparkSource, bool) + func (is ImpalaSource) AsSquareSource() (*SquareSource, bool) + func (is ImpalaSource) AsVerticaSource() (*VerticaSource, bool) + func (is ImpalaSource) AsWebSource() (*WebSource, bool) + func (is ImpalaSource) AsXeroSource() (*XeroSource, bool) + func (is ImpalaSource) AsZohoSource() (*ZohoSource, bool) + func (is ImpalaSource) MarshalJSON() ([]byte, error) + type IntegrationRuntime struct + AdditionalProperties map[string]interface{} + Description *string + Type TypeBasicIntegrationRuntime + func (ir *IntegrationRuntime) UnmarshalJSON(body []byte) error + func (ir IntegrationRuntime) AsBasicIntegrationRuntime() (BasicIntegrationRuntime, bool) + func (ir IntegrationRuntime) AsIntegrationRuntime() (*IntegrationRuntime, bool) + func (ir IntegrationRuntime) AsManagedIntegrationRuntime() (*ManagedIntegrationRuntime, bool) + func (ir IntegrationRuntime) AsSelfHostedIntegrationRuntime() (*SelfHostedIntegrationRuntime, bool) + func (ir IntegrationRuntime) MarshalJSON() ([]byte, error) + type IntegrationRuntimeAuthKeyName string + const AuthKey1 + const AuthKey2 + func PossibleIntegrationRuntimeAuthKeyNameValues() []IntegrationRuntimeAuthKeyName + type IntegrationRuntimeAuthKeys struct + AuthKey1 *string + AuthKey2 *string + type IntegrationRuntimeAutoUpdate string + const Off + const On + func PossibleIntegrationRuntimeAutoUpdateValues() []IntegrationRuntimeAutoUpdate + type IntegrationRuntimeComputeProperties struct + AdditionalProperties map[string]interface{} + Location *string + MaxParallelExecutionsPerNode *int32 + NodeSize *string + NumberOfNodes *int32 + VNetProperties *IntegrationRuntimeVNetProperties + func (ircp *IntegrationRuntimeComputeProperties) UnmarshalJSON(body []byte) error + func (ircp IntegrationRuntimeComputeProperties) MarshalJSON() ([]byte, error) + type IntegrationRuntimeConnectionInfo struct + AdditionalProperties map[string]interface{} + HostServiceURI *string + IdentityCertThumbprint *string + IsIdentityCertExprired *bool + PublicKey *string + ServiceToken *string + Version *string + func (irci *IntegrationRuntimeConnectionInfo) UnmarshalJSON(body []byte) error + func (irci IntegrationRuntimeConnectionInfo) MarshalJSON() ([]byte, error) + type IntegrationRuntimeCustomSetupScriptProperties struct + BlobContainerURI *string + SasToken *SecureString + type IntegrationRuntimeDataProxyProperties struct + ConnectVia *EntityReference + Path *string + StagingLinkedService *EntityReference + type IntegrationRuntimeEdition string + const Enterprise + const Standard + func PossibleIntegrationRuntimeEditionValues() []IntegrationRuntimeEdition + type IntegrationRuntimeEntityReferenceType string + const IntegrationRuntimeEntityReferenceTypeIntegrationRuntimeReference + const IntegrationRuntimeEntityReferenceTypeLinkedServiceReference + func PossibleIntegrationRuntimeEntityReferenceTypeValues() []IntegrationRuntimeEntityReferenceType + type IntegrationRuntimeInternalChannelEncryptionMode string + const NotEncrypted + const NotSet + const SslEncrypted + func PossibleIntegrationRuntimeInternalChannelEncryptionModeValues() []IntegrationRuntimeInternalChannelEncryptionMode + type IntegrationRuntimeLicenseType string + const BasePrice + const LicenseIncluded + func PossibleIntegrationRuntimeLicenseTypeValues() []IntegrationRuntimeLicenseType + type IntegrationRuntimeListResponse struct + NextLink *string + Value *[]IntegrationRuntimeResource + func (irlr IntegrationRuntimeListResponse) IsEmpty() bool + type IntegrationRuntimeListResponseIterator struct + func NewIntegrationRuntimeListResponseIterator(page IntegrationRuntimeListResponsePage) IntegrationRuntimeListResponseIterator + func (iter *IntegrationRuntimeListResponseIterator) Next() error + func (iter *IntegrationRuntimeListResponseIterator) NextWithContext(ctx context.Context) (err error) + func (iter IntegrationRuntimeListResponseIterator) NotDone() bool + func (iter IntegrationRuntimeListResponseIterator) Response() IntegrationRuntimeListResponse + func (iter IntegrationRuntimeListResponseIterator) Value() IntegrationRuntimeResource + type IntegrationRuntimeListResponsePage struct + func NewIntegrationRuntimeListResponsePage(...) IntegrationRuntimeListResponsePage + func (page *IntegrationRuntimeListResponsePage) Next() error + func (page *IntegrationRuntimeListResponsePage) NextWithContext(ctx context.Context) (err error) + func (page IntegrationRuntimeListResponsePage) NotDone() bool + func (page IntegrationRuntimeListResponsePage) Response() IntegrationRuntimeListResponse + func (page IntegrationRuntimeListResponsePage) Values() []IntegrationRuntimeResource + type IntegrationRuntimeMonitoringData struct + Name *string + Nodes *[]IntegrationRuntimeNodeMonitoringData + type IntegrationRuntimeNodeIPAddress struct + IPAddress *string + type IntegrationRuntimeNodeMonitoringData struct + AdditionalProperties map[string]interface{} + AvailableMemoryInMB *int32 + CPUUtilization *float64 + ConcurrentJobsLimit *int32 + ConcurrentJobsRunning *int32 + MaxConcurrentJobs *int32 + NodeName *string + ReceivedBytes *float64 + SentBytes *float64 + func (irnmd *IntegrationRuntimeNodeMonitoringData) UnmarshalJSON(body []byte) error + func (irnmd IntegrationRuntimeNodeMonitoringData) MarshalJSON() ([]byte, error) + type IntegrationRuntimeNodesClient struct + func NewIntegrationRuntimeNodesClient(subscriptionID string) IntegrationRuntimeNodesClient + func NewIntegrationRuntimeNodesClientWithBaseURI(baseURI string, subscriptionID string) IntegrationRuntimeNodesClient + func (client IntegrationRuntimeNodesClient) Delete(ctx context.Context, resourceGroupName string, factoryName string, ...) (result autorest.Response, err error) + func (client IntegrationRuntimeNodesClient) DeletePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimeNodesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client IntegrationRuntimeNodesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client IntegrationRuntimeNodesClient) GetIPAddress(ctx context.Context, resourceGroupName string, factoryName string, ...) (result IntegrationRuntimeNodeIPAddress, err error) + func (client IntegrationRuntimeNodesClient) GetIPAddressPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimeNodesClient) GetIPAddressResponder(resp *http.Response) (result IntegrationRuntimeNodeIPAddress, err error) + func (client IntegrationRuntimeNodesClient) GetIPAddressSender(req *http.Request) (*http.Response, error) + func (client IntegrationRuntimeNodesClient) Update(ctx context.Context, resourceGroupName string, factoryName string, ...) (result SelfHostedIntegrationRuntimeNode, err error) + func (client IntegrationRuntimeNodesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimeNodesClient) UpdateResponder(resp *http.Response) (result SelfHostedIntegrationRuntimeNode, err error) + func (client IntegrationRuntimeNodesClient) UpdateSender(req *http.Request) (*http.Response, error) + type IntegrationRuntimeReference struct + Parameters map[string]interface{} + ReferenceName *string + Type *string + func (irr IntegrationRuntimeReference) MarshalJSON() ([]byte, error) + type IntegrationRuntimeRegenerateKeyParameters struct + KeyName IntegrationRuntimeAuthKeyName + type IntegrationRuntimeRemoveNodeRequest struct + AdditionalProperties map[string]interface{} + NodeName *string + func (irrnr *IntegrationRuntimeRemoveNodeRequest) UnmarshalJSON(body []byte) error + func (irrnr IntegrationRuntimeRemoveNodeRequest) MarshalJSON() ([]byte, error) + type IntegrationRuntimeResource struct + Etag *string + ID *string + Name *string + Properties BasicIntegrationRuntime + Type *string + func (irr *IntegrationRuntimeResource) UnmarshalJSON(body []byte) error + type IntegrationRuntimeSsisCatalogInfo struct + AdditionalProperties map[string]interface{} + CatalogAdminPassword *SecureString + CatalogAdminUserName *string + CatalogPricingTier *string + CatalogServerEndpoint *string + func (irsci *IntegrationRuntimeSsisCatalogInfo) UnmarshalJSON(body []byte) error + func (irsci IntegrationRuntimeSsisCatalogInfo) MarshalJSON() ([]byte, error) + type IntegrationRuntimeSsisProperties struct + AdditionalProperties map[string]interface{} + CatalogInfo *IntegrationRuntimeSsisCatalogInfo + CustomSetupScriptProperties *IntegrationRuntimeCustomSetupScriptProperties + DataProxyProperties *IntegrationRuntimeDataProxyProperties + Edition IntegrationRuntimeEdition + LicenseType IntegrationRuntimeLicenseType + func (irsp *IntegrationRuntimeSsisProperties) UnmarshalJSON(body []byte) error + func (irsp IntegrationRuntimeSsisProperties) MarshalJSON() ([]byte, error) + type IntegrationRuntimeState string + const Initial + const Limited + const NeedRegistration + const Offline + const Online + const Started + const Starting + const Stopped + const Stopping + func PossibleIntegrationRuntimeStateValues() []IntegrationRuntimeState + type IntegrationRuntimeStatus struct + AdditionalProperties map[string]interface{} + DataFactoryName *string + State IntegrationRuntimeState + Type TypeBasicIntegrationRuntimeStatus + func (irs *IntegrationRuntimeStatus) UnmarshalJSON(body []byte) error + func (irs IntegrationRuntimeStatus) AsBasicIntegrationRuntimeStatus() (BasicIntegrationRuntimeStatus, bool) + func (irs IntegrationRuntimeStatus) AsIntegrationRuntimeStatus() (*IntegrationRuntimeStatus, bool) + func (irs IntegrationRuntimeStatus) AsManagedIntegrationRuntimeStatus() (*ManagedIntegrationRuntimeStatus, bool) + func (irs IntegrationRuntimeStatus) AsSelfHostedIntegrationRuntimeStatus() (*SelfHostedIntegrationRuntimeStatus, bool) + func (irs IntegrationRuntimeStatus) MarshalJSON() ([]byte, error) + type IntegrationRuntimeStatusListResponse struct + NextLink *string + Value *[]IntegrationRuntimeStatusResponse + type IntegrationRuntimeStatusResponse struct + Name *string + Properties BasicIntegrationRuntimeStatus + func (irsr *IntegrationRuntimeStatusResponse) UnmarshalJSON(body []byte) error + type IntegrationRuntimeType string + const Managed + const SelfHosted + func PossibleIntegrationRuntimeTypeValues() []IntegrationRuntimeType + type IntegrationRuntimeUpdateResult string + const Fail + const Succeed + func PossibleIntegrationRuntimeUpdateResultValues() []IntegrationRuntimeUpdateResult + type IntegrationRuntimeVNetProperties struct + AdditionalProperties map[string]interface{} + Subnet *string + VNetID *string + func (irvnp *IntegrationRuntimeVNetProperties) UnmarshalJSON(body []byte) error + func (irvnp IntegrationRuntimeVNetProperties) MarshalJSON() ([]byte, error) + type IntegrationRuntimesClient struct + func NewIntegrationRuntimesClient(subscriptionID string) IntegrationRuntimesClient + func NewIntegrationRuntimesClientWithBaseURI(baseURI string, subscriptionID string) IntegrationRuntimesClient + func (client IntegrationRuntimesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, factoryName string, ...) (result IntegrationRuntimeResource, err error) + func (client IntegrationRuntimesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimesClient) CreateOrUpdateResponder(resp *http.Response) (result IntegrationRuntimeResource, err error) + func (client IntegrationRuntimesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client IntegrationRuntimesClient) Delete(ctx context.Context, resourceGroupName string, factoryName string, ...) (result autorest.Response, err error) + func (client IntegrationRuntimesClient) DeletePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client IntegrationRuntimesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client IntegrationRuntimesClient) Get(ctx context.Context, resourceGroupName string, factoryName string, ...) (result IntegrationRuntimeResource, err error) + func (client IntegrationRuntimesClient) GetConnectionInfo(ctx context.Context, resourceGroupName string, factoryName string, ...) (result IntegrationRuntimeConnectionInfo, err error) + func (client IntegrationRuntimesClient) GetConnectionInfoPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimesClient) GetConnectionInfoResponder(resp *http.Response) (result IntegrationRuntimeConnectionInfo, err error) + func (client IntegrationRuntimesClient) GetConnectionInfoSender(req *http.Request) (*http.Response, error) + func (client IntegrationRuntimesClient) GetMonitoringData(ctx context.Context, resourceGroupName string, factoryName string, ...) (result IntegrationRuntimeMonitoringData, err error) + func (client IntegrationRuntimesClient) GetMonitoringDataPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimesClient) GetMonitoringDataResponder(resp *http.Response) (result IntegrationRuntimeMonitoringData, err error) + func (client IntegrationRuntimesClient) GetMonitoringDataSender(req *http.Request) (*http.Response, error) + func (client IntegrationRuntimesClient) GetPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimesClient) GetResponder(resp *http.Response) (result IntegrationRuntimeResource, err error) + func (client IntegrationRuntimesClient) GetSender(req *http.Request) (*http.Response, error) + func (client IntegrationRuntimesClient) GetStatus(ctx context.Context, resourceGroupName string, factoryName string, ...) (result IntegrationRuntimeStatusResponse, err error) + func (client IntegrationRuntimesClient) GetStatusPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimesClient) GetStatusResponder(resp *http.Response) (result IntegrationRuntimeStatusResponse, err error) + func (client IntegrationRuntimesClient) GetStatusSender(req *http.Request) (*http.Response, error) + func (client IntegrationRuntimesClient) ListAuthKeys(ctx context.Context, resourceGroupName string, factoryName string, ...) (result IntegrationRuntimeAuthKeys, err error) + func (client IntegrationRuntimesClient) ListAuthKeysPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimesClient) ListAuthKeysResponder(resp *http.Response) (result IntegrationRuntimeAuthKeys, err error) + func (client IntegrationRuntimesClient) ListAuthKeysSender(req *http.Request) (*http.Response, error) + func (client IntegrationRuntimesClient) ListByFactory(ctx context.Context, resourceGroupName string, factoryName string) (result IntegrationRuntimeListResponsePage, err error) + func (client IntegrationRuntimesClient) ListByFactoryComplete(ctx context.Context, resourceGroupName string, factoryName string) (result IntegrationRuntimeListResponseIterator, err error) + func (client IntegrationRuntimesClient) ListByFactoryPreparer(ctx context.Context, resourceGroupName string, factoryName string) (*http.Request, error) + func (client IntegrationRuntimesClient) ListByFactoryResponder(resp *http.Response) (result IntegrationRuntimeListResponse, err error) + func (client IntegrationRuntimesClient) ListByFactorySender(req *http.Request) (*http.Response, error) + func (client IntegrationRuntimesClient) RegenerateAuthKey(ctx context.Context, resourceGroupName string, factoryName string, ...) (result IntegrationRuntimeAuthKeys, err error) + func (client IntegrationRuntimesClient) RegenerateAuthKeyPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimesClient) RegenerateAuthKeyResponder(resp *http.Response) (result IntegrationRuntimeAuthKeys, err error) + func (client IntegrationRuntimesClient) RegenerateAuthKeySender(req *http.Request) (*http.Response, error) + func (client IntegrationRuntimesClient) RemoveNode(ctx context.Context, resourceGroupName string, factoryName string, ...) (result autorest.Response, err error) + func (client IntegrationRuntimesClient) RemoveNodePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimesClient) RemoveNodeResponder(resp *http.Response) (result autorest.Response, err error) + func (client IntegrationRuntimesClient) RemoveNodeSender(req *http.Request) (*http.Response, error) + func (client IntegrationRuntimesClient) Start(ctx context.Context, resourceGroupName string, factoryName string, ...) (result IntegrationRuntimesStartFuture, err error) + func (client IntegrationRuntimesClient) StartPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimesClient) StartResponder(resp *http.Response) (result IntegrationRuntimeStatusResponse, err error) + func (client IntegrationRuntimesClient) StartSender(req *http.Request) (future IntegrationRuntimesStartFuture, err error) + func (client IntegrationRuntimesClient) Stop(ctx context.Context, resourceGroupName string, factoryName string, ...) (result IntegrationRuntimesStopFuture, err error) + func (client IntegrationRuntimesClient) StopPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimesClient) StopResponder(resp *http.Response) (result autorest.Response, err error) + func (client IntegrationRuntimesClient) StopSender(req *http.Request) (future IntegrationRuntimesStopFuture, err error) + func (client IntegrationRuntimesClient) SyncCredentials(ctx context.Context, resourceGroupName string, factoryName string, ...) (result autorest.Response, err error) + func (client IntegrationRuntimesClient) SyncCredentialsPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimesClient) SyncCredentialsResponder(resp *http.Response) (result autorest.Response, err error) + func (client IntegrationRuntimesClient) SyncCredentialsSender(req *http.Request) (*http.Response, error) + func (client IntegrationRuntimesClient) Update(ctx context.Context, resourceGroupName string, factoryName string, ...) (result IntegrationRuntimeStatusResponse, err error) + func (client IntegrationRuntimesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimesClient) UpdateResponder(resp *http.Response) (result IntegrationRuntimeStatusResponse, err error) + func (client IntegrationRuntimesClient) UpdateSender(req *http.Request) (*http.Response, error) + func (client IntegrationRuntimesClient) Upgrade(ctx context.Context, resourceGroupName string, factoryName string, ...) (result autorest.Response, err error) + func (client IntegrationRuntimesClient) UpgradePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client IntegrationRuntimesClient) UpgradeResponder(resp *http.Response) (result autorest.Response, err error) + func (client IntegrationRuntimesClient) UpgradeSender(req *http.Request) (*http.Response, error) + type IntegrationRuntimesStartFuture struct + func (future *IntegrationRuntimesStartFuture) Result(client IntegrationRuntimesClient) (irsr IntegrationRuntimeStatusResponse, err error) + type IntegrationRuntimesStopFuture struct + func (future *IntegrationRuntimesStopFuture) Result(client IntegrationRuntimesClient) (ar autorest.Response, err error) + type JSONFormat struct + AdditionalProperties map[string]interface{} + Deserializer interface{} + EncodingName interface{} + FilePattern JSONFormatFilePattern + JSONNodeReference interface{} + JSONPathDefinition interface{} + NestingSeparator interface{} + Serializer interface{} + Type TypeBasicDatasetStorageFormat + func (jf *JSONFormat) UnmarshalJSON(body []byte) error + func (jf JSONFormat) AsAvroFormat() (*AvroFormat, bool) + func (jf JSONFormat) AsBasicDatasetStorageFormat() (BasicDatasetStorageFormat, bool) + func (jf JSONFormat) AsDatasetStorageFormat() (*DatasetStorageFormat, bool) + func (jf JSONFormat) AsJSONFormat() (*JSONFormat, bool) + func (jf JSONFormat) AsOrcFormat() (*OrcFormat, bool) + func (jf JSONFormat) AsParquetFormat() (*ParquetFormat, bool) + func (jf JSONFormat) AsTextFormat() (*TextFormat, bool) + func (jf JSONFormat) MarshalJSON() ([]byte, error) + type JSONFormatFilePattern string + const ArrayOfObjects + const SetOfObjects + func PossibleJSONFormatFilePatternValues() []JSONFormatFilePattern + type JiraLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (jls *JiraLinkedService) UnmarshalJSON(body []byte) error + func (jls JiraLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (jls JiraLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (jls JiraLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (jls JiraLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (jls JiraLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (jls JiraLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (jls JiraLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (jls JiraLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (jls JiraLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (jls JiraLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (jls JiraLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (jls JiraLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (jls JiraLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (jls JiraLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (jls JiraLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (jls JiraLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (jls JiraLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (jls JiraLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (jls JiraLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (jls JiraLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (jls JiraLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (jls JiraLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (jls JiraLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (jls JiraLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (jls JiraLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (jls JiraLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (jls JiraLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (jls JiraLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (jls JiraLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (jls JiraLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (jls JiraLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (jls JiraLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (jls JiraLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (jls JiraLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (jls JiraLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (jls JiraLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (jls JiraLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (jls JiraLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (jls JiraLinkedService) AsLinkedService() (*LinkedService, bool) + func (jls JiraLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (jls JiraLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (jls JiraLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (jls JiraLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (jls JiraLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (jls JiraLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (jls JiraLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (jls JiraLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (jls JiraLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (jls JiraLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (jls JiraLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (jls JiraLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (jls JiraLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (jls JiraLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (jls JiraLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (jls JiraLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (jls JiraLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (jls JiraLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (jls JiraLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (jls JiraLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (jls JiraLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (jls JiraLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (jls JiraLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (jls JiraLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (jls JiraLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (jls JiraLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (jls JiraLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (jls JiraLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (jls JiraLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (jls JiraLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (jls JiraLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (jls JiraLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (jls JiraLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (jls JiraLinkedService) MarshalJSON() ([]byte, error) + type JiraLinkedServiceTypeProperties struct + EncryptedCredential interface{} + Host interface{} + Password BasicSecretBase + Port interface{} + UseEncryptedEndpoints interface{} + UseHostVerification interface{} + UsePeerVerification interface{} + Username interface{} + func (jlstp *JiraLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type JiraObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (jod *JiraObjectDataset) UnmarshalJSON(body []byte) error + func (jod JiraObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (jod JiraObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (jod JiraObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (jod JiraObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (jod JiraObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (jod JiraObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (jod JiraObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (jod JiraObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (jod JiraObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (jod JiraObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (jod JiraObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (jod JiraObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (jod JiraObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (jod JiraObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (jod JiraObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (jod JiraObjectDataset) AsDataset() (*Dataset, bool) + func (jod JiraObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (jod JiraObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (jod JiraObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (jod JiraObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (jod JiraObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (jod JiraObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (jod JiraObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (jod JiraObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (jod JiraObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (jod JiraObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (jod JiraObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (jod JiraObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (jod JiraObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (jod JiraObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (jod JiraObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (jod JiraObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (jod JiraObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (jod JiraObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (jod JiraObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (jod JiraObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (jod JiraObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (jod JiraObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (jod JiraObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (jod JiraObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (jod JiraObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (jod JiraObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (jod JiraObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (jod JiraObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (jod JiraObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (jod JiraObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (jod JiraObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (jod JiraObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (jod JiraObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (jod JiraObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (jod JiraObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (jod JiraObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (jod JiraObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (jod JiraObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (jod JiraObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (jod JiraObjectDataset) MarshalJSON() ([]byte, error) + type JiraSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (js *JiraSource) UnmarshalJSON(body []byte) error + func (js JiraSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (js JiraSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (js JiraSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (js JiraSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (js JiraSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (js JiraSource) AsAzureTableSource() (*AzureTableSource, bool) + func (js JiraSource) AsBasicCopySource() (BasicCopySource, bool) + func (js JiraSource) AsBlobSource() (*BlobSource, bool) + func (js JiraSource) AsCassandraSource() (*CassandraSource, bool) + func (js JiraSource) AsConcurSource() (*ConcurSource, bool) + func (js JiraSource) AsCopySource() (*CopySource, bool) + func (js JiraSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (js JiraSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (js JiraSource) AsDrillSource() (*DrillSource, bool) + func (js JiraSource) AsDynamicsSource() (*DynamicsSource, bool) + func (js JiraSource) AsEloquaSource() (*EloquaSource, bool) + func (js JiraSource) AsFileSystemSource() (*FileSystemSource, bool) + func (js JiraSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (js JiraSource) AsGreenplumSource() (*GreenplumSource, bool) + func (js JiraSource) AsHBaseSource() (*HBaseSource, bool) + func (js JiraSource) AsHTTPSource() (*HTTPSource, bool) + func (js JiraSource) AsHdfsSource() (*HdfsSource, bool) + func (js JiraSource) AsHiveSource() (*HiveSource, bool) + func (js JiraSource) AsHubspotSource() (*HubspotSource, bool) + func (js JiraSource) AsImpalaSource() (*ImpalaSource, bool) + func (js JiraSource) AsJiraSource() (*JiraSource, bool) + func (js JiraSource) AsMagentoSource() (*MagentoSource, bool) + func (js JiraSource) AsMariaDBSource() (*MariaDBSource, bool) + func (js JiraSource) AsMarketoSource() (*MarketoSource, bool) + func (js JiraSource) AsMongoDbSource() (*MongoDbSource, bool) + func (js JiraSource) AsNetezzaSource() (*NetezzaSource, bool) + func (js JiraSource) AsOracleSource() (*OracleSource, bool) + func (js JiraSource) AsPaypalSource() (*PaypalSource, bool) + func (js JiraSource) AsPhoenixSource() (*PhoenixSource, bool) + func (js JiraSource) AsPrestoSource() (*PrestoSource, bool) + func (js JiraSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (js JiraSource) AsRelationalSource() (*RelationalSource, bool) + func (js JiraSource) AsResponsysSource() (*ResponsysSource, bool) + func (js JiraSource) AsSQLDWSource() (*SQLDWSource, bool) + func (js JiraSource) AsSQLSource() (*SQLSource, bool) + func (js JiraSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (js JiraSource) AsSalesforceSource() (*SalesforceSource, bool) + func (js JiraSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (js JiraSource) AsSapEccSource() (*SapEccSource, bool) + func (js JiraSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (js JiraSource) AsShopifySource() (*ShopifySource, bool) + func (js JiraSource) AsSparkSource() (*SparkSource, bool) + func (js JiraSource) AsSquareSource() (*SquareSource, bool) + func (js JiraSource) AsVerticaSource() (*VerticaSource, bool) + func (js JiraSource) AsWebSource() (*WebSource, bool) + func (js JiraSource) AsXeroSource() (*XeroSource, bool) + func (js JiraSource) AsZohoSource() (*ZohoSource, bool) + func (js JiraSource) MarshalJSON() ([]byte, error) + type LinkedIntegrationRuntime struct + CreateTime *date.Time + DataFactoryLocation *string + DataFactoryName *string + Name *string + SubscriptionID *string + type LinkedIntegrationRuntimeKey struct + AuthorizationType AuthorizationType + Key *SecureString + func (lirk LinkedIntegrationRuntimeKey) AsBasicLinkedIntegrationRuntimeProperties() (BasicLinkedIntegrationRuntimeProperties, bool) + func (lirk LinkedIntegrationRuntimeKey) AsLinkedIntegrationRuntimeKey() (*LinkedIntegrationRuntimeKey, bool) + func (lirk LinkedIntegrationRuntimeKey) AsLinkedIntegrationRuntimeProperties() (*LinkedIntegrationRuntimeProperties, bool) + func (lirk LinkedIntegrationRuntimeKey) AsLinkedIntegrationRuntimeRbac() (*LinkedIntegrationRuntimeRbac, bool) + func (lirk LinkedIntegrationRuntimeKey) MarshalJSON() ([]byte, error) + type LinkedIntegrationRuntimeProperties struct + AuthorizationType AuthorizationType + func (lirp LinkedIntegrationRuntimeProperties) AsBasicLinkedIntegrationRuntimeProperties() (BasicLinkedIntegrationRuntimeProperties, bool) + func (lirp LinkedIntegrationRuntimeProperties) AsLinkedIntegrationRuntimeKey() (*LinkedIntegrationRuntimeKey, bool) + func (lirp LinkedIntegrationRuntimeProperties) AsLinkedIntegrationRuntimeProperties() (*LinkedIntegrationRuntimeProperties, bool) + func (lirp LinkedIntegrationRuntimeProperties) AsLinkedIntegrationRuntimeRbac() (*LinkedIntegrationRuntimeRbac, bool) + func (lirp LinkedIntegrationRuntimeProperties) MarshalJSON() ([]byte, error) + type LinkedIntegrationRuntimeRbac struct + AuthorizationType AuthorizationType + ResourceID *string + func (lirr LinkedIntegrationRuntimeRbac) AsBasicLinkedIntegrationRuntimeProperties() (BasicLinkedIntegrationRuntimeProperties, bool) + func (lirr LinkedIntegrationRuntimeRbac) AsLinkedIntegrationRuntimeKey() (*LinkedIntegrationRuntimeKey, bool) + func (lirr LinkedIntegrationRuntimeRbac) AsLinkedIntegrationRuntimeProperties() (*LinkedIntegrationRuntimeProperties, bool) + func (lirr LinkedIntegrationRuntimeRbac) AsLinkedIntegrationRuntimeRbac() (*LinkedIntegrationRuntimeRbac, bool) + func (lirr LinkedIntegrationRuntimeRbac) MarshalJSON() ([]byte, error) + type LinkedIntegrationRuntimeTypeProperties struct + LinkedInfo BasicLinkedIntegrationRuntimeProperties + func (lirtp *LinkedIntegrationRuntimeTypeProperties) UnmarshalJSON(body []byte) error + type LinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (ls *LinkedService) UnmarshalJSON(body []byte) error + func (ls LinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (ls LinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (ls LinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (ls LinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (ls LinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (ls LinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (ls LinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (ls LinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (ls LinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (ls LinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (ls LinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (ls LinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (ls LinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (ls LinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (ls LinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (ls LinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (ls LinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (ls LinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (ls LinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (ls LinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (ls LinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (ls LinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (ls LinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (ls LinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (ls LinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (ls LinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (ls LinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (ls LinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (ls LinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (ls LinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (ls LinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (ls LinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (ls LinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (ls LinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (ls LinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (ls LinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (ls LinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (ls LinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (ls LinkedService) AsLinkedService() (*LinkedService, bool) + func (ls LinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (ls LinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (ls LinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (ls LinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (ls LinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (ls LinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (ls LinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (ls LinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (ls LinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (ls LinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (ls LinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (ls LinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (ls LinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (ls LinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (ls LinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (ls LinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (ls LinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (ls LinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (ls LinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (ls LinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (ls LinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (ls LinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (ls LinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (ls LinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (ls LinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (ls LinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (ls LinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (ls LinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (ls LinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (ls LinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (ls LinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (ls LinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (ls LinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (ls LinkedService) MarshalJSON() ([]byte, error) + type LinkedServiceListResponse struct + NextLink *string + Value *[]LinkedServiceResource + func (lslr LinkedServiceListResponse) IsEmpty() bool + type LinkedServiceListResponseIterator struct + func NewLinkedServiceListResponseIterator(page LinkedServiceListResponsePage) LinkedServiceListResponseIterator + func (iter *LinkedServiceListResponseIterator) Next() error + func (iter *LinkedServiceListResponseIterator) NextWithContext(ctx context.Context) (err error) + func (iter LinkedServiceListResponseIterator) NotDone() bool + func (iter LinkedServiceListResponseIterator) Response() LinkedServiceListResponse + func (iter LinkedServiceListResponseIterator) Value() LinkedServiceResource + type LinkedServiceListResponsePage struct + func NewLinkedServiceListResponsePage(...) LinkedServiceListResponsePage + func (page *LinkedServiceListResponsePage) Next() error + func (page *LinkedServiceListResponsePage) NextWithContext(ctx context.Context) (err error) + func (page LinkedServiceListResponsePage) NotDone() bool + func (page LinkedServiceListResponsePage) Response() LinkedServiceListResponse + func (page LinkedServiceListResponsePage) Values() []LinkedServiceResource + type LinkedServiceReference struct + Parameters map[string]interface{} + ReferenceName *string + Type *string + func (lsr LinkedServiceReference) MarshalJSON() ([]byte, error) + type LinkedServiceResource struct + Etag *string + ID *string + Name *string + Properties BasicLinkedService + Type *string + func (lsr *LinkedServiceResource) UnmarshalJSON(body []byte) error + type LinkedServicesClient struct + func NewLinkedServicesClient(subscriptionID string) LinkedServicesClient + func NewLinkedServicesClientWithBaseURI(baseURI string, subscriptionID string) LinkedServicesClient + func (client LinkedServicesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, factoryName string, ...) (result LinkedServiceResource, err error) + func (client LinkedServicesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client LinkedServicesClient) CreateOrUpdateResponder(resp *http.Response) (result LinkedServiceResource, err error) + func (client LinkedServicesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client LinkedServicesClient) Delete(ctx context.Context, resourceGroupName string, factoryName string, ...) (result autorest.Response, err error) + func (client LinkedServicesClient) DeletePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client LinkedServicesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client LinkedServicesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client LinkedServicesClient) Get(ctx context.Context, resourceGroupName string, factoryName string, ...) (result LinkedServiceResource, err error) + func (client LinkedServicesClient) GetPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client LinkedServicesClient) GetResponder(resp *http.Response) (result LinkedServiceResource, err error) + func (client LinkedServicesClient) GetSender(req *http.Request) (*http.Response, error) + func (client LinkedServicesClient) ListByFactory(ctx context.Context, resourceGroupName string, factoryName string) (result LinkedServiceListResponsePage, err error) + func (client LinkedServicesClient) ListByFactoryComplete(ctx context.Context, resourceGroupName string, factoryName string) (result LinkedServiceListResponseIterator, err error) + func (client LinkedServicesClient) ListByFactoryPreparer(ctx context.Context, resourceGroupName string, factoryName string) (*http.Request, error) + func (client LinkedServicesClient) ListByFactoryResponder(resp *http.Response) (result LinkedServiceListResponse, err error) + func (client LinkedServicesClient) ListByFactorySender(req *http.Request) (*http.Response, error) + type LookupActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + LinkedServiceName *LinkedServiceReference + Name *string + Policy *ActivityPolicy + Type TypeBasicActivity + func (la *LookupActivity) UnmarshalJSON(body []byte) error + func (la LookupActivity) AsActivity() (*Activity, bool) + func (la LookupActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (la LookupActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (la LookupActivity) AsBasicActivity() (BasicActivity, bool) + func (la LookupActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (la LookupActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (la LookupActivity) AsControlActivity() (*ControlActivity, bool) + func (la LookupActivity) AsCopyActivity() (*CopyActivity, bool) + func (la LookupActivity) AsCustomActivity() (*CustomActivity, bool) + func (la LookupActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (la LookupActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (la LookupActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (la LookupActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (la LookupActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (la LookupActivity) AsFilterActivity() (*FilterActivity, bool) + func (la LookupActivity) AsForEachActivity() (*ForEachActivity, bool) + func (la LookupActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (la LookupActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (la LookupActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (la LookupActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (la LookupActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (la LookupActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (la LookupActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (la LookupActivity) AsLookupActivity() (*LookupActivity, bool) + func (la LookupActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (la LookupActivity) AsUntilActivity() (*UntilActivity, bool) + func (la LookupActivity) AsWaitActivity() (*WaitActivity, bool) + func (la LookupActivity) AsWebActivity() (*WebActivity, bool) + func (la LookupActivity) MarshalJSON() ([]byte, error) + type LookupActivityTypeProperties struct + Dataset *DatasetReference + FirstRowOnly interface{} + Source BasicCopySource + func (latp *LookupActivityTypeProperties) UnmarshalJSON(body []byte) error + type MagentoLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (mls *MagentoLinkedService) UnmarshalJSON(body []byte) error + func (mls MagentoLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (mls MagentoLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (mls MagentoLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (mls MagentoLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (mls MagentoLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (mls MagentoLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (mls MagentoLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (mls MagentoLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (mls MagentoLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (mls MagentoLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (mls MagentoLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (mls MagentoLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (mls MagentoLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (mls MagentoLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (mls MagentoLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (mls MagentoLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (mls MagentoLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (mls MagentoLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (mls MagentoLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (mls MagentoLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (mls MagentoLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (mls MagentoLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (mls MagentoLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (mls MagentoLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (mls MagentoLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (mls MagentoLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (mls MagentoLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (mls MagentoLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (mls MagentoLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (mls MagentoLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (mls MagentoLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (mls MagentoLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (mls MagentoLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (mls MagentoLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (mls MagentoLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (mls MagentoLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (mls MagentoLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (mls MagentoLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (mls MagentoLinkedService) AsLinkedService() (*LinkedService, bool) + func (mls MagentoLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (mls MagentoLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (mls MagentoLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (mls MagentoLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (mls MagentoLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (mls MagentoLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (mls MagentoLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (mls MagentoLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (mls MagentoLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (mls MagentoLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (mls MagentoLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (mls MagentoLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (mls MagentoLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (mls MagentoLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (mls MagentoLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (mls MagentoLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (mls MagentoLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (mls MagentoLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (mls MagentoLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (mls MagentoLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (mls MagentoLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (mls MagentoLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (mls MagentoLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (mls MagentoLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (mls MagentoLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (mls MagentoLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (mls MagentoLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (mls MagentoLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (mls MagentoLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (mls MagentoLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (mls MagentoLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (mls MagentoLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (mls MagentoLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (mls MagentoLinkedService) MarshalJSON() ([]byte, error) + type MagentoLinkedServiceTypeProperties struct + AccessToken BasicSecretBase + EncryptedCredential interface{} + Host interface{} + UseEncryptedEndpoints interface{} + UseHostVerification interface{} + UsePeerVerification interface{} + func (mlstp *MagentoLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type MagentoObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (mod *MagentoObjectDataset) UnmarshalJSON(body []byte) error + func (mod MagentoObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (mod MagentoObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (mod MagentoObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (mod MagentoObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (mod MagentoObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (mod MagentoObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (mod MagentoObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (mod MagentoObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (mod MagentoObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (mod MagentoObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (mod MagentoObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (mod MagentoObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (mod MagentoObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (mod MagentoObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (mod MagentoObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (mod MagentoObjectDataset) AsDataset() (*Dataset, bool) + func (mod MagentoObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (mod MagentoObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (mod MagentoObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (mod MagentoObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (mod MagentoObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (mod MagentoObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (mod MagentoObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (mod MagentoObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (mod MagentoObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (mod MagentoObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (mod MagentoObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (mod MagentoObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (mod MagentoObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (mod MagentoObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (mod MagentoObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (mod MagentoObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (mod MagentoObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (mod MagentoObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (mod MagentoObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (mod MagentoObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (mod MagentoObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (mod MagentoObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (mod MagentoObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (mod MagentoObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (mod MagentoObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (mod MagentoObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (mod MagentoObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (mod MagentoObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (mod MagentoObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (mod MagentoObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (mod MagentoObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (mod MagentoObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (mod MagentoObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (mod MagentoObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (mod MagentoObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (mod MagentoObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (mod MagentoObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (mod MagentoObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (mod MagentoObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (mod MagentoObjectDataset) MarshalJSON() ([]byte, error) + type MagentoSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ms *MagentoSource) UnmarshalJSON(body []byte) error + func (ms MagentoSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ms MagentoSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ms MagentoSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ms MagentoSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ms MagentoSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ms MagentoSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ms MagentoSource) AsBasicCopySource() (BasicCopySource, bool) + func (ms MagentoSource) AsBlobSource() (*BlobSource, bool) + func (ms MagentoSource) AsCassandraSource() (*CassandraSource, bool) + func (ms MagentoSource) AsConcurSource() (*ConcurSource, bool) + func (ms MagentoSource) AsCopySource() (*CopySource, bool) + func (ms MagentoSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ms MagentoSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ms MagentoSource) AsDrillSource() (*DrillSource, bool) + func (ms MagentoSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ms MagentoSource) AsEloquaSource() (*EloquaSource, bool) + func (ms MagentoSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ms MagentoSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ms MagentoSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ms MagentoSource) AsHBaseSource() (*HBaseSource, bool) + func (ms MagentoSource) AsHTTPSource() (*HTTPSource, bool) + func (ms MagentoSource) AsHdfsSource() (*HdfsSource, bool) + func (ms MagentoSource) AsHiveSource() (*HiveSource, bool) + func (ms MagentoSource) AsHubspotSource() (*HubspotSource, bool) + func (ms MagentoSource) AsImpalaSource() (*ImpalaSource, bool) + func (ms MagentoSource) AsJiraSource() (*JiraSource, bool) + func (ms MagentoSource) AsMagentoSource() (*MagentoSource, bool) + func (ms MagentoSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ms MagentoSource) AsMarketoSource() (*MarketoSource, bool) + func (ms MagentoSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ms MagentoSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ms MagentoSource) AsOracleSource() (*OracleSource, bool) + func (ms MagentoSource) AsPaypalSource() (*PaypalSource, bool) + func (ms MagentoSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ms MagentoSource) AsPrestoSource() (*PrestoSource, bool) + func (ms MagentoSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ms MagentoSource) AsRelationalSource() (*RelationalSource, bool) + func (ms MagentoSource) AsResponsysSource() (*ResponsysSource, bool) + func (ms MagentoSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ms MagentoSource) AsSQLSource() (*SQLSource, bool) + func (ms MagentoSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ms MagentoSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ms MagentoSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ms MagentoSource) AsSapEccSource() (*SapEccSource, bool) + func (ms MagentoSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ms MagentoSource) AsShopifySource() (*ShopifySource, bool) + func (ms MagentoSource) AsSparkSource() (*SparkSource, bool) + func (ms MagentoSource) AsSquareSource() (*SquareSource, bool) + func (ms MagentoSource) AsVerticaSource() (*VerticaSource, bool) + func (ms MagentoSource) AsWebSource() (*WebSource, bool) + func (ms MagentoSource) AsXeroSource() (*XeroSource, bool) + func (ms MagentoSource) AsZohoSource() (*ZohoSource, bool) + func (ms MagentoSource) MarshalJSON() ([]byte, error) + type ManagedIntegrationRuntime struct + AdditionalProperties map[string]interface{} + Description *string + State IntegrationRuntimeState + Type TypeBasicIntegrationRuntime + func (mir *ManagedIntegrationRuntime) UnmarshalJSON(body []byte) error + func (mir ManagedIntegrationRuntime) AsBasicIntegrationRuntime() (BasicIntegrationRuntime, bool) + func (mir ManagedIntegrationRuntime) AsIntegrationRuntime() (*IntegrationRuntime, bool) + func (mir ManagedIntegrationRuntime) AsManagedIntegrationRuntime() (*ManagedIntegrationRuntime, bool) + func (mir ManagedIntegrationRuntime) AsSelfHostedIntegrationRuntime() (*SelfHostedIntegrationRuntime, bool) + func (mir ManagedIntegrationRuntime) MarshalJSON() ([]byte, error) + type ManagedIntegrationRuntimeError struct + Code *string + Message *string + Parameters *[]string + Time *date.Time + type ManagedIntegrationRuntimeNode struct + Errors *[]ManagedIntegrationRuntimeError + NodeID *string + Status ManagedIntegrationRuntimeNodeStatus + type ManagedIntegrationRuntimeNodeStatus string + const ManagedIntegrationRuntimeNodeStatusAvailable + const ManagedIntegrationRuntimeNodeStatusRecycling + const ManagedIntegrationRuntimeNodeStatusStarting + const ManagedIntegrationRuntimeNodeStatusUnavailable + func PossibleManagedIntegrationRuntimeNodeStatusValues() []ManagedIntegrationRuntimeNodeStatus + type ManagedIntegrationRuntimeOperationResult struct + ActivityID *string + ErrorCode *string + Parameters *[]string + Result *string + StartTime *date.Time + Type *string + type ManagedIntegrationRuntimeStatus struct + AdditionalProperties map[string]interface{} + DataFactoryName *string + State IntegrationRuntimeState + Type TypeBasicIntegrationRuntimeStatus + func (mirs *ManagedIntegrationRuntimeStatus) UnmarshalJSON(body []byte) error + func (mirs ManagedIntegrationRuntimeStatus) AsBasicIntegrationRuntimeStatus() (BasicIntegrationRuntimeStatus, bool) + func (mirs ManagedIntegrationRuntimeStatus) AsIntegrationRuntimeStatus() (*IntegrationRuntimeStatus, bool) + func (mirs ManagedIntegrationRuntimeStatus) AsManagedIntegrationRuntimeStatus() (*ManagedIntegrationRuntimeStatus, bool) + func (mirs ManagedIntegrationRuntimeStatus) AsSelfHostedIntegrationRuntimeStatus() (*SelfHostedIntegrationRuntimeStatus, bool) + func (mirs ManagedIntegrationRuntimeStatus) MarshalJSON() ([]byte, error) + type ManagedIntegrationRuntimeStatusTypeProperties struct + CreateTime *date.Time + LastOperation *ManagedIntegrationRuntimeOperationResult + Nodes *[]ManagedIntegrationRuntimeNode + OtherErrors *[]ManagedIntegrationRuntimeError + type ManagedIntegrationRuntimeTypeProperties struct + ComputeProperties *IntegrationRuntimeComputeProperties + SsisProperties *IntegrationRuntimeSsisProperties + type MariaDBLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (mdls *MariaDBLinkedService) UnmarshalJSON(body []byte) error + func (mdls MariaDBLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (mdls MariaDBLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (mdls MariaDBLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (mdls MariaDBLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (mdls MariaDBLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (mdls MariaDBLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (mdls MariaDBLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (mdls MariaDBLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (mdls MariaDBLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (mdls MariaDBLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (mdls MariaDBLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (mdls MariaDBLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (mdls MariaDBLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (mdls MariaDBLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (mdls MariaDBLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (mdls MariaDBLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (mdls MariaDBLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (mdls MariaDBLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (mdls MariaDBLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (mdls MariaDBLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (mdls MariaDBLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (mdls MariaDBLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (mdls MariaDBLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (mdls MariaDBLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (mdls MariaDBLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (mdls MariaDBLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (mdls MariaDBLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (mdls MariaDBLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (mdls MariaDBLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (mdls MariaDBLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (mdls MariaDBLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (mdls MariaDBLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (mdls MariaDBLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (mdls MariaDBLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (mdls MariaDBLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (mdls MariaDBLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (mdls MariaDBLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (mdls MariaDBLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (mdls MariaDBLinkedService) AsLinkedService() (*LinkedService, bool) + func (mdls MariaDBLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (mdls MariaDBLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (mdls MariaDBLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (mdls MariaDBLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (mdls MariaDBLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (mdls MariaDBLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (mdls MariaDBLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (mdls MariaDBLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (mdls MariaDBLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (mdls MariaDBLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (mdls MariaDBLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (mdls MariaDBLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (mdls MariaDBLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (mdls MariaDBLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (mdls MariaDBLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (mdls MariaDBLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (mdls MariaDBLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (mdls MariaDBLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (mdls MariaDBLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (mdls MariaDBLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (mdls MariaDBLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (mdls MariaDBLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (mdls MariaDBLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (mdls MariaDBLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (mdls MariaDBLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (mdls MariaDBLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (mdls MariaDBLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (mdls MariaDBLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (mdls MariaDBLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (mdls MariaDBLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (mdls MariaDBLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (mdls MariaDBLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (mdls MariaDBLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (mdls MariaDBLinkedService) MarshalJSON() ([]byte, error) + type MariaDBLinkedServiceTypeProperties struct + ConnectionString interface{} + EncryptedCredential interface{} + type MariaDBSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (mds *MariaDBSource) UnmarshalJSON(body []byte) error + func (mds MariaDBSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (mds MariaDBSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (mds MariaDBSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (mds MariaDBSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (mds MariaDBSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (mds MariaDBSource) AsAzureTableSource() (*AzureTableSource, bool) + func (mds MariaDBSource) AsBasicCopySource() (BasicCopySource, bool) + func (mds MariaDBSource) AsBlobSource() (*BlobSource, bool) + func (mds MariaDBSource) AsCassandraSource() (*CassandraSource, bool) + func (mds MariaDBSource) AsConcurSource() (*ConcurSource, bool) + func (mds MariaDBSource) AsCopySource() (*CopySource, bool) + func (mds MariaDBSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (mds MariaDBSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (mds MariaDBSource) AsDrillSource() (*DrillSource, bool) + func (mds MariaDBSource) AsDynamicsSource() (*DynamicsSource, bool) + func (mds MariaDBSource) AsEloquaSource() (*EloquaSource, bool) + func (mds MariaDBSource) AsFileSystemSource() (*FileSystemSource, bool) + func (mds MariaDBSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (mds MariaDBSource) AsGreenplumSource() (*GreenplumSource, bool) + func (mds MariaDBSource) AsHBaseSource() (*HBaseSource, bool) + func (mds MariaDBSource) AsHTTPSource() (*HTTPSource, bool) + func (mds MariaDBSource) AsHdfsSource() (*HdfsSource, bool) + func (mds MariaDBSource) AsHiveSource() (*HiveSource, bool) + func (mds MariaDBSource) AsHubspotSource() (*HubspotSource, bool) + func (mds MariaDBSource) AsImpalaSource() (*ImpalaSource, bool) + func (mds MariaDBSource) AsJiraSource() (*JiraSource, bool) + func (mds MariaDBSource) AsMagentoSource() (*MagentoSource, bool) + func (mds MariaDBSource) AsMariaDBSource() (*MariaDBSource, bool) + func (mds MariaDBSource) AsMarketoSource() (*MarketoSource, bool) + func (mds MariaDBSource) AsMongoDbSource() (*MongoDbSource, bool) + func (mds MariaDBSource) AsNetezzaSource() (*NetezzaSource, bool) + func (mds MariaDBSource) AsOracleSource() (*OracleSource, bool) + func (mds MariaDBSource) AsPaypalSource() (*PaypalSource, bool) + func (mds MariaDBSource) AsPhoenixSource() (*PhoenixSource, bool) + func (mds MariaDBSource) AsPrestoSource() (*PrestoSource, bool) + func (mds MariaDBSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (mds MariaDBSource) AsRelationalSource() (*RelationalSource, bool) + func (mds MariaDBSource) AsResponsysSource() (*ResponsysSource, bool) + func (mds MariaDBSource) AsSQLDWSource() (*SQLDWSource, bool) + func (mds MariaDBSource) AsSQLSource() (*SQLSource, bool) + func (mds MariaDBSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (mds MariaDBSource) AsSalesforceSource() (*SalesforceSource, bool) + func (mds MariaDBSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (mds MariaDBSource) AsSapEccSource() (*SapEccSource, bool) + func (mds MariaDBSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (mds MariaDBSource) AsShopifySource() (*ShopifySource, bool) + func (mds MariaDBSource) AsSparkSource() (*SparkSource, bool) + func (mds MariaDBSource) AsSquareSource() (*SquareSource, bool) + func (mds MariaDBSource) AsVerticaSource() (*VerticaSource, bool) + func (mds MariaDBSource) AsWebSource() (*WebSource, bool) + func (mds MariaDBSource) AsXeroSource() (*XeroSource, bool) + func (mds MariaDBSource) AsZohoSource() (*ZohoSource, bool) + func (mds MariaDBSource) MarshalJSON() ([]byte, error) + type MariaDBTableDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (mdtd *MariaDBTableDataset) UnmarshalJSON(body []byte) error + func (mdtd MariaDBTableDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (mdtd MariaDBTableDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (mdtd MariaDBTableDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (mdtd MariaDBTableDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (mdtd MariaDBTableDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (mdtd MariaDBTableDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (mdtd MariaDBTableDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (mdtd MariaDBTableDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (mdtd MariaDBTableDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (mdtd MariaDBTableDataset) AsBasicDataset() (BasicDataset, bool) + func (mdtd MariaDBTableDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (mdtd MariaDBTableDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (mdtd MariaDBTableDataset) AsCustomDataset() (*CustomDataset, bool) + func (mdtd MariaDBTableDataset) AsDataset() (*Dataset, bool) + func (mdtd MariaDBTableDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (mdtd MariaDBTableDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (mdtd MariaDBTableDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (mdtd MariaDBTableDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (mdtd MariaDBTableDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (mdtd MariaDBTableDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (mdtd MariaDBTableDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (mdtd MariaDBTableDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (mdtd MariaDBTableDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (mdtd MariaDBTableDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (mdtd MariaDBTableDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (mdtd MariaDBTableDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (mdtd MariaDBTableDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (mdtd MariaDBTableDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (mdtd MariaDBTableDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (mdtd MariaDBTableDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (mdtd MariaDBTableDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (mdtd MariaDBTableDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (mdtd MariaDBTableDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (mdtd MariaDBTableDataset) MarshalJSON() ([]byte, error) + type MarketoLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (mls *MarketoLinkedService) UnmarshalJSON(body []byte) error + func (mls MarketoLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (mls MarketoLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (mls MarketoLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (mls MarketoLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (mls MarketoLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (mls MarketoLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (mls MarketoLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (mls MarketoLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (mls MarketoLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (mls MarketoLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (mls MarketoLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (mls MarketoLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (mls MarketoLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (mls MarketoLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (mls MarketoLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (mls MarketoLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (mls MarketoLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (mls MarketoLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (mls MarketoLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (mls MarketoLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (mls MarketoLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (mls MarketoLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (mls MarketoLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (mls MarketoLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (mls MarketoLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (mls MarketoLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (mls MarketoLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (mls MarketoLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (mls MarketoLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (mls MarketoLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (mls MarketoLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (mls MarketoLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (mls MarketoLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (mls MarketoLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (mls MarketoLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (mls MarketoLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (mls MarketoLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (mls MarketoLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (mls MarketoLinkedService) AsLinkedService() (*LinkedService, bool) + func (mls MarketoLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (mls MarketoLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (mls MarketoLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (mls MarketoLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (mls MarketoLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (mls MarketoLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (mls MarketoLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (mls MarketoLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (mls MarketoLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (mls MarketoLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (mls MarketoLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (mls MarketoLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (mls MarketoLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (mls MarketoLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (mls MarketoLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (mls MarketoLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (mls MarketoLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (mls MarketoLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (mls MarketoLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (mls MarketoLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (mls MarketoLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (mls MarketoLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (mls MarketoLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (mls MarketoLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (mls MarketoLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (mls MarketoLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (mls MarketoLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (mls MarketoLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (mls MarketoLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (mls MarketoLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (mls MarketoLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (mls MarketoLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (mls MarketoLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (mls MarketoLinkedService) MarshalJSON() ([]byte, error) + type MarketoLinkedServiceTypeProperties struct + ClientID interface{} + ClientSecret BasicSecretBase + EncryptedCredential interface{} + Endpoint interface{} + UseEncryptedEndpoints interface{} + UseHostVerification interface{} + UsePeerVerification interface{} + func (mlstp *MarketoLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type MarketoObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (mod *MarketoObjectDataset) UnmarshalJSON(body []byte) error + func (mod MarketoObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (mod MarketoObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (mod MarketoObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (mod MarketoObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (mod MarketoObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (mod MarketoObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (mod MarketoObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (mod MarketoObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (mod MarketoObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (mod MarketoObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (mod MarketoObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (mod MarketoObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (mod MarketoObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (mod MarketoObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (mod MarketoObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (mod MarketoObjectDataset) AsDataset() (*Dataset, bool) + func (mod MarketoObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (mod MarketoObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (mod MarketoObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (mod MarketoObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (mod MarketoObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (mod MarketoObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (mod MarketoObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (mod MarketoObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (mod MarketoObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (mod MarketoObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (mod MarketoObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (mod MarketoObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (mod MarketoObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (mod MarketoObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (mod MarketoObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (mod MarketoObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (mod MarketoObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (mod MarketoObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (mod MarketoObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (mod MarketoObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (mod MarketoObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (mod MarketoObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (mod MarketoObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (mod MarketoObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (mod MarketoObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (mod MarketoObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (mod MarketoObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (mod MarketoObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (mod MarketoObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (mod MarketoObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (mod MarketoObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (mod MarketoObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (mod MarketoObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (mod MarketoObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (mod MarketoObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (mod MarketoObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (mod MarketoObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (mod MarketoObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (mod MarketoObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (mod MarketoObjectDataset) MarshalJSON() ([]byte, error) + type MarketoSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ms *MarketoSource) UnmarshalJSON(body []byte) error + func (ms MarketoSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ms MarketoSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ms MarketoSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ms MarketoSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ms MarketoSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ms MarketoSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ms MarketoSource) AsBasicCopySource() (BasicCopySource, bool) + func (ms MarketoSource) AsBlobSource() (*BlobSource, bool) + func (ms MarketoSource) AsCassandraSource() (*CassandraSource, bool) + func (ms MarketoSource) AsConcurSource() (*ConcurSource, bool) + func (ms MarketoSource) AsCopySource() (*CopySource, bool) + func (ms MarketoSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ms MarketoSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ms MarketoSource) AsDrillSource() (*DrillSource, bool) + func (ms MarketoSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ms MarketoSource) AsEloquaSource() (*EloquaSource, bool) + func (ms MarketoSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ms MarketoSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ms MarketoSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ms MarketoSource) AsHBaseSource() (*HBaseSource, bool) + func (ms MarketoSource) AsHTTPSource() (*HTTPSource, bool) + func (ms MarketoSource) AsHdfsSource() (*HdfsSource, bool) + func (ms MarketoSource) AsHiveSource() (*HiveSource, bool) + func (ms MarketoSource) AsHubspotSource() (*HubspotSource, bool) + func (ms MarketoSource) AsImpalaSource() (*ImpalaSource, bool) + func (ms MarketoSource) AsJiraSource() (*JiraSource, bool) + func (ms MarketoSource) AsMagentoSource() (*MagentoSource, bool) + func (ms MarketoSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ms MarketoSource) AsMarketoSource() (*MarketoSource, bool) + func (ms MarketoSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ms MarketoSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ms MarketoSource) AsOracleSource() (*OracleSource, bool) + func (ms MarketoSource) AsPaypalSource() (*PaypalSource, bool) + func (ms MarketoSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ms MarketoSource) AsPrestoSource() (*PrestoSource, bool) + func (ms MarketoSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ms MarketoSource) AsRelationalSource() (*RelationalSource, bool) + func (ms MarketoSource) AsResponsysSource() (*ResponsysSource, bool) + func (ms MarketoSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ms MarketoSource) AsSQLSource() (*SQLSource, bool) + func (ms MarketoSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ms MarketoSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ms MarketoSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ms MarketoSource) AsSapEccSource() (*SapEccSource, bool) + func (ms MarketoSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ms MarketoSource) AsShopifySource() (*ShopifySource, bool) + func (ms MarketoSource) AsSparkSource() (*SparkSource, bool) + func (ms MarketoSource) AsSquareSource() (*SquareSource, bool) + func (ms MarketoSource) AsVerticaSource() (*VerticaSource, bool) + func (ms MarketoSource) AsWebSource() (*WebSource, bool) + func (ms MarketoSource) AsXeroSource() (*XeroSource, bool) + func (ms MarketoSource) AsZohoSource() (*ZohoSource, bool) + func (ms MarketoSource) MarshalJSON() ([]byte, error) + type MongoDbAuthenticationType string + const MongoDbAuthenticationTypeAnonymous + const MongoDbAuthenticationTypeBasic + func PossibleMongoDbAuthenticationTypeValues() []MongoDbAuthenticationType + type MongoDbCollectionDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (mdcd *MongoDbCollectionDataset) UnmarshalJSON(body []byte) error + func (mdcd MongoDbCollectionDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (mdcd MongoDbCollectionDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (mdcd MongoDbCollectionDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (mdcd MongoDbCollectionDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (mdcd MongoDbCollectionDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (mdcd MongoDbCollectionDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (mdcd MongoDbCollectionDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (mdcd MongoDbCollectionDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (mdcd MongoDbCollectionDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (mdcd MongoDbCollectionDataset) AsBasicDataset() (BasicDataset, bool) + func (mdcd MongoDbCollectionDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (mdcd MongoDbCollectionDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (mdcd MongoDbCollectionDataset) AsCustomDataset() (*CustomDataset, bool) + func (mdcd MongoDbCollectionDataset) AsDataset() (*Dataset, bool) + func (mdcd MongoDbCollectionDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (mdcd MongoDbCollectionDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (mdcd MongoDbCollectionDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (mdcd MongoDbCollectionDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (mdcd MongoDbCollectionDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (mdcd MongoDbCollectionDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (mdcd MongoDbCollectionDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (mdcd MongoDbCollectionDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (mdcd MongoDbCollectionDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (mdcd MongoDbCollectionDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (mdcd MongoDbCollectionDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (mdcd MongoDbCollectionDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (mdcd MongoDbCollectionDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (mdcd MongoDbCollectionDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (mdcd MongoDbCollectionDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (mdcd MongoDbCollectionDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (mdcd MongoDbCollectionDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (mdcd MongoDbCollectionDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (mdcd MongoDbCollectionDataset) MarshalJSON() ([]byte, error) + type MongoDbCollectionDatasetTypeProperties struct + CollectionName interface{} + type MongoDbLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (mdls *MongoDbLinkedService) UnmarshalJSON(body []byte) error + func (mdls MongoDbLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (mdls MongoDbLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (mdls MongoDbLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (mdls MongoDbLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (mdls MongoDbLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (mdls MongoDbLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (mdls MongoDbLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (mdls MongoDbLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (mdls MongoDbLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (mdls MongoDbLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (mdls MongoDbLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (mdls MongoDbLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (mdls MongoDbLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (mdls MongoDbLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (mdls MongoDbLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (mdls MongoDbLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (mdls MongoDbLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (mdls MongoDbLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (mdls MongoDbLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (mdls MongoDbLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (mdls MongoDbLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (mdls MongoDbLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (mdls MongoDbLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (mdls MongoDbLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (mdls MongoDbLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (mdls MongoDbLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (mdls MongoDbLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (mdls MongoDbLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (mdls MongoDbLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (mdls MongoDbLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (mdls MongoDbLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (mdls MongoDbLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (mdls MongoDbLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (mdls MongoDbLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (mdls MongoDbLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (mdls MongoDbLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (mdls MongoDbLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (mdls MongoDbLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (mdls MongoDbLinkedService) AsLinkedService() (*LinkedService, bool) + func (mdls MongoDbLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (mdls MongoDbLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (mdls MongoDbLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (mdls MongoDbLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (mdls MongoDbLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (mdls MongoDbLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (mdls MongoDbLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (mdls MongoDbLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (mdls MongoDbLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (mdls MongoDbLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (mdls MongoDbLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (mdls MongoDbLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (mdls MongoDbLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (mdls MongoDbLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (mdls MongoDbLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (mdls MongoDbLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (mdls MongoDbLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (mdls MongoDbLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (mdls MongoDbLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (mdls MongoDbLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (mdls MongoDbLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (mdls MongoDbLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (mdls MongoDbLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (mdls MongoDbLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (mdls MongoDbLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (mdls MongoDbLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (mdls MongoDbLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (mdls MongoDbLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (mdls MongoDbLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (mdls MongoDbLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (mdls MongoDbLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (mdls MongoDbLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (mdls MongoDbLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (mdls MongoDbLinkedService) MarshalJSON() ([]byte, error) + type MongoDbLinkedServiceTypeProperties struct + AllowSelfSignedServerCert interface{} + AuthSource interface{} + AuthenticationType MongoDbAuthenticationType + DatabaseName interface{} + EnableSsl interface{} + EncryptedCredential interface{} + Password BasicSecretBase + Port interface{} + Server interface{} + Username interface{} + func (mdlstp *MongoDbLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type MongoDbSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (mds *MongoDbSource) UnmarshalJSON(body []byte) error + func (mds MongoDbSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (mds MongoDbSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (mds MongoDbSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (mds MongoDbSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (mds MongoDbSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (mds MongoDbSource) AsAzureTableSource() (*AzureTableSource, bool) + func (mds MongoDbSource) AsBasicCopySource() (BasicCopySource, bool) + func (mds MongoDbSource) AsBlobSource() (*BlobSource, bool) + func (mds MongoDbSource) AsCassandraSource() (*CassandraSource, bool) + func (mds MongoDbSource) AsConcurSource() (*ConcurSource, bool) + func (mds MongoDbSource) AsCopySource() (*CopySource, bool) + func (mds MongoDbSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (mds MongoDbSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (mds MongoDbSource) AsDrillSource() (*DrillSource, bool) + func (mds MongoDbSource) AsDynamicsSource() (*DynamicsSource, bool) + func (mds MongoDbSource) AsEloquaSource() (*EloquaSource, bool) + func (mds MongoDbSource) AsFileSystemSource() (*FileSystemSource, bool) + func (mds MongoDbSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (mds MongoDbSource) AsGreenplumSource() (*GreenplumSource, bool) + func (mds MongoDbSource) AsHBaseSource() (*HBaseSource, bool) + func (mds MongoDbSource) AsHTTPSource() (*HTTPSource, bool) + func (mds MongoDbSource) AsHdfsSource() (*HdfsSource, bool) + func (mds MongoDbSource) AsHiveSource() (*HiveSource, bool) + func (mds MongoDbSource) AsHubspotSource() (*HubspotSource, bool) + func (mds MongoDbSource) AsImpalaSource() (*ImpalaSource, bool) + func (mds MongoDbSource) AsJiraSource() (*JiraSource, bool) + func (mds MongoDbSource) AsMagentoSource() (*MagentoSource, bool) + func (mds MongoDbSource) AsMariaDBSource() (*MariaDBSource, bool) + func (mds MongoDbSource) AsMarketoSource() (*MarketoSource, bool) + func (mds MongoDbSource) AsMongoDbSource() (*MongoDbSource, bool) + func (mds MongoDbSource) AsNetezzaSource() (*NetezzaSource, bool) + func (mds MongoDbSource) AsOracleSource() (*OracleSource, bool) + func (mds MongoDbSource) AsPaypalSource() (*PaypalSource, bool) + func (mds MongoDbSource) AsPhoenixSource() (*PhoenixSource, bool) + func (mds MongoDbSource) AsPrestoSource() (*PrestoSource, bool) + func (mds MongoDbSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (mds MongoDbSource) AsRelationalSource() (*RelationalSource, bool) + func (mds MongoDbSource) AsResponsysSource() (*ResponsysSource, bool) + func (mds MongoDbSource) AsSQLDWSource() (*SQLDWSource, bool) + func (mds MongoDbSource) AsSQLSource() (*SQLSource, bool) + func (mds MongoDbSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (mds MongoDbSource) AsSalesforceSource() (*SalesforceSource, bool) + func (mds MongoDbSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (mds MongoDbSource) AsSapEccSource() (*SapEccSource, bool) + func (mds MongoDbSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (mds MongoDbSource) AsShopifySource() (*ShopifySource, bool) + func (mds MongoDbSource) AsSparkSource() (*SparkSource, bool) + func (mds MongoDbSource) AsSquareSource() (*SquareSource, bool) + func (mds MongoDbSource) AsVerticaSource() (*VerticaSource, bool) + func (mds MongoDbSource) AsWebSource() (*WebSource, bool) + func (mds MongoDbSource) AsXeroSource() (*XeroSource, bool) + func (mds MongoDbSource) AsZohoSource() (*ZohoSource, bool) + func (mds MongoDbSource) MarshalJSON() ([]byte, error) + type MultiplePipelineTrigger struct + AdditionalProperties map[string]interface{} + Description *string + Pipelines *[]TriggerPipelineReference + RuntimeState TriggerRuntimeState + Type TypeBasicTrigger + func (mpt *MultiplePipelineTrigger) UnmarshalJSON(body []byte) error + func (mpt MultiplePipelineTrigger) AsBasicMultiplePipelineTrigger() (BasicMultiplePipelineTrigger, bool) + func (mpt MultiplePipelineTrigger) AsBasicTrigger() (BasicTrigger, bool) + func (mpt MultiplePipelineTrigger) AsBlobEventsTrigger() (*BlobEventsTrigger, bool) + func (mpt MultiplePipelineTrigger) AsBlobTrigger() (*BlobTrigger, bool) + func (mpt MultiplePipelineTrigger) AsMultiplePipelineTrigger() (*MultiplePipelineTrigger, bool) + func (mpt MultiplePipelineTrigger) AsScheduleTrigger() (*ScheduleTrigger, bool) + func (mpt MultiplePipelineTrigger) AsTrigger() (*Trigger, bool) + func (mpt MultiplePipelineTrigger) AsTumblingWindowTrigger() (*TumblingWindowTrigger, bool) + func (mpt MultiplePipelineTrigger) MarshalJSON() ([]byte, error) + type MySQLLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (msls *MySQLLinkedService) UnmarshalJSON(body []byte) error + func (msls MySQLLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (msls MySQLLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (msls MySQLLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (msls MySQLLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (msls MySQLLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (msls MySQLLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (msls MySQLLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (msls MySQLLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (msls MySQLLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (msls MySQLLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (msls MySQLLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (msls MySQLLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (msls MySQLLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (msls MySQLLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (msls MySQLLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (msls MySQLLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (msls MySQLLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (msls MySQLLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (msls MySQLLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (msls MySQLLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (msls MySQLLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (msls MySQLLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (msls MySQLLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (msls MySQLLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (msls MySQLLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (msls MySQLLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (msls MySQLLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (msls MySQLLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (msls MySQLLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (msls MySQLLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (msls MySQLLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (msls MySQLLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (msls MySQLLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (msls MySQLLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (msls MySQLLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (msls MySQLLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (msls MySQLLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (msls MySQLLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (msls MySQLLinkedService) AsLinkedService() (*LinkedService, bool) + func (msls MySQLLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (msls MySQLLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (msls MySQLLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (msls MySQLLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (msls MySQLLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (msls MySQLLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (msls MySQLLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (msls MySQLLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (msls MySQLLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (msls MySQLLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (msls MySQLLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (msls MySQLLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (msls MySQLLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (msls MySQLLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (msls MySQLLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (msls MySQLLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (msls MySQLLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (msls MySQLLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (msls MySQLLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (msls MySQLLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (msls MySQLLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (msls MySQLLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (msls MySQLLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (msls MySQLLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (msls MySQLLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (msls MySQLLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (msls MySQLLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (msls MySQLLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (msls MySQLLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (msls MySQLLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (msls MySQLLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (msls MySQLLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (msls MySQLLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (msls MySQLLinkedService) MarshalJSON() ([]byte, error) + type MySQLLinkedServiceTypeProperties struct + ConnectionString BasicSecretBase + EncryptedCredential interface{} + func (mslstp *MySQLLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type NetezzaLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (nls *NetezzaLinkedService) UnmarshalJSON(body []byte) error + func (nls NetezzaLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (nls NetezzaLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (nls NetezzaLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (nls NetezzaLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (nls NetezzaLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (nls NetezzaLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (nls NetezzaLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (nls NetezzaLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (nls NetezzaLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (nls NetezzaLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (nls NetezzaLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (nls NetezzaLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (nls NetezzaLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (nls NetezzaLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (nls NetezzaLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (nls NetezzaLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (nls NetezzaLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (nls NetezzaLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (nls NetezzaLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (nls NetezzaLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (nls NetezzaLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (nls NetezzaLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (nls NetezzaLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (nls NetezzaLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (nls NetezzaLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (nls NetezzaLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (nls NetezzaLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (nls NetezzaLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (nls NetezzaLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (nls NetezzaLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (nls NetezzaLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (nls NetezzaLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (nls NetezzaLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (nls NetezzaLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (nls NetezzaLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (nls NetezzaLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (nls NetezzaLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (nls NetezzaLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (nls NetezzaLinkedService) AsLinkedService() (*LinkedService, bool) + func (nls NetezzaLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (nls NetezzaLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (nls NetezzaLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (nls NetezzaLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (nls NetezzaLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (nls NetezzaLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (nls NetezzaLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (nls NetezzaLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (nls NetezzaLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (nls NetezzaLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (nls NetezzaLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (nls NetezzaLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (nls NetezzaLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (nls NetezzaLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (nls NetezzaLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (nls NetezzaLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (nls NetezzaLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (nls NetezzaLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (nls NetezzaLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (nls NetezzaLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (nls NetezzaLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (nls NetezzaLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (nls NetezzaLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (nls NetezzaLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (nls NetezzaLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (nls NetezzaLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (nls NetezzaLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (nls NetezzaLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (nls NetezzaLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (nls NetezzaLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (nls NetezzaLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (nls NetezzaLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (nls NetezzaLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (nls NetezzaLinkedService) MarshalJSON() ([]byte, error) + type NetezzaLinkedServiceTypeProperties struct + ConnectionString interface{} + EncryptedCredential interface{} + type NetezzaSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ns *NetezzaSource) UnmarshalJSON(body []byte) error + func (ns NetezzaSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ns NetezzaSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ns NetezzaSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ns NetezzaSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ns NetezzaSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ns NetezzaSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ns NetezzaSource) AsBasicCopySource() (BasicCopySource, bool) + func (ns NetezzaSource) AsBlobSource() (*BlobSource, bool) + func (ns NetezzaSource) AsCassandraSource() (*CassandraSource, bool) + func (ns NetezzaSource) AsConcurSource() (*ConcurSource, bool) + func (ns NetezzaSource) AsCopySource() (*CopySource, bool) + func (ns NetezzaSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ns NetezzaSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ns NetezzaSource) AsDrillSource() (*DrillSource, bool) + func (ns NetezzaSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ns NetezzaSource) AsEloquaSource() (*EloquaSource, bool) + func (ns NetezzaSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ns NetezzaSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ns NetezzaSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ns NetezzaSource) AsHBaseSource() (*HBaseSource, bool) + func (ns NetezzaSource) AsHTTPSource() (*HTTPSource, bool) + func (ns NetezzaSource) AsHdfsSource() (*HdfsSource, bool) + func (ns NetezzaSource) AsHiveSource() (*HiveSource, bool) + func (ns NetezzaSource) AsHubspotSource() (*HubspotSource, bool) + func (ns NetezzaSource) AsImpalaSource() (*ImpalaSource, bool) + func (ns NetezzaSource) AsJiraSource() (*JiraSource, bool) + func (ns NetezzaSource) AsMagentoSource() (*MagentoSource, bool) + func (ns NetezzaSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ns NetezzaSource) AsMarketoSource() (*MarketoSource, bool) + func (ns NetezzaSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ns NetezzaSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ns NetezzaSource) AsOracleSource() (*OracleSource, bool) + func (ns NetezzaSource) AsPaypalSource() (*PaypalSource, bool) + func (ns NetezzaSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ns NetezzaSource) AsPrestoSource() (*PrestoSource, bool) + func (ns NetezzaSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ns NetezzaSource) AsRelationalSource() (*RelationalSource, bool) + func (ns NetezzaSource) AsResponsysSource() (*ResponsysSource, bool) + func (ns NetezzaSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ns NetezzaSource) AsSQLSource() (*SQLSource, bool) + func (ns NetezzaSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ns NetezzaSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ns NetezzaSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ns NetezzaSource) AsSapEccSource() (*SapEccSource, bool) + func (ns NetezzaSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ns NetezzaSource) AsShopifySource() (*ShopifySource, bool) + func (ns NetezzaSource) AsSparkSource() (*SparkSource, bool) + func (ns NetezzaSource) AsSquareSource() (*SquareSource, bool) + func (ns NetezzaSource) AsVerticaSource() (*VerticaSource, bool) + func (ns NetezzaSource) AsWebSource() (*WebSource, bool) + func (ns NetezzaSource) AsXeroSource() (*XeroSource, bool) + func (ns NetezzaSource) AsZohoSource() (*ZohoSource, bool) + func (ns NetezzaSource) MarshalJSON() ([]byte, error) + type NetezzaTableDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (ntd *NetezzaTableDataset) UnmarshalJSON(body []byte) error + func (ntd NetezzaTableDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (ntd NetezzaTableDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (ntd NetezzaTableDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (ntd NetezzaTableDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (ntd NetezzaTableDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (ntd NetezzaTableDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (ntd NetezzaTableDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (ntd NetezzaTableDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (ntd NetezzaTableDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (ntd NetezzaTableDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (ntd NetezzaTableDataset) AsBasicDataset() (BasicDataset, bool) + func (ntd NetezzaTableDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (ntd NetezzaTableDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (ntd NetezzaTableDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (ntd NetezzaTableDataset) AsCustomDataset() (*CustomDataset, bool) + func (ntd NetezzaTableDataset) AsDataset() (*Dataset, bool) + func (ntd NetezzaTableDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (ntd NetezzaTableDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (ntd NetezzaTableDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (ntd NetezzaTableDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (ntd NetezzaTableDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (ntd NetezzaTableDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (ntd NetezzaTableDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (ntd NetezzaTableDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (ntd NetezzaTableDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (ntd NetezzaTableDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (ntd NetezzaTableDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (ntd NetezzaTableDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (ntd NetezzaTableDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (ntd NetezzaTableDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (ntd NetezzaTableDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (ntd NetezzaTableDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (ntd NetezzaTableDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (ntd NetezzaTableDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (ntd NetezzaTableDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (ntd NetezzaTableDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (ntd NetezzaTableDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (ntd NetezzaTableDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (ntd NetezzaTableDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (ntd NetezzaTableDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (ntd NetezzaTableDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (ntd NetezzaTableDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (ntd NetezzaTableDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (ntd NetezzaTableDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (ntd NetezzaTableDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (ntd NetezzaTableDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (ntd NetezzaTableDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (ntd NetezzaTableDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (ntd NetezzaTableDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (ntd NetezzaTableDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (ntd NetezzaTableDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (ntd NetezzaTableDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (ntd NetezzaTableDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (ntd NetezzaTableDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (ntd NetezzaTableDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (ntd NetezzaTableDataset) MarshalJSON() ([]byte, error) + type ODataAuthenticationType string + const ODataAuthenticationTypeAnonymous + const ODataAuthenticationTypeBasic + func PossibleODataAuthenticationTypeValues() []ODataAuthenticationType + type ODataLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (odls *ODataLinkedService) UnmarshalJSON(body []byte) error + func (odls ODataLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (odls ODataLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (odls ODataLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (odls ODataLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (odls ODataLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (odls ODataLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (odls ODataLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (odls ODataLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (odls ODataLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (odls ODataLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (odls ODataLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (odls ODataLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (odls ODataLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (odls ODataLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (odls ODataLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (odls ODataLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (odls ODataLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (odls ODataLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (odls ODataLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (odls ODataLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (odls ODataLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (odls ODataLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (odls ODataLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (odls ODataLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (odls ODataLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (odls ODataLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (odls ODataLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (odls ODataLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (odls ODataLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (odls ODataLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (odls ODataLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (odls ODataLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (odls ODataLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (odls ODataLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (odls ODataLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (odls ODataLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (odls ODataLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (odls ODataLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (odls ODataLinkedService) AsLinkedService() (*LinkedService, bool) + func (odls ODataLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (odls ODataLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (odls ODataLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (odls ODataLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (odls ODataLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (odls ODataLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (odls ODataLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (odls ODataLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (odls ODataLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (odls ODataLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (odls ODataLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (odls ODataLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (odls ODataLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (odls ODataLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (odls ODataLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (odls ODataLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (odls ODataLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (odls ODataLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (odls ODataLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (odls ODataLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (odls ODataLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (odls ODataLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (odls ODataLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (odls ODataLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (odls ODataLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (odls ODataLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (odls ODataLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (odls ODataLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (odls ODataLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (odls ODataLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (odls ODataLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (odls ODataLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (odls ODataLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (odls ODataLinkedService) MarshalJSON() ([]byte, error) + type ODataLinkedServiceTypeProperties struct + AuthenticationType ODataAuthenticationType + EncryptedCredential interface{} + Password BasicSecretBase + URL interface{} + UserName interface{} + func (odlstp *ODataLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type ODataResourceDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (odrd *ODataResourceDataset) UnmarshalJSON(body []byte) error + func (odrd ODataResourceDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (odrd ODataResourceDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (odrd ODataResourceDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (odrd ODataResourceDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (odrd ODataResourceDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (odrd ODataResourceDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (odrd ODataResourceDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (odrd ODataResourceDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (odrd ODataResourceDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (odrd ODataResourceDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (odrd ODataResourceDataset) AsBasicDataset() (BasicDataset, bool) + func (odrd ODataResourceDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (odrd ODataResourceDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (odrd ODataResourceDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (odrd ODataResourceDataset) AsCustomDataset() (*CustomDataset, bool) + func (odrd ODataResourceDataset) AsDataset() (*Dataset, bool) + func (odrd ODataResourceDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (odrd ODataResourceDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (odrd ODataResourceDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (odrd ODataResourceDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (odrd ODataResourceDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (odrd ODataResourceDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (odrd ODataResourceDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (odrd ODataResourceDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (odrd ODataResourceDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (odrd ODataResourceDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (odrd ODataResourceDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (odrd ODataResourceDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (odrd ODataResourceDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (odrd ODataResourceDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (odrd ODataResourceDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (odrd ODataResourceDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (odrd ODataResourceDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (odrd ODataResourceDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (odrd ODataResourceDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (odrd ODataResourceDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (odrd ODataResourceDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (odrd ODataResourceDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (odrd ODataResourceDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (odrd ODataResourceDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (odrd ODataResourceDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (odrd ODataResourceDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (odrd ODataResourceDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (odrd ODataResourceDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (odrd ODataResourceDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (odrd ODataResourceDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (odrd ODataResourceDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (odrd ODataResourceDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (odrd ODataResourceDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (odrd ODataResourceDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (odrd ODataResourceDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (odrd ODataResourceDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (odrd ODataResourceDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (odrd ODataResourceDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (odrd ODataResourceDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (odrd ODataResourceDataset) MarshalJSON() ([]byte, error) + type ODataResourceDatasetTypeProperties struct + Path interface{} + type OdbcLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (ols *OdbcLinkedService) UnmarshalJSON(body []byte) error + func (ols OdbcLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (ols OdbcLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (ols OdbcLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (ols OdbcLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (ols OdbcLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (ols OdbcLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (ols OdbcLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (ols OdbcLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (ols OdbcLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (ols OdbcLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (ols OdbcLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (ols OdbcLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (ols OdbcLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (ols OdbcLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (ols OdbcLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (ols OdbcLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (ols OdbcLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (ols OdbcLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (ols OdbcLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (ols OdbcLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (ols OdbcLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (ols OdbcLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (ols OdbcLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (ols OdbcLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (ols OdbcLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (ols OdbcLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (ols OdbcLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (ols OdbcLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (ols OdbcLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (ols OdbcLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (ols OdbcLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (ols OdbcLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (ols OdbcLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (ols OdbcLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (ols OdbcLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (ols OdbcLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (ols OdbcLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (ols OdbcLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (ols OdbcLinkedService) AsLinkedService() (*LinkedService, bool) + func (ols OdbcLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (ols OdbcLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (ols OdbcLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (ols OdbcLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (ols OdbcLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (ols OdbcLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (ols OdbcLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (ols OdbcLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (ols OdbcLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (ols OdbcLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (ols OdbcLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (ols OdbcLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (ols OdbcLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (ols OdbcLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (ols OdbcLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (ols OdbcLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (ols OdbcLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (ols OdbcLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (ols OdbcLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (ols OdbcLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (ols OdbcLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (ols OdbcLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (ols OdbcLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (ols OdbcLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (ols OdbcLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (ols OdbcLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (ols OdbcLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (ols OdbcLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (ols OdbcLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (ols OdbcLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (ols OdbcLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (ols OdbcLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (ols OdbcLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (ols OdbcLinkedService) MarshalJSON() ([]byte, error) + type OdbcLinkedServiceTypeProperties struct + AuthenticationType interface{} + ConnectionString interface{} + Credential BasicSecretBase + EncryptedCredential interface{} + Password BasicSecretBase + UserName interface{} + func (olstp *OdbcLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type OdbcSink struct + AdditionalProperties map[string]interface{} + PreCopyScript interface{} + SinkRetryCount interface{} + SinkRetryWait interface{} + Type TypeBasicCopySink + WriteBatchSize interface{} + WriteBatchTimeout interface{} + func (osVar *OdbcSink) UnmarshalJSON(body []byte) error + func (osVar OdbcSink) AsAzureDataLakeStoreSink() (*AzureDataLakeStoreSink, bool) + func (osVar OdbcSink) AsAzureQueueSink() (*AzureQueueSink, bool) + func (osVar OdbcSink) AsAzureSearchIndexSink() (*AzureSearchIndexSink, bool) + func (osVar OdbcSink) AsAzureTableSink() (*AzureTableSink, bool) + func (osVar OdbcSink) AsBasicCopySink() (BasicCopySink, bool) + func (osVar OdbcSink) AsBlobSink() (*BlobSink, bool) + func (osVar OdbcSink) AsCopySink() (*CopySink, bool) + func (osVar OdbcSink) AsDocumentDbCollectionSink() (*DocumentDbCollectionSink, bool) + func (osVar OdbcSink) AsDynamicsSink() (*DynamicsSink, bool) + func (osVar OdbcSink) AsFileSystemSink() (*FileSystemSink, bool) + func (osVar OdbcSink) AsOdbcSink() (*OdbcSink, bool) + func (osVar OdbcSink) AsOracleSink() (*OracleSink, bool) + func (osVar OdbcSink) AsSQLDWSink() (*SQLDWSink, bool) + func (osVar OdbcSink) AsSQLSink() (*SQLSink, bool) + func (osVar OdbcSink) AsSalesforceSink() (*SalesforceSink, bool) + func (osVar OdbcSink) AsSapCloudForCustomerSink() (*SapCloudForCustomerSink, bool) + func (osVar OdbcSink) MarshalJSON() ([]byte, error) + type Operation struct + Display *OperationDisplay + Name *string + Origin *string + func (o *Operation) UnmarshalJSON(body []byte) error + func (o Operation) MarshalJSON() ([]byte, error) + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResponse struct + NextLink *string + Value *[]Operation + type OperationLogSpecification struct + BlobDuration *string + DisplayName *string + Name *string + type OperationMetricAvailability struct + BlobDuration *string + TimeGrain *string + type OperationMetricSpecification struct + AggregationType *string + Availabilities *[]OperationMetricAvailability + DisplayDescription *string + DisplayName *string + EnableRegionalMdmAccount *string + Name *string + SourceMdmAccount *string + SourceMdmNamespace *string + Unit *string + type OperationProperties struct + ServiceSpecification *OperationServiceSpecification + type OperationServiceSpecification struct + LogSpecifications *[]OperationLogSpecification + MetricSpecifications *[]OperationMetricSpecification + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResponse, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResponse, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type OracleLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (ols *OracleLinkedService) UnmarshalJSON(body []byte) error + func (ols OracleLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (ols OracleLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (ols OracleLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (ols OracleLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (ols OracleLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (ols OracleLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (ols OracleLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (ols OracleLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (ols OracleLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (ols OracleLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (ols OracleLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (ols OracleLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (ols OracleLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (ols OracleLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (ols OracleLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (ols OracleLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (ols OracleLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (ols OracleLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (ols OracleLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (ols OracleLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (ols OracleLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (ols OracleLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (ols OracleLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (ols OracleLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (ols OracleLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (ols OracleLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (ols OracleLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (ols OracleLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (ols OracleLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (ols OracleLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (ols OracleLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (ols OracleLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (ols OracleLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (ols OracleLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (ols OracleLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (ols OracleLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (ols OracleLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (ols OracleLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (ols OracleLinkedService) AsLinkedService() (*LinkedService, bool) + func (ols OracleLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (ols OracleLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (ols OracleLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (ols OracleLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (ols OracleLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (ols OracleLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (ols OracleLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (ols OracleLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (ols OracleLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (ols OracleLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (ols OracleLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (ols OracleLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (ols OracleLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (ols OracleLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (ols OracleLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (ols OracleLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (ols OracleLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (ols OracleLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (ols OracleLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (ols OracleLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (ols OracleLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (ols OracleLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (ols OracleLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (ols OracleLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (ols OracleLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (ols OracleLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (ols OracleLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (ols OracleLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (ols OracleLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (ols OracleLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (ols OracleLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (ols OracleLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (ols OracleLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (ols OracleLinkedService) MarshalJSON() ([]byte, error) + type OracleLinkedServiceTypeProperties struct + ConnectionString interface{} + EncryptedCredential interface{} + type OracleSink struct + AdditionalProperties map[string]interface{} + PreCopyScript interface{} + SinkRetryCount interface{} + SinkRetryWait interface{} + Type TypeBasicCopySink + WriteBatchSize interface{} + WriteBatchTimeout interface{} + func (osVar *OracleSink) UnmarshalJSON(body []byte) error + func (osVar OracleSink) AsAzureDataLakeStoreSink() (*AzureDataLakeStoreSink, bool) + func (osVar OracleSink) AsAzureQueueSink() (*AzureQueueSink, bool) + func (osVar OracleSink) AsAzureSearchIndexSink() (*AzureSearchIndexSink, bool) + func (osVar OracleSink) AsAzureTableSink() (*AzureTableSink, bool) + func (osVar OracleSink) AsBasicCopySink() (BasicCopySink, bool) + func (osVar OracleSink) AsBlobSink() (*BlobSink, bool) + func (osVar OracleSink) AsCopySink() (*CopySink, bool) + func (osVar OracleSink) AsDocumentDbCollectionSink() (*DocumentDbCollectionSink, bool) + func (osVar OracleSink) AsDynamicsSink() (*DynamicsSink, bool) + func (osVar OracleSink) AsFileSystemSink() (*FileSystemSink, bool) + func (osVar OracleSink) AsOdbcSink() (*OdbcSink, bool) + func (osVar OracleSink) AsOracleSink() (*OracleSink, bool) + func (osVar OracleSink) AsSQLDWSink() (*SQLDWSink, bool) + func (osVar OracleSink) AsSQLSink() (*SQLSink, bool) + func (osVar OracleSink) AsSalesforceSink() (*SalesforceSink, bool) + func (osVar OracleSink) AsSapCloudForCustomerSink() (*SapCloudForCustomerSink, bool) + func (osVar OracleSink) MarshalJSON() ([]byte, error) + type OracleSource struct + AdditionalProperties map[string]interface{} + OracleReaderQuery interface{} + QueryTimeout interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (osVar *OracleSource) UnmarshalJSON(body []byte) error + func (osVar OracleSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (osVar OracleSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (osVar OracleSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (osVar OracleSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (osVar OracleSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (osVar OracleSource) AsAzureTableSource() (*AzureTableSource, bool) + func (osVar OracleSource) AsBasicCopySource() (BasicCopySource, bool) + func (osVar OracleSource) AsBlobSource() (*BlobSource, bool) + func (osVar OracleSource) AsCassandraSource() (*CassandraSource, bool) + func (osVar OracleSource) AsConcurSource() (*ConcurSource, bool) + func (osVar OracleSource) AsCopySource() (*CopySource, bool) + func (osVar OracleSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (osVar OracleSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (osVar OracleSource) AsDrillSource() (*DrillSource, bool) + func (osVar OracleSource) AsDynamicsSource() (*DynamicsSource, bool) + func (osVar OracleSource) AsEloquaSource() (*EloquaSource, bool) + func (osVar OracleSource) AsFileSystemSource() (*FileSystemSource, bool) + func (osVar OracleSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (osVar OracleSource) AsGreenplumSource() (*GreenplumSource, bool) + func (osVar OracleSource) AsHBaseSource() (*HBaseSource, bool) + func (osVar OracleSource) AsHTTPSource() (*HTTPSource, bool) + func (osVar OracleSource) AsHdfsSource() (*HdfsSource, bool) + func (osVar OracleSource) AsHiveSource() (*HiveSource, bool) + func (osVar OracleSource) AsHubspotSource() (*HubspotSource, bool) + func (osVar OracleSource) AsImpalaSource() (*ImpalaSource, bool) + func (osVar OracleSource) AsJiraSource() (*JiraSource, bool) + func (osVar OracleSource) AsMagentoSource() (*MagentoSource, bool) + func (osVar OracleSource) AsMariaDBSource() (*MariaDBSource, bool) + func (osVar OracleSource) AsMarketoSource() (*MarketoSource, bool) + func (osVar OracleSource) AsMongoDbSource() (*MongoDbSource, bool) + func (osVar OracleSource) AsNetezzaSource() (*NetezzaSource, bool) + func (osVar OracleSource) AsOracleSource() (*OracleSource, bool) + func (osVar OracleSource) AsPaypalSource() (*PaypalSource, bool) + func (osVar OracleSource) AsPhoenixSource() (*PhoenixSource, bool) + func (osVar OracleSource) AsPrestoSource() (*PrestoSource, bool) + func (osVar OracleSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (osVar OracleSource) AsRelationalSource() (*RelationalSource, bool) + func (osVar OracleSource) AsResponsysSource() (*ResponsysSource, bool) + func (osVar OracleSource) AsSQLDWSource() (*SQLDWSource, bool) + func (osVar OracleSource) AsSQLSource() (*SQLSource, bool) + func (osVar OracleSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (osVar OracleSource) AsSalesforceSource() (*SalesforceSource, bool) + func (osVar OracleSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (osVar OracleSource) AsSapEccSource() (*SapEccSource, bool) + func (osVar OracleSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (osVar OracleSource) AsShopifySource() (*ShopifySource, bool) + func (osVar OracleSource) AsSparkSource() (*SparkSource, bool) + func (osVar OracleSource) AsSquareSource() (*SquareSource, bool) + func (osVar OracleSource) AsVerticaSource() (*VerticaSource, bool) + func (osVar OracleSource) AsWebSource() (*WebSource, bool) + func (osVar OracleSource) AsXeroSource() (*XeroSource, bool) + func (osVar OracleSource) AsZohoSource() (*ZohoSource, bool) + func (osVar OracleSource) MarshalJSON() ([]byte, error) + type OracleTableDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (otd *OracleTableDataset) UnmarshalJSON(body []byte) error + func (otd OracleTableDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (otd OracleTableDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (otd OracleTableDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (otd OracleTableDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (otd OracleTableDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (otd OracleTableDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (otd OracleTableDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (otd OracleTableDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (otd OracleTableDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (otd OracleTableDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (otd OracleTableDataset) AsBasicDataset() (BasicDataset, bool) + func (otd OracleTableDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (otd OracleTableDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (otd OracleTableDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (otd OracleTableDataset) AsCustomDataset() (*CustomDataset, bool) + func (otd OracleTableDataset) AsDataset() (*Dataset, bool) + func (otd OracleTableDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (otd OracleTableDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (otd OracleTableDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (otd OracleTableDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (otd OracleTableDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (otd OracleTableDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (otd OracleTableDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (otd OracleTableDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (otd OracleTableDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (otd OracleTableDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (otd OracleTableDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (otd OracleTableDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (otd OracleTableDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (otd OracleTableDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (otd OracleTableDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (otd OracleTableDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (otd OracleTableDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (otd OracleTableDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (otd OracleTableDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (otd OracleTableDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (otd OracleTableDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (otd OracleTableDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (otd OracleTableDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (otd OracleTableDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (otd OracleTableDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (otd OracleTableDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (otd OracleTableDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (otd OracleTableDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (otd OracleTableDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (otd OracleTableDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (otd OracleTableDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (otd OracleTableDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (otd OracleTableDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (otd OracleTableDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (otd OracleTableDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (otd OracleTableDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (otd OracleTableDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (otd OracleTableDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (otd OracleTableDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (otd OracleTableDataset) MarshalJSON() ([]byte, error) + type OracleTableDatasetTypeProperties struct + TableName interface{} + type OrcFormat struct + AdditionalProperties map[string]interface{} + Deserializer interface{} + Serializer interface{} + Type TypeBasicDatasetStorageFormat + func (of *OrcFormat) UnmarshalJSON(body []byte) error + func (of OrcFormat) AsAvroFormat() (*AvroFormat, bool) + func (of OrcFormat) AsBasicDatasetStorageFormat() (BasicDatasetStorageFormat, bool) + func (of OrcFormat) AsDatasetStorageFormat() (*DatasetStorageFormat, bool) + func (of OrcFormat) AsJSONFormat() (*JSONFormat, bool) + func (of OrcFormat) AsOrcFormat() (*OrcFormat, bool) + func (of OrcFormat) AsParquetFormat() (*ParquetFormat, bool) + func (of OrcFormat) AsTextFormat() (*TextFormat, bool) + func (of OrcFormat) MarshalJSON() ([]byte, error) + type ParameterSpecification struct + DefaultValue interface{} + Type ParameterType + type ParameterType string + const ParameterTypeArray + const ParameterTypeBool + const ParameterTypeFloat + const ParameterTypeInt + const ParameterTypeObject + const ParameterTypeSecureString + const ParameterTypeString + func PossibleParameterTypeValues() []ParameterType + type ParquetFormat struct + AdditionalProperties map[string]interface{} + Deserializer interface{} + Serializer interface{} + Type TypeBasicDatasetStorageFormat + func (pf *ParquetFormat) UnmarshalJSON(body []byte) error + func (pf ParquetFormat) AsAvroFormat() (*AvroFormat, bool) + func (pf ParquetFormat) AsBasicDatasetStorageFormat() (BasicDatasetStorageFormat, bool) + func (pf ParquetFormat) AsDatasetStorageFormat() (*DatasetStorageFormat, bool) + func (pf ParquetFormat) AsJSONFormat() (*JSONFormat, bool) + func (pf ParquetFormat) AsOrcFormat() (*OrcFormat, bool) + func (pf ParquetFormat) AsParquetFormat() (*ParquetFormat, bool) + func (pf ParquetFormat) AsTextFormat() (*TextFormat, bool) + func (pf ParquetFormat) MarshalJSON() ([]byte, error) + type PaypalLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (pls *PaypalLinkedService) UnmarshalJSON(body []byte) error + func (pls PaypalLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (pls PaypalLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (pls PaypalLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (pls PaypalLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (pls PaypalLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (pls PaypalLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (pls PaypalLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (pls PaypalLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (pls PaypalLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (pls PaypalLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (pls PaypalLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (pls PaypalLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (pls PaypalLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (pls PaypalLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (pls PaypalLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (pls PaypalLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (pls PaypalLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (pls PaypalLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (pls PaypalLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (pls PaypalLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (pls PaypalLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (pls PaypalLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (pls PaypalLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (pls PaypalLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (pls PaypalLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (pls PaypalLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (pls PaypalLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (pls PaypalLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (pls PaypalLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (pls PaypalLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (pls PaypalLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (pls PaypalLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (pls PaypalLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (pls PaypalLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (pls PaypalLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (pls PaypalLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (pls PaypalLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (pls PaypalLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (pls PaypalLinkedService) AsLinkedService() (*LinkedService, bool) + func (pls PaypalLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (pls PaypalLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (pls PaypalLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (pls PaypalLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (pls PaypalLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (pls PaypalLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (pls PaypalLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (pls PaypalLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (pls PaypalLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (pls PaypalLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (pls PaypalLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (pls PaypalLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (pls PaypalLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (pls PaypalLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (pls PaypalLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (pls PaypalLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (pls PaypalLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (pls PaypalLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (pls PaypalLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (pls PaypalLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (pls PaypalLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (pls PaypalLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (pls PaypalLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (pls PaypalLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (pls PaypalLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (pls PaypalLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (pls PaypalLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (pls PaypalLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (pls PaypalLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (pls PaypalLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (pls PaypalLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (pls PaypalLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (pls PaypalLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (pls PaypalLinkedService) MarshalJSON() ([]byte, error) + type PaypalLinkedServiceTypeProperties struct + ClientID interface{} + ClientSecret BasicSecretBase + EncryptedCredential interface{} + Host interface{} + UseEncryptedEndpoints interface{} + UseHostVerification interface{} + UsePeerVerification interface{} + func (plstp *PaypalLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type PaypalObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (pod *PaypalObjectDataset) UnmarshalJSON(body []byte) error + func (pod PaypalObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (pod PaypalObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (pod PaypalObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (pod PaypalObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (pod PaypalObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (pod PaypalObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (pod PaypalObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (pod PaypalObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (pod PaypalObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (pod PaypalObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (pod PaypalObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (pod PaypalObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (pod PaypalObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (pod PaypalObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (pod PaypalObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (pod PaypalObjectDataset) AsDataset() (*Dataset, bool) + func (pod PaypalObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (pod PaypalObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (pod PaypalObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (pod PaypalObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (pod PaypalObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (pod PaypalObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (pod PaypalObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (pod PaypalObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (pod PaypalObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (pod PaypalObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (pod PaypalObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (pod PaypalObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (pod PaypalObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (pod PaypalObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (pod PaypalObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (pod PaypalObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (pod PaypalObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (pod PaypalObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (pod PaypalObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (pod PaypalObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (pod PaypalObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (pod PaypalObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (pod PaypalObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (pod PaypalObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (pod PaypalObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (pod PaypalObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (pod PaypalObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (pod PaypalObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (pod PaypalObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (pod PaypalObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (pod PaypalObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (pod PaypalObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (pod PaypalObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (pod PaypalObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (pod PaypalObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (pod PaypalObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (pod PaypalObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (pod PaypalObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (pod PaypalObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (pod PaypalObjectDataset) MarshalJSON() ([]byte, error) + type PaypalSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ps *PaypalSource) UnmarshalJSON(body []byte) error + func (ps PaypalSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ps PaypalSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ps PaypalSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ps PaypalSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ps PaypalSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ps PaypalSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ps PaypalSource) AsBasicCopySource() (BasicCopySource, bool) + func (ps PaypalSource) AsBlobSource() (*BlobSource, bool) + func (ps PaypalSource) AsCassandraSource() (*CassandraSource, bool) + func (ps PaypalSource) AsConcurSource() (*ConcurSource, bool) + func (ps PaypalSource) AsCopySource() (*CopySource, bool) + func (ps PaypalSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ps PaypalSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ps PaypalSource) AsDrillSource() (*DrillSource, bool) + func (ps PaypalSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ps PaypalSource) AsEloquaSource() (*EloquaSource, bool) + func (ps PaypalSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ps PaypalSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ps PaypalSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ps PaypalSource) AsHBaseSource() (*HBaseSource, bool) + func (ps PaypalSource) AsHTTPSource() (*HTTPSource, bool) + func (ps PaypalSource) AsHdfsSource() (*HdfsSource, bool) + func (ps PaypalSource) AsHiveSource() (*HiveSource, bool) + func (ps PaypalSource) AsHubspotSource() (*HubspotSource, bool) + func (ps PaypalSource) AsImpalaSource() (*ImpalaSource, bool) + func (ps PaypalSource) AsJiraSource() (*JiraSource, bool) + func (ps PaypalSource) AsMagentoSource() (*MagentoSource, bool) + func (ps PaypalSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ps PaypalSource) AsMarketoSource() (*MarketoSource, bool) + func (ps PaypalSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ps PaypalSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ps PaypalSource) AsOracleSource() (*OracleSource, bool) + func (ps PaypalSource) AsPaypalSource() (*PaypalSource, bool) + func (ps PaypalSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ps PaypalSource) AsPrestoSource() (*PrestoSource, bool) + func (ps PaypalSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ps PaypalSource) AsRelationalSource() (*RelationalSource, bool) + func (ps PaypalSource) AsResponsysSource() (*ResponsysSource, bool) + func (ps PaypalSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ps PaypalSource) AsSQLSource() (*SQLSource, bool) + func (ps PaypalSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ps PaypalSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ps PaypalSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ps PaypalSource) AsSapEccSource() (*SapEccSource, bool) + func (ps PaypalSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ps PaypalSource) AsShopifySource() (*ShopifySource, bool) + func (ps PaypalSource) AsSparkSource() (*SparkSource, bool) + func (ps PaypalSource) AsSquareSource() (*SquareSource, bool) + func (ps PaypalSource) AsVerticaSource() (*VerticaSource, bool) + func (ps PaypalSource) AsWebSource() (*WebSource, bool) + func (ps PaypalSource) AsXeroSource() (*XeroSource, bool) + func (ps PaypalSource) AsZohoSource() (*ZohoSource, bool) + func (ps PaypalSource) MarshalJSON() ([]byte, error) + type PhoenixAuthenticationType string + const PhoenixAuthenticationTypeAnonymous + const PhoenixAuthenticationTypeUsernameAndPassword + const PhoenixAuthenticationTypeWindowsAzureHDInsightService + func PossiblePhoenixAuthenticationTypeValues() []PhoenixAuthenticationType + type PhoenixLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (pls *PhoenixLinkedService) UnmarshalJSON(body []byte) error + func (pls PhoenixLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (pls PhoenixLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (pls PhoenixLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (pls PhoenixLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (pls PhoenixLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (pls PhoenixLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (pls PhoenixLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (pls PhoenixLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (pls PhoenixLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (pls PhoenixLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (pls PhoenixLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (pls PhoenixLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (pls PhoenixLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (pls PhoenixLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (pls PhoenixLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (pls PhoenixLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (pls PhoenixLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (pls PhoenixLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (pls PhoenixLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (pls PhoenixLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (pls PhoenixLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (pls PhoenixLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (pls PhoenixLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (pls PhoenixLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (pls PhoenixLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (pls PhoenixLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (pls PhoenixLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (pls PhoenixLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (pls PhoenixLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (pls PhoenixLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (pls PhoenixLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (pls PhoenixLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (pls PhoenixLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (pls PhoenixLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (pls PhoenixLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (pls PhoenixLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (pls PhoenixLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (pls PhoenixLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (pls PhoenixLinkedService) AsLinkedService() (*LinkedService, bool) + func (pls PhoenixLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (pls PhoenixLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (pls PhoenixLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (pls PhoenixLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (pls PhoenixLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (pls PhoenixLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (pls PhoenixLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (pls PhoenixLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (pls PhoenixLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (pls PhoenixLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (pls PhoenixLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (pls PhoenixLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (pls PhoenixLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (pls PhoenixLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (pls PhoenixLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (pls PhoenixLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (pls PhoenixLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (pls PhoenixLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (pls PhoenixLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (pls PhoenixLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (pls PhoenixLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (pls PhoenixLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (pls PhoenixLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (pls PhoenixLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (pls PhoenixLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (pls PhoenixLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (pls PhoenixLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (pls PhoenixLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (pls PhoenixLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (pls PhoenixLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (pls PhoenixLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (pls PhoenixLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (pls PhoenixLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (pls PhoenixLinkedService) MarshalJSON() ([]byte, error) + type PhoenixLinkedServiceTypeProperties struct + AllowHostNameCNMismatch interface{} + AllowSelfSignedServerCert interface{} + AuthenticationType PhoenixAuthenticationType + EnableSsl interface{} + EncryptedCredential interface{} + HTTPPath interface{} + Host interface{} + Password BasicSecretBase + Port interface{} + TrustedCertPath interface{} + UseSystemTrustStore interface{} + Username interface{} + func (plstp *PhoenixLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type PhoenixObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (pod *PhoenixObjectDataset) UnmarshalJSON(body []byte) error + func (pod PhoenixObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (pod PhoenixObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (pod PhoenixObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (pod PhoenixObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (pod PhoenixObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (pod PhoenixObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (pod PhoenixObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (pod PhoenixObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (pod PhoenixObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (pod PhoenixObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (pod PhoenixObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (pod PhoenixObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (pod PhoenixObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (pod PhoenixObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (pod PhoenixObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (pod PhoenixObjectDataset) AsDataset() (*Dataset, bool) + func (pod PhoenixObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (pod PhoenixObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (pod PhoenixObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (pod PhoenixObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (pod PhoenixObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (pod PhoenixObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (pod PhoenixObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (pod PhoenixObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (pod PhoenixObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (pod PhoenixObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (pod PhoenixObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (pod PhoenixObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (pod PhoenixObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (pod PhoenixObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (pod PhoenixObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (pod PhoenixObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (pod PhoenixObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (pod PhoenixObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (pod PhoenixObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (pod PhoenixObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (pod PhoenixObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (pod PhoenixObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (pod PhoenixObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (pod PhoenixObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (pod PhoenixObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (pod PhoenixObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (pod PhoenixObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (pod PhoenixObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (pod PhoenixObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (pod PhoenixObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (pod PhoenixObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (pod PhoenixObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (pod PhoenixObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (pod PhoenixObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (pod PhoenixObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (pod PhoenixObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (pod PhoenixObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (pod PhoenixObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (pod PhoenixObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (pod PhoenixObjectDataset) MarshalJSON() ([]byte, error) + type PhoenixSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ps *PhoenixSource) UnmarshalJSON(body []byte) error + func (ps PhoenixSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ps PhoenixSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ps PhoenixSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ps PhoenixSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ps PhoenixSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ps PhoenixSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ps PhoenixSource) AsBasicCopySource() (BasicCopySource, bool) + func (ps PhoenixSource) AsBlobSource() (*BlobSource, bool) + func (ps PhoenixSource) AsCassandraSource() (*CassandraSource, bool) + func (ps PhoenixSource) AsConcurSource() (*ConcurSource, bool) + func (ps PhoenixSource) AsCopySource() (*CopySource, bool) + func (ps PhoenixSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ps PhoenixSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ps PhoenixSource) AsDrillSource() (*DrillSource, bool) + func (ps PhoenixSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ps PhoenixSource) AsEloquaSource() (*EloquaSource, bool) + func (ps PhoenixSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ps PhoenixSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ps PhoenixSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ps PhoenixSource) AsHBaseSource() (*HBaseSource, bool) + func (ps PhoenixSource) AsHTTPSource() (*HTTPSource, bool) + func (ps PhoenixSource) AsHdfsSource() (*HdfsSource, bool) + func (ps PhoenixSource) AsHiveSource() (*HiveSource, bool) + func (ps PhoenixSource) AsHubspotSource() (*HubspotSource, bool) + func (ps PhoenixSource) AsImpalaSource() (*ImpalaSource, bool) + func (ps PhoenixSource) AsJiraSource() (*JiraSource, bool) + func (ps PhoenixSource) AsMagentoSource() (*MagentoSource, bool) + func (ps PhoenixSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ps PhoenixSource) AsMarketoSource() (*MarketoSource, bool) + func (ps PhoenixSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ps PhoenixSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ps PhoenixSource) AsOracleSource() (*OracleSource, bool) + func (ps PhoenixSource) AsPaypalSource() (*PaypalSource, bool) + func (ps PhoenixSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ps PhoenixSource) AsPrestoSource() (*PrestoSource, bool) + func (ps PhoenixSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ps PhoenixSource) AsRelationalSource() (*RelationalSource, bool) + func (ps PhoenixSource) AsResponsysSource() (*ResponsysSource, bool) + func (ps PhoenixSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ps PhoenixSource) AsSQLSource() (*SQLSource, bool) + func (ps PhoenixSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ps PhoenixSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ps PhoenixSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ps PhoenixSource) AsSapEccSource() (*SapEccSource, bool) + func (ps PhoenixSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ps PhoenixSource) AsShopifySource() (*ShopifySource, bool) + func (ps PhoenixSource) AsSparkSource() (*SparkSource, bool) + func (ps PhoenixSource) AsSquareSource() (*SquareSource, bool) + func (ps PhoenixSource) AsVerticaSource() (*VerticaSource, bool) + func (ps PhoenixSource) AsWebSource() (*WebSource, bool) + func (ps PhoenixSource) AsXeroSource() (*XeroSource, bool) + func (ps PhoenixSource) AsZohoSource() (*ZohoSource, bool) + func (ps PhoenixSource) MarshalJSON() ([]byte, error) + type Pipeline struct + Activities *[]BasicActivity + Annotations *[]interface{} + Concurrency *int32 + Description *string + Parameters map[string]*ParameterSpecification + func (p *Pipeline) UnmarshalJSON(body []byte) error + func (p Pipeline) MarshalJSON() ([]byte, error) + type PipelineListResponse struct + NextLink *string + Value *[]PipelineResource + func (plr PipelineListResponse) IsEmpty() bool + type PipelineListResponseIterator struct + func NewPipelineListResponseIterator(page PipelineListResponsePage) PipelineListResponseIterator + func (iter *PipelineListResponseIterator) Next() error + func (iter *PipelineListResponseIterator) NextWithContext(ctx context.Context) (err error) + func (iter PipelineListResponseIterator) NotDone() bool + func (iter PipelineListResponseIterator) Response() PipelineListResponse + func (iter PipelineListResponseIterator) Value() PipelineResource + type PipelineListResponsePage struct + func NewPipelineListResponsePage(...) PipelineListResponsePage + func (page *PipelineListResponsePage) Next() error + func (page *PipelineListResponsePage) NextWithContext(ctx context.Context) (err error) + func (page PipelineListResponsePage) NotDone() bool + func (page PipelineListResponsePage) Response() PipelineListResponse + func (page PipelineListResponsePage) Values() []PipelineResource + type PipelineReference struct + Name *string + ReferenceName *string + Type *string + type PipelineResource struct + AdditionalProperties map[string]interface{} + Etag *string + ID *string + Name *string + Type *string + func (pr *PipelineResource) UnmarshalJSON(body []byte) error + func (pr PipelineResource) MarshalJSON() ([]byte, error) + type PipelineRun struct + AdditionalProperties map[string]interface{} + DurationInMs *int32 + InvokedBy *PipelineRunInvokedBy + LastUpdated *date.Time + Message *string + Parameters map[string]*string + PipelineName *string + RunEnd *date.Time + RunID *string + RunStart *date.Time + Status *string + func (pr *PipelineRun) UnmarshalJSON(body []byte) error + func (pr PipelineRun) MarshalJSON() ([]byte, error) + type PipelineRunFilterParameters struct + ContinuationToken *string + Filters *[]PipelineRunQueryFilter + LastUpdatedAfter *date.Time + LastUpdatedBefore *date.Time + OrderBy *[]PipelineRunQueryOrderBy + type PipelineRunInvokedBy struct + ID *string + Name *string + type PipelineRunQueryFilter struct + Operand PipelineRunQueryFilterOperand + Operator PipelineRunQueryFilterOperator + Values *[]string + type PipelineRunQueryFilterOperand string + const PipelineName + const RunEnd + const RunStart + const Status + func PossiblePipelineRunQueryFilterOperandValues() []PipelineRunQueryFilterOperand + type PipelineRunQueryFilterOperator string + const Equals + const In + const NotEquals + const NotIn + func PossiblePipelineRunQueryFilterOperatorValues() []PipelineRunQueryFilterOperator + type PipelineRunQueryOrder string + const ASC + const DESC + func PossiblePipelineRunQueryOrderValues() []PipelineRunQueryOrder + type PipelineRunQueryOrderBy struct + Order PipelineRunQueryOrder + OrderBy PipelineRunQueryOrderByField + type PipelineRunQueryOrderByField string + const PipelineRunQueryOrderByFieldRunEnd + const PipelineRunQueryOrderByFieldRunStart + func PossiblePipelineRunQueryOrderByFieldValues() []PipelineRunQueryOrderByField + type PipelineRunQueryResponse struct + ContinuationToken *string + Value *[]PipelineRun + type PipelineRunsClient struct + func NewPipelineRunsClient(subscriptionID string) PipelineRunsClient + func NewPipelineRunsClientWithBaseURI(baseURI string, subscriptionID string) PipelineRunsClient + func (client PipelineRunsClient) Get(ctx context.Context, resourceGroupName string, factoryName string, ...) (result PipelineRun, err error) + func (client PipelineRunsClient) GetPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client PipelineRunsClient) GetResponder(resp *http.Response) (result PipelineRun, err error) + func (client PipelineRunsClient) GetSender(req *http.Request) (*http.Response, error) + func (client PipelineRunsClient) QueryByFactory(ctx context.Context, resourceGroupName string, factoryName string, ...) (result PipelineRunQueryResponse, err error) + func (client PipelineRunsClient) QueryByFactoryPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client PipelineRunsClient) QueryByFactoryResponder(resp *http.Response) (result PipelineRunQueryResponse, err error) + func (client PipelineRunsClient) QueryByFactorySender(req *http.Request) (*http.Response, error) + type PipelinesClient struct + func NewPipelinesClient(subscriptionID string) PipelinesClient + func NewPipelinesClientWithBaseURI(baseURI string, subscriptionID string) PipelinesClient + func (client PipelinesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, factoryName string, ...) (result PipelineResource, err error) + func (client PipelinesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client PipelinesClient) CreateOrUpdateResponder(resp *http.Response) (result PipelineResource, err error) + func (client PipelinesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client PipelinesClient) CreateRun(ctx context.Context, resourceGroupName string, factoryName string, ...) (result CreateRunResponse, err error) + func (client PipelinesClient) CreateRunPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client PipelinesClient) CreateRunResponder(resp *http.Response) (result CreateRunResponse, err error) + func (client PipelinesClient) CreateRunSender(req *http.Request) (*http.Response, error) + func (client PipelinesClient) Delete(ctx context.Context, resourceGroupName string, factoryName string, ...) (result autorest.Response, err error) + func (client PipelinesClient) DeletePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client PipelinesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client PipelinesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client PipelinesClient) Get(ctx context.Context, resourceGroupName string, factoryName string, ...) (result PipelineResource, err error) + func (client PipelinesClient) GetPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client PipelinesClient) GetResponder(resp *http.Response) (result PipelineResource, err error) + func (client PipelinesClient) GetSender(req *http.Request) (*http.Response, error) + func (client PipelinesClient) ListByFactory(ctx context.Context, resourceGroupName string, factoryName string) (result PipelineListResponsePage, err error) + func (client PipelinesClient) ListByFactoryComplete(ctx context.Context, resourceGroupName string, factoryName string) (result PipelineListResponseIterator, err error) + func (client PipelinesClient) ListByFactoryPreparer(ctx context.Context, resourceGroupName string, factoryName string) (*http.Request, error) + func (client PipelinesClient) ListByFactoryResponder(resp *http.Response) (result PipelineListResponse, err error) + func (client PipelinesClient) ListByFactorySender(req *http.Request) (*http.Response, error) + type PolybaseSettings struct + AdditionalProperties map[string]interface{} + RejectSampleValue interface{} + RejectType interface{} + RejectValue interface{} + UseTypeDefault interface{} + func (ps *PolybaseSettings) UnmarshalJSON(body []byte) error + func (ps PolybaseSettings) MarshalJSON() ([]byte, error) + type PostgreSQLLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (psls *PostgreSQLLinkedService) UnmarshalJSON(body []byte) error + func (psls PostgreSQLLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (psls PostgreSQLLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (psls PostgreSQLLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (psls PostgreSQLLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (psls PostgreSQLLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (psls PostgreSQLLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (psls PostgreSQLLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (psls PostgreSQLLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (psls PostgreSQLLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (psls PostgreSQLLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (psls PostgreSQLLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (psls PostgreSQLLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (psls PostgreSQLLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (psls PostgreSQLLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (psls PostgreSQLLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (psls PostgreSQLLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (psls PostgreSQLLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (psls PostgreSQLLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (psls PostgreSQLLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (psls PostgreSQLLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (psls PostgreSQLLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (psls PostgreSQLLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (psls PostgreSQLLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (psls PostgreSQLLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (psls PostgreSQLLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (psls PostgreSQLLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (psls PostgreSQLLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (psls PostgreSQLLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (psls PostgreSQLLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (psls PostgreSQLLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (psls PostgreSQLLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (psls PostgreSQLLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (psls PostgreSQLLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (psls PostgreSQLLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (psls PostgreSQLLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (psls PostgreSQLLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (psls PostgreSQLLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (psls PostgreSQLLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (psls PostgreSQLLinkedService) AsLinkedService() (*LinkedService, bool) + func (psls PostgreSQLLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (psls PostgreSQLLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (psls PostgreSQLLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (psls PostgreSQLLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (psls PostgreSQLLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (psls PostgreSQLLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (psls PostgreSQLLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (psls PostgreSQLLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (psls PostgreSQLLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (psls PostgreSQLLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (psls PostgreSQLLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (psls PostgreSQLLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (psls PostgreSQLLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (psls PostgreSQLLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (psls PostgreSQLLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (psls PostgreSQLLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (psls PostgreSQLLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (psls PostgreSQLLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (psls PostgreSQLLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (psls PostgreSQLLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (psls PostgreSQLLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (psls PostgreSQLLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (psls PostgreSQLLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (psls PostgreSQLLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (psls PostgreSQLLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (psls PostgreSQLLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (psls PostgreSQLLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (psls PostgreSQLLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (psls PostgreSQLLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (psls PostgreSQLLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (psls PostgreSQLLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (psls PostgreSQLLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (psls PostgreSQLLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (psls PostgreSQLLinkedService) MarshalJSON() ([]byte, error) + type PostgreSQLLinkedServiceTypeProperties struct + ConnectionString BasicSecretBase + EncryptedCredential interface{} + func (pslstp *PostgreSQLLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type PrestoAuthenticationType string + const PrestoAuthenticationTypeAnonymous + const PrestoAuthenticationTypeLDAP + func PossiblePrestoAuthenticationTypeValues() []PrestoAuthenticationType + type PrestoLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (pls *PrestoLinkedService) UnmarshalJSON(body []byte) error + func (pls PrestoLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (pls PrestoLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (pls PrestoLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (pls PrestoLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (pls PrestoLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (pls PrestoLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (pls PrestoLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (pls PrestoLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (pls PrestoLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (pls PrestoLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (pls PrestoLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (pls PrestoLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (pls PrestoLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (pls PrestoLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (pls PrestoLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (pls PrestoLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (pls PrestoLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (pls PrestoLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (pls PrestoLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (pls PrestoLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (pls PrestoLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (pls PrestoLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (pls PrestoLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (pls PrestoLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (pls PrestoLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (pls PrestoLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (pls PrestoLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (pls PrestoLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (pls PrestoLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (pls PrestoLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (pls PrestoLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (pls PrestoLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (pls PrestoLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (pls PrestoLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (pls PrestoLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (pls PrestoLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (pls PrestoLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (pls PrestoLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (pls PrestoLinkedService) AsLinkedService() (*LinkedService, bool) + func (pls PrestoLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (pls PrestoLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (pls PrestoLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (pls PrestoLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (pls PrestoLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (pls PrestoLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (pls PrestoLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (pls PrestoLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (pls PrestoLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (pls PrestoLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (pls PrestoLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (pls PrestoLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (pls PrestoLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (pls PrestoLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (pls PrestoLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (pls PrestoLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (pls PrestoLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (pls PrestoLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (pls PrestoLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (pls PrestoLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (pls PrestoLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (pls PrestoLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (pls PrestoLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (pls PrestoLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (pls PrestoLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (pls PrestoLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (pls PrestoLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (pls PrestoLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (pls PrestoLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (pls PrestoLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (pls PrestoLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (pls PrestoLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (pls PrestoLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (pls PrestoLinkedService) MarshalJSON() ([]byte, error) + type PrestoLinkedServiceTypeProperties struct + AllowHostNameCNMismatch interface{} + AllowSelfSignedServerCert interface{} + AuthenticationType PrestoAuthenticationType + Catalog interface{} + EnableSsl interface{} + EncryptedCredential interface{} + Host interface{} + Password BasicSecretBase + Port interface{} + ServerVersion interface{} + TimeZoneID interface{} + TrustedCertPath interface{} + UseSystemTrustStore interface{} + Username interface{} + func (plstp *PrestoLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type PrestoObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (pod *PrestoObjectDataset) UnmarshalJSON(body []byte) error + func (pod PrestoObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (pod PrestoObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (pod PrestoObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (pod PrestoObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (pod PrestoObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (pod PrestoObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (pod PrestoObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (pod PrestoObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (pod PrestoObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (pod PrestoObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (pod PrestoObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (pod PrestoObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (pod PrestoObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (pod PrestoObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (pod PrestoObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (pod PrestoObjectDataset) AsDataset() (*Dataset, bool) + func (pod PrestoObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (pod PrestoObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (pod PrestoObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (pod PrestoObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (pod PrestoObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (pod PrestoObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (pod PrestoObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (pod PrestoObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (pod PrestoObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (pod PrestoObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (pod PrestoObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (pod PrestoObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (pod PrestoObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (pod PrestoObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (pod PrestoObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (pod PrestoObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (pod PrestoObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (pod PrestoObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (pod PrestoObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (pod PrestoObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (pod PrestoObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (pod PrestoObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (pod PrestoObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (pod PrestoObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (pod PrestoObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (pod PrestoObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (pod PrestoObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (pod PrestoObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (pod PrestoObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (pod PrestoObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (pod PrestoObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (pod PrestoObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (pod PrestoObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (pod PrestoObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (pod PrestoObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (pod PrestoObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (pod PrestoObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (pod PrestoObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (pod PrestoObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (pod PrestoObjectDataset) MarshalJSON() ([]byte, error) + type PrestoSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ps *PrestoSource) UnmarshalJSON(body []byte) error + func (ps PrestoSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ps PrestoSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ps PrestoSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ps PrestoSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ps PrestoSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ps PrestoSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ps PrestoSource) AsBasicCopySource() (BasicCopySource, bool) + func (ps PrestoSource) AsBlobSource() (*BlobSource, bool) + func (ps PrestoSource) AsCassandraSource() (*CassandraSource, bool) + func (ps PrestoSource) AsConcurSource() (*ConcurSource, bool) + func (ps PrestoSource) AsCopySource() (*CopySource, bool) + func (ps PrestoSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ps PrestoSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ps PrestoSource) AsDrillSource() (*DrillSource, bool) + func (ps PrestoSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ps PrestoSource) AsEloquaSource() (*EloquaSource, bool) + func (ps PrestoSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ps PrestoSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ps PrestoSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ps PrestoSource) AsHBaseSource() (*HBaseSource, bool) + func (ps PrestoSource) AsHTTPSource() (*HTTPSource, bool) + func (ps PrestoSource) AsHdfsSource() (*HdfsSource, bool) + func (ps PrestoSource) AsHiveSource() (*HiveSource, bool) + func (ps PrestoSource) AsHubspotSource() (*HubspotSource, bool) + func (ps PrestoSource) AsImpalaSource() (*ImpalaSource, bool) + func (ps PrestoSource) AsJiraSource() (*JiraSource, bool) + func (ps PrestoSource) AsMagentoSource() (*MagentoSource, bool) + func (ps PrestoSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ps PrestoSource) AsMarketoSource() (*MarketoSource, bool) + func (ps PrestoSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ps PrestoSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ps PrestoSource) AsOracleSource() (*OracleSource, bool) + func (ps PrestoSource) AsPaypalSource() (*PaypalSource, bool) + func (ps PrestoSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ps PrestoSource) AsPrestoSource() (*PrestoSource, bool) + func (ps PrestoSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ps PrestoSource) AsRelationalSource() (*RelationalSource, bool) + func (ps PrestoSource) AsResponsysSource() (*ResponsysSource, bool) + func (ps PrestoSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ps PrestoSource) AsSQLSource() (*SQLSource, bool) + func (ps PrestoSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ps PrestoSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ps PrestoSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ps PrestoSource) AsSapEccSource() (*SapEccSource, bool) + func (ps PrestoSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ps PrestoSource) AsShopifySource() (*ShopifySource, bool) + func (ps PrestoSource) AsSparkSource() (*SparkSource, bool) + func (ps PrestoSource) AsSquareSource() (*SquareSource, bool) + func (ps PrestoSource) AsVerticaSource() (*VerticaSource, bool) + func (ps PrestoSource) AsWebSource() (*WebSource, bool) + func (ps PrestoSource) AsXeroSource() (*XeroSource, bool) + func (ps PrestoSource) AsZohoSource() (*ZohoSource, bool) + func (ps PrestoSource) MarshalJSON() ([]byte, error) + type QuickBooksLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (qbls *QuickBooksLinkedService) UnmarshalJSON(body []byte) error + func (qbls QuickBooksLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (qbls QuickBooksLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (qbls QuickBooksLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (qbls QuickBooksLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (qbls QuickBooksLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (qbls QuickBooksLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (qbls QuickBooksLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (qbls QuickBooksLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (qbls QuickBooksLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (qbls QuickBooksLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (qbls QuickBooksLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (qbls QuickBooksLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (qbls QuickBooksLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (qbls QuickBooksLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (qbls QuickBooksLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (qbls QuickBooksLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (qbls QuickBooksLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (qbls QuickBooksLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (qbls QuickBooksLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (qbls QuickBooksLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (qbls QuickBooksLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (qbls QuickBooksLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (qbls QuickBooksLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (qbls QuickBooksLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (qbls QuickBooksLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (qbls QuickBooksLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (qbls QuickBooksLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (qbls QuickBooksLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (qbls QuickBooksLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (qbls QuickBooksLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (qbls QuickBooksLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (qbls QuickBooksLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (qbls QuickBooksLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (qbls QuickBooksLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (qbls QuickBooksLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (qbls QuickBooksLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (qbls QuickBooksLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (qbls QuickBooksLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (qbls QuickBooksLinkedService) AsLinkedService() (*LinkedService, bool) + func (qbls QuickBooksLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (qbls QuickBooksLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (qbls QuickBooksLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (qbls QuickBooksLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (qbls QuickBooksLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (qbls QuickBooksLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (qbls QuickBooksLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (qbls QuickBooksLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (qbls QuickBooksLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (qbls QuickBooksLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (qbls QuickBooksLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (qbls QuickBooksLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (qbls QuickBooksLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (qbls QuickBooksLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (qbls QuickBooksLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (qbls QuickBooksLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (qbls QuickBooksLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (qbls QuickBooksLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (qbls QuickBooksLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (qbls QuickBooksLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (qbls QuickBooksLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (qbls QuickBooksLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (qbls QuickBooksLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (qbls QuickBooksLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (qbls QuickBooksLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (qbls QuickBooksLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (qbls QuickBooksLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (qbls QuickBooksLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (qbls QuickBooksLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (qbls QuickBooksLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (qbls QuickBooksLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (qbls QuickBooksLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (qbls QuickBooksLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (qbls QuickBooksLinkedService) MarshalJSON() ([]byte, error) + type QuickBooksLinkedServiceTypeProperties struct + AccessToken BasicSecretBase + AccessTokenSecret BasicSecretBase + CompanyID interface{} + ConsumerKey interface{} + ConsumerSecret BasicSecretBase + EncryptedCredential interface{} + Endpoint interface{} + UseEncryptedEndpoints interface{} + func (qblstp *QuickBooksLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type QuickBooksObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (qbod *QuickBooksObjectDataset) UnmarshalJSON(body []byte) error + func (qbod QuickBooksObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (qbod QuickBooksObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (qbod QuickBooksObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (qbod QuickBooksObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (qbod QuickBooksObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (qbod QuickBooksObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (qbod QuickBooksObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (qbod QuickBooksObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (qbod QuickBooksObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (qbod QuickBooksObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (qbod QuickBooksObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (qbod QuickBooksObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (qbod QuickBooksObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (qbod QuickBooksObjectDataset) AsDataset() (*Dataset, bool) + func (qbod QuickBooksObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (qbod QuickBooksObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (qbod QuickBooksObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (qbod QuickBooksObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (qbod QuickBooksObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (qbod QuickBooksObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (qbod QuickBooksObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (qbod QuickBooksObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (qbod QuickBooksObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (qbod QuickBooksObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (qbod QuickBooksObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (qbod QuickBooksObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (qbod QuickBooksObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (qbod QuickBooksObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (qbod QuickBooksObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (qbod QuickBooksObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (qbod QuickBooksObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (qbod QuickBooksObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (qbod QuickBooksObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (qbod QuickBooksObjectDataset) MarshalJSON() ([]byte, error) + type QuickBooksSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (qbs *QuickBooksSource) UnmarshalJSON(body []byte) error + func (qbs QuickBooksSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (qbs QuickBooksSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (qbs QuickBooksSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (qbs QuickBooksSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (qbs QuickBooksSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (qbs QuickBooksSource) AsAzureTableSource() (*AzureTableSource, bool) + func (qbs QuickBooksSource) AsBasicCopySource() (BasicCopySource, bool) + func (qbs QuickBooksSource) AsBlobSource() (*BlobSource, bool) + func (qbs QuickBooksSource) AsCassandraSource() (*CassandraSource, bool) + func (qbs QuickBooksSource) AsConcurSource() (*ConcurSource, bool) + func (qbs QuickBooksSource) AsCopySource() (*CopySource, bool) + func (qbs QuickBooksSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (qbs QuickBooksSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (qbs QuickBooksSource) AsDrillSource() (*DrillSource, bool) + func (qbs QuickBooksSource) AsDynamicsSource() (*DynamicsSource, bool) + func (qbs QuickBooksSource) AsEloquaSource() (*EloquaSource, bool) + func (qbs QuickBooksSource) AsFileSystemSource() (*FileSystemSource, bool) + func (qbs QuickBooksSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (qbs QuickBooksSource) AsGreenplumSource() (*GreenplumSource, bool) + func (qbs QuickBooksSource) AsHBaseSource() (*HBaseSource, bool) + func (qbs QuickBooksSource) AsHTTPSource() (*HTTPSource, bool) + func (qbs QuickBooksSource) AsHdfsSource() (*HdfsSource, bool) + func (qbs QuickBooksSource) AsHiveSource() (*HiveSource, bool) + func (qbs QuickBooksSource) AsHubspotSource() (*HubspotSource, bool) + func (qbs QuickBooksSource) AsImpalaSource() (*ImpalaSource, bool) + func (qbs QuickBooksSource) AsJiraSource() (*JiraSource, bool) + func (qbs QuickBooksSource) AsMagentoSource() (*MagentoSource, bool) + func (qbs QuickBooksSource) AsMariaDBSource() (*MariaDBSource, bool) + func (qbs QuickBooksSource) AsMarketoSource() (*MarketoSource, bool) + func (qbs QuickBooksSource) AsMongoDbSource() (*MongoDbSource, bool) + func (qbs QuickBooksSource) AsNetezzaSource() (*NetezzaSource, bool) + func (qbs QuickBooksSource) AsOracleSource() (*OracleSource, bool) + func (qbs QuickBooksSource) AsPaypalSource() (*PaypalSource, bool) + func (qbs QuickBooksSource) AsPhoenixSource() (*PhoenixSource, bool) + func (qbs QuickBooksSource) AsPrestoSource() (*PrestoSource, bool) + func (qbs QuickBooksSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (qbs QuickBooksSource) AsRelationalSource() (*RelationalSource, bool) + func (qbs QuickBooksSource) AsResponsysSource() (*ResponsysSource, bool) + func (qbs QuickBooksSource) AsSQLDWSource() (*SQLDWSource, bool) + func (qbs QuickBooksSource) AsSQLSource() (*SQLSource, bool) + func (qbs QuickBooksSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (qbs QuickBooksSource) AsSalesforceSource() (*SalesforceSource, bool) + func (qbs QuickBooksSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (qbs QuickBooksSource) AsSapEccSource() (*SapEccSource, bool) + func (qbs QuickBooksSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (qbs QuickBooksSource) AsShopifySource() (*ShopifySource, bool) + func (qbs QuickBooksSource) AsSparkSource() (*SparkSource, bool) + func (qbs QuickBooksSource) AsSquareSource() (*SquareSource, bool) + func (qbs QuickBooksSource) AsVerticaSource() (*VerticaSource, bool) + func (qbs QuickBooksSource) AsWebSource() (*WebSource, bool) + func (qbs QuickBooksSource) AsXeroSource() (*XeroSource, bool) + func (qbs QuickBooksSource) AsZohoSource() (*ZohoSource, bool) + func (qbs QuickBooksSource) MarshalJSON() ([]byte, error) + type RecurrenceFrequency string + const Day + const Hour + const Minute + const Month + const NotSpecified + const Week + const Year + func PossibleRecurrenceFrequencyValues() []RecurrenceFrequency + type RecurrenceSchedule struct + AdditionalProperties map[string]interface{} + Hours *[]int32 + Minutes *[]int32 + MonthDays *[]int32 + MonthlyOccurrences *[]RecurrenceScheduleOccurrence + WeekDays *[]DaysOfWeek + func (rs *RecurrenceSchedule) UnmarshalJSON(body []byte) error + func (rs RecurrenceSchedule) MarshalJSON() ([]byte, error) + type RecurrenceScheduleOccurrence struct + AdditionalProperties map[string]interface{} + Day DayOfWeek + Occurrence *int32 + func (rso *RecurrenceScheduleOccurrence) UnmarshalJSON(body []byte) error + func (rso RecurrenceScheduleOccurrence) MarshalJSON() ([]byte, error) + type RedirectIncompatibleRowSettings struct + AdditionalProperties map[string]interface{} + LinkedServiceName interface{} + Path interface{} + func (rirs *RedirectIncompatibleRowSettings) UnmarshalJSON(body []byte) error + func (rirs RedirectIncompatibleRowSettings) MarshalJSON() ([]byte, error) + type RedshiftUnloadSettings struct + BucketName interface{} + S3LinkedServiceName *LinkedServiceReference + type RelationalSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (rs *RelationalSource) UnmarshalJSON(body []byte) error + func (rs RelationalSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (rs RelationalSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (rs RelationalSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (rs RelationalSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (rs RelationalSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (rs RelationalSource) AsAzureTableSource() (*AzureTableSource, bool) + func (rs RelationalSource) AsBasicCopySource() (BasicCopySource, bool) + func (rs RelationalSource) AsBlobSource() (*BlobSource, bool) + func (rs RelationalSource) AsCassandraSource() (*CassandraSource, bool) + func (rs RelationalSource) AsConcurSource() (*ConcurSource, bool) + func (rs RelationalSource) AsCopySource() (*CopySource, bool) + func (rs RelationalSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (rs RelationalSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (rs RelationalSource) AsDrillSource() (*DrillSource, bool) + func (rs RelationalSource) AsDynamicsSource() (*DynamicsSource, bool) + func (rs RelationalSource) AsEloquaSource() (*EloquaSource, bool) + func (rs RelationalSource) AsFileSystemSource() (*FileSystemSource, bool) + func (rs RelationalSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (rs RelationalSource) AsGreenplumSource() (*GreenplumSource, bool) + func (rs RelationalSource) AsHBaseSource() (*HBaseSource, bool) + func (rs RelationalSource) AsHTTPSource() (*HTTPSource, bool) + func (rs RelationalSource) AsHdfsSource() (*HdfsSource, bool) + func (rs RelationalSource) AsHiveSource() (*HiveSource, bool) + func (rs RelationalSource) AsHubspotSource() (*HubspotSource, bool) + func (rs RelationalSource) AsImpalaSource() (*ImpalaSource, bool) + func (rs RelationalSource) AsJiraSource() (*JiraSource, bool) + func (rs RelationalSource) AsMagentoSource() (*MagentoSource, bool) + func (rs RelationalSource) AsMariaDBSource() (*MariaDBSource, bool) + func (rs RelationalSource) AsMarketoSource() (*MarketoSource, bool) + func (rs RelationalSource) AsMongoDbSource() (*MongoDbSource, bool) + func (rs RelationalSource) AsNetezzaSource() (*NetezzaSource, bool) + func (rs RelationalSource) AsOracleSource() (*OracleSource, bool) + func (rs RelationalSource) AsPaypalSource() (*PaypalSource, bool) + func (rs RelationalSource) AsPhoenixSource() (*PhoenixSource, bool) + func (rs RelationalSource) AsPrestoSource() (*PrestoSource, bool) + func (rs RelationalSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (rs RelationalSource) AsRelationalSource() (*RelationalSource, bool) + func (rs RelationalSource) AsResponsysSource() (*ResponsysSource, bool) + func (rs RelationalSource) AsSQLDWSource() (*SQLDWSource, bool) + func (rs RelationalSource) AsSQLSource() (*SQLSource, bool) + func (rs RelationalSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (rs RelationalSource) AsSalesforceSource() (*SalesforceSource, bool) + func (rs RelationalSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (rs RelationalSource) AsSapEccSource() (*SapEccSource, bool) + func (rs RelationalSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (rs RelationalSource) AsShopifySource() (*ShopifySource, bool) + func (rs RelationalSource) AsSparkSource() (*SparkSource, bool) + func (rs RelationalSource) AsSquareSource() (*SquareSource, bool) + func (rs RelationalSource) AsVerticaSource() (*VerticaSource, bool) + func (rs RelationalSource) AsWebSource() (*WebSource, bool) + func (rs RelationalSource) AsXeroSource() (*XeroSource, bool) + func (rs RelationalSource) AsZohoSource() (*ZohoSource, bool) + func (rs RelationalSource) MarshalJSON() ([]byte, error) + type RelationalTableDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (rtd *RelationalTableDataset) UnmarshalJSON(body []byte) error + func (rtd RelationalTableDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (rtd RelationalTableDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (rtd RelationalTableDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (rtd RelationalTableDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (rtd RelationalTableDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (rtd RelationalTableDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (rtd RelationalTableDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (rtd RelationalTableDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (rtd RelationalTableDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (rtd RelationalTableDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (rtd RelationalTableDataset) AsBasicDataset() (BasicDataset, bool) + func (rtd RelationalTableDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (rtd RelationalTableDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (rtd RelationalTableDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (rtd RelationalTableDataset) AsCustomDataset() (*CustomDataset, bool) + func (rtd RelationalTableDataset) AsDataset() (*Dataset, bool) + func (rtd RelationalTableDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (rtd RelationalTableDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (rtd RelationalTableDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (rtd RelationalTableDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (rtd RelationalTableDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (rtd RelationalTableDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (rtd RelationalTableDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (rtd RelationalTableDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (rtd RelationalTableDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (rtd RelationalTableDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (rtd RelationalTableDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (rtd RelationalTableDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (rtd RelationalTableDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (rtd RelationalTableDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (rtd RelationalTableDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (rtd RelationalTableDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (rtd RelationalTableDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (rtd RelationalTableDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (rtd RelationalTableDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (rtd RelationalTableDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (rtd RelationalTableDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (rtd RelationalTableDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (rtd RelationalTableDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (rtd RelationalTableDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (rtd RelationalTableDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (rtd RelationalTableDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (rtd RelationalTableDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (rtd RelationalTableDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (rtd RelationalTableDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (rtd RelationalTableDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (rtd RelationalTableDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (rtd RelationalTableDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (rtd RelationalTableDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (rtd RelationalTableDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (rtd RelationalTableDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (rtd RelationalTableDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (rtd RelationalTableDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (rtd RelationalTableDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (rtd RelationalTableDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (rtd RelationalTableDataset) MarshalJSON() ([]byte, error) + type RelationalTableDatasetTypeProperties struct + TableName interface{} + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResponsysLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (rls *ResponsysLinkedService) UnmarshalJSON(body []byte) error + func (rls ResponsysLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (rls ResponsysLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (rls ResponsysLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (rls ResponsysLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (rls ResponsysLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (rls ResponsysLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (rls ResponsysLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (rls ResponsysLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (rls ResponsysLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (rls ResponsysLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (rls ResponsysLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (rls ResponsysLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (rls ResponsysLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (rls ResponsysLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (rls ResponsysLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (rls ResponsysLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (rls ResponsysLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (rls ResponsysLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (rls ResponsysLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (rls ResponsysLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (rls ResponsysLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (rls ResponsysLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (rls ResponsysLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (rls ResponsysLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (rls ResponsysLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (rls ResponsysLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (rls ResponsysLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (rls ResponsysLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (rls ResponsysLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (rls ResponsysLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (rls ResponsysLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (rls ResponsysLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (rls ResponsysLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (rls ResponsysLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (rls ResponsysLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (rls ResponsysLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (rls ResponsysLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (rls ResponsysLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (rls ResponsysLinkedService) AsLinkedService() (*LinkedService, bool) + func (rls ResponsysLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (rls ResponsysLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (rls ResponsysLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (rls ResponsysLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (rls ResponsysLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (rls ResponsysLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (rls ResponsysLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (rls ResponsysLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (rls ResponsysLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (rls ResponsysLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (rls ResponsysLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (rls ResponsysLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (rls ResponsysLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (rls ResponsysLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (rls ResponsysLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (rls ResponsysLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (rls ResponsysLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (rls ResponsysLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (rls ResponsysLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (rls ResponsysLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (rls ResponsysLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (rls ResponsysLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (rls ResponsysLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (rls ResponsysLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (rls ResponsysLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (rls ResponsysLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (rls ResponsysLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (rls ResponsysLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (rls ResponsysLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (rls ResponsysLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (rls ResponsysLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (rls ResponsysLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (rls ResponsysLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (rls ResponsysLinkedService) MarshalJSON() ([]byte, error) + type ResponsysLinkedServiceTypeProperties struct + ClientID interface{} + ClientSecret BasicSecretBase + EncryptedCredential interface{} + Endpoint interface{} + UseEncryptedEndpoints interface{} + UseHostVerification interface{} + UsePeerVerification interface{} + func (rlstp *ResponsysLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type ResponsysObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (rod *ResponsysObjectDataset) UnmarshalJSON(body []byte) error + func (rod ResponsysObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (rod ResponsysObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (rod ResponsysObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (rod ResponsysObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (rod ResponsysObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (rod ResponsysObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (rod ResponsysObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (rod ResponsysObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (rod ResponsysObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (rod ResponsysObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (rod ResponsysObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (rod ResponsysObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (rod ResponsysObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (rod ResponsysObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (rod ResponsysObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (rod ResponsysObjectDataset) AsDataset() (*Dataset, bool) + func (rod ResponsysObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (rod ResponsysObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (rod ResponsysObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (rod ResponsysObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (rod ResponsysObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (rod ResponsysObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (rod ResponsysObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (rod ResponsysObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (rod ResponsysObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (rod ResponsysObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (rod ResponsysObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (rod ResponsysObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (rod ResponsysObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (rod ResponsysObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (rod ResponsysObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (rod ResponsysObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (rod ResponsysObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (rod ResponsysObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (rod ResponsysObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (rod ResponsysObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (rod ResponsysObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (rod ResponsysObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (rod ResponsysObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (rod ResponsysObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (rod ResponsysObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (rod ResponsysObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (rod ResponsysObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (rod ResponsysObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (rod ResponsysObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (rod ResponsysObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (rod ResponsysObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (rod ResponsysObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (rod ResponsysObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (rod ResponsysObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (rod ResponsysObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (rod ResponsysObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (rod ResponsysObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (rod ResponsysObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (rod ResponsysObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (rod ResponsysObjectDataset) MarshalJSON() ([]byte, error) + type ResponsysSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (rs *ResponsysSource) UnmarshalJSON(body []byte) error + func (rs ResponsysSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (rs ResponsysSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (rs ResponsysSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (rs ResponsysSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (rs ResponsysSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (rs ResponsysSource) AsAzureTableSource() (*AzureTableSource, bool) + func (rs ResponsysSource) AsBasicCopySource() (BasicCopySource, bool) + func (rs ResponsysSource) AsBlobSource() (*BlobSource, bool) + func (rs ResponsysSource) AsCassandraSource() (*CassandraSource, bool) + func (rs ResponsysSource) AsConcurSource() (*ConcurSource, bool) + func (rs ResponsysSource) AsCopySource() (*CopySource, bool) + func (rs ResponsysSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (rs ResponsysSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (rs ResponsysSource) AsDrillSource() (*DrillSource, bool) + func (rs ResponsysSource) AsDynamicsSource() (*DynamicsSource, bool) + func (rs ResponsysSource) AsEloquaSource() (*EloquaSource, bool) + func (rs ResponsysSource) AsFileSystemSource() (*FileSystemSource, bool) + func (rs ResponsysSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (rs ResponsysSource) AsGreenplumSource() (*GreenplumSource, bool) + func (rs ResponsysSource) AsHBaseSource() (*HBaseSource, bool) + func (rs ResponsysSource) AsHTTPSource() (*HTTPSource, bool) + func (rs ResponsysSource) AsHdfsSource() (*HdfsSource, bool) + func (rs ResponsysSource) AsHiveSource() (*HiveSource, bool) + func (rs ResponsysSource) AsHubspotSource() (*HubspotSource, bool) + func (rs ResponsysSource) AsImpalaSource() (*ImpalaSource, bool) + func (rs ResponsysSource) AsJiraSource() (*JiraSource, bool) + func (rs ResponsysSource) AsMagentoSource() (*MagentoSource, bool) + func (rs ResponsysSource) AsMariaDBSource() (*MariaDBSource, bool) + func (rs ResponsysSource) AsMarketoSource() (*MarketoSource, bool) + func (rs ResponsysSource) AsMongoDbSource() (*MongoDbSource, bool) + func (rs ResponsysSource) AsNetezzaSource() (*NetezzaSource, bool) + func (rs ResponsysSource) AsOracleSource() (*OracleSource, bool) + func (rs ResponsysSource) AsPaypalSource() (*PaypalSource, bool) + func (rs ResponsysSource) AsPhoenixSource() (*PhoenixSource, bool) + func (rs ResponsysSource) AsPrestoSource() (*PrestoSource, bool) + func (rs ResponsysSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (rs ResponsysSource) AsRelationalSource() (*RelationalSource, bool) + func (rs ResponsysSource) AsResponsysSource() (*ResponsysSource, bool) + func (rs ResponsysSource) AsSQLDWSource() (*SQLDWSource, bool) + func (rs ResponsysSource) AsSQLSource() (*SQLSource, bool) + func (rs ResponsysSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (rs ResponsysSource) AsSalesforceSource() (*SalesforceSource, bool) + func (rs ResponsysSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (rs ResponsysSource) AsSapEccSource() (*SapEccSource, bool) + func (rs ResponsysSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (rs ResponsysSource) AsShopifySource() (*ShopifySource, bool) + func (rs ResponsysSource) AsSparkSource() (*SparkSource, bool) + func (rs ResponsysSource) AsSquareSource() (*SquareSource, bool) + func (rs ResponsysSource) AsVerticaSource() (*VerticaSource, bool) + func (rs ResponsysSource) AsWebSource() (*WebSource, bool) + func (rs ResponsysSource) AsXeroSource() (*XeroSource, bool) + func (rs ResponsysSource) AsZohoSource() (*ZohoSource, bool) + func (rs ResponsysSource) MarshalJSON() ([]byte, error) + type RetryPolicy struct + Count interface{} + IntervalInSeconds *int32 + type SQLDWSink struct + AdditionalProperties map[string]interface{} + AllowPolyBase interface{} + PolyBaseSettings *PolybaseSettings + PreCopyScript interface{} + SinkRetryCount interface{} + SinkRetryWait interface{} + Type TypeBasicCopySink + WriteBatchSize interface{} + WriteBatchTimeout interface{} + func (sds *SQLDWSink) UnmarshalJSON(body []byte) error + func (sds SQLDWSink) AsAzureDataLakeStoreSink() (*AzureDataLakeStoreSink, bool) + func (sds SQLDWSink) AsAzureQueueSink() (*AzureQueueSink, bool) + func (sds SQLDWSink) AsAzureSearchIndexSink() (*AzureSearchIndexSink, bool) + func (sds SQLDWSink) AsAzureTableSink() (*AzureTableSink, bool) + func (sds SQLDWSink) AsBasicCopySink() (BasicCopySink, bool) + func (sds SQLDWSink) AsBlobSink() (*BlobSink, bool) + func (sds SQLDWSink) AsCopySink() (*CopySink, bool) + func (sds SQLDWSink) AsDocumentDbCollectionSink() (*DocumentDbCollectionSink, bool) + func (sds SQLDWSink) AsDynamicsSink() (*DynamicsSink, bool) + func (sds SQLDWSink) AsFileSystemSink() (*FileSystemSink, bool) + func (sds SQLDWSink) AsOdbcSink() (*OdbcSink, bool) + func (sds SQLDWSink) AsOracleSink() (*OracleSink, bool) + func (sds SQLDWSink) AsSQLDWSink() (*SQLDWSink, bool) + func (sds SQLDWSink) AsSQLSink() (*SQLSink, bool) + func (sds SQLDWSink) AsSalesforceSink() (*SalesforceSink, bool) + func (sds SQLDWSink) AsSapCloudForCustomerSink() (*SapCloudForCustomerSink, bool) + func (sds SQLDWSink) MarshalJSON() ([]byte, error) + type SQLDWSource struct + AdditionalProperties map[string]interface{} + SQLReaderQuery interface{} + SQLReaderStoredProcedureName interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + StoredProcedureParameters interface{} + Type TypeBasicCopySource + func (sds *SQLDWSource) UnmarshalJSON(body []byte) error + func (sds SQLDWSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (sds SQLDWSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (sds SQLDWSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (sds SQLDWSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (sds SQLDWSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (sds SQLDWSource) AsAzureTableSource() (*AzureTableSource, bool) + func (sds SQLDWSource) AsBasicCopySource() (BasicCopySource, bool) + func (sds SQLDWSource) AsBlobSource() (*BlobSource, bool) + func (sds SQLDWSource) AsCassandraSource() (*CassandraSource, bool) + func (sds SQLDWSource) AsConcurSource() (*ConcurSource, bool) + func (sds SQLDWSource) AsCopySource() (*CopySource, bool) + func (sds SQLDWSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (sds SQLDWSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (sds SQLDWSource) AsDrillSource() (*DrillSource, bool) + func (sds SQLDWSource) AsDynamicsSource() (*DynamicsSource, bool) + func (sds SQLDWSource) AsEloquaSource() (*EloquaSource, bool) + func (sds SQLDWSource) AsFileSystemSource() (*FileSystemSource, bool) + func (sds SQLDWSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (sds SQLDWSource) AsGreenplumSource() (*GreenplumSource, bool) + func (sds SQLDWSource) AsHBaseSource() (*HBaseSource, bool) + func (sds SQLDWSource) AsHTTPSource() (*HTTPSource, bool) + func (sds SQLDWSource) AsHdfsSource() (*HdfsSource, bool) + func (sds SQLDWSource) AsHiveSource() (*HiveSource, bool) + func (sds SQLDWSource) AsHubspotSource() (*HubspotSource, bool) + func (sds SQLDWSource) AsImpalaSource() (*ImpalaSource, bool) + func (sds SQLDWSource) AsJiraSource() (*JiraSource, bool) + func (sds SQLDWSource) AsMagentoSource() (*MagentoSource, bool) + func (sds SQLDWSource) AsMariaDBSource() (*MariaDBSource, bool) + func (sds SQLDWSource) AsMarketoSource() (*MarketoSource, bool) + func (sds SQLDWSource) AsMongoDbSource() (*MongoDbSource, bool) + func (sds SQLDWSource) AsNetezzaSource() (*NetezzaSource, bool) + func (sds SQLDWSource) AsOracleSource() (*OracleSource, bool) + func (sds SQLDWSource) AsPaypalSource() (*PaypalSource, bool) + func (sds SQLDWSource) AsPhoenixSource() (*PhoenixSource, bool) + func (sds SQLDWSource) AsPrestoSource() (*PrestoSource, bool) + func (sds SQLDWSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (sds SQLDWSource) AsRelationalSource() (*RelationalSource, bool) + func (sds SQLDWSource) AsResponsysSource() (*ResponsysSource, bool) + func (sds SQLDWSource) AsSQLDWSource() (*SQLDWSource, bool) + func (sds SQLDWSource) AsSQLSource() (*SQLSource, bool) + func (sds SQLDWSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (sds SQLDWSource) AsSalesforceSource() (*SalesforceSource, bool) + func (sds SQLDWSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (sds SQLDWSource) AsSapEccSource() (*SapEccSource, bool) + func (sds SQLDWSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (sds SQLDWSource) AsShopifySource() (*ShopifySource, bool) + func (sds SQLDWSource) AsSparkSource() (*SparkSource, bool) + func (sds SQLDWSource) AsSquareSource() (*SquareSource, bool) + func (sds SQLDWSource) AsVerticaSource() (*VerticaSource, bool) + func (sds SQLDWSource) AsWebSource() (*WebSource, bool) + func (sds SQLDWSource) AsXeroSource() (*XeroSource, bool) + func (sds SQLDWSource) AsZohoSource() (*ZohoSource, bool) + func (sds SQLDWSource) MarshalJSON() ([]byte, error) + type SQLServerLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (ssls *SQLServerLinkedService) UnmarshalJSON(body []byte) error + func (ssls SQLServerLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (ssls SQLServerLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (ssls SQLServerLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (ssls SQLServerLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (ssls SQLServerLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (ssls SQLServerLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (ssls SQLServerLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (ssls SQLServerLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (ssls SQLServerLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (ssls SQLServerLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (ssls SQLServerLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (ssls SQLServerLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (ssls SQLServerLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (ssls SQLServerLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (ssls SQLServerLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (ssls SQLServerLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (ssls SQLServerLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (ssls SQLServerLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (ssls SQLServerLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (ssls SQLServerLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (ssls SQLServerLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (ssls SQLServerLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (ssls SQLServerLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (ssls SQLServerLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (ssls SQLServerLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (ssls SQLServerLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (ssls SQLServerLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (ssls SQLServerLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (ssls SQLServerLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (ssls SQLServerLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (ssls SQLServerLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (ssls SQLServerLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (ssls SQLServerLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (ssls SQLServerLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (ssls SQLServerLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (ssls SQLServerLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (ssls SQLServerLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (ssls SQLServerLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (ssls SQLServerLinkedService) AsLinkedService() (*LinkedService, bool) + func (ssls SQLServerLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (ssls SQLServerLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (ssls SQLServerLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (ssls SQLServerLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (ssls SQLServerLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (ssls SQLServerLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (ssls SQLServerLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (ssls SQLServerLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (ssls SQLServerLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (ssls SQLServerLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (ssls SQLServerLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (ssls SQLServerLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (ssls SQLServerLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (ssls SQLServerLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (ssls SQLServerLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (ssls SQLServerLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (ssls SQLServerLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (ssls SQLServerLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (ssls SQLServerLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (ssls SQLServerLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (ssls SQLServerLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (ssls SQLServerLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (ssls SQLServerLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (ssls SQLServerLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (ssls SQLServerLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (ssls SQLServerLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (ssls SQLServerLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (ssls SQLServerLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (ssls SQLServerLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (ssls SQLServerLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (ssls SQLServerLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (ssls SQLServerLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (ssls SQLServerLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (ssls SQLServerLinkedService) MarshalJSON() ([]byte, error) + type SQLServerLinkedServiceTypeProperties struct + ConnectionString interface{} + EncryptedCredential interface{} + Password BasicSecretBase + UserName interface{} + func (sslstp *SQLServerLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type SQLServerStoredProcedureActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + LinkedServiceName *LinkedServiceReference + Name *string + Policy *ActivityPolicy + Type TypeBasicActivity + func (ssspa *SQLServerStoredProcedureActivity) UnmarshalJSON(body []byte) error + func (ssspa SQLServerStoredProcedureActivity) AsActivity() (*Activity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsBasicActivity() (BasicActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsControlActivity() (*ControlActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsCopyActivity() (*CopyActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsCustomActivity() (*CustomActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsFilterActivity() (*FilterActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsForEachActivity() (*ForEachActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsLookupActivity() (*LookupActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsUntilActivity() (*UntilActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsWaitActivity() (*WaitActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) AsWebActivity() (*WebActivity, bool) + func (ssspa SQLServerStoredProcedureActivity) MarshalJSON() ([]byte, error) + type SQLServerStoredProcedureActivityTypeProperties struct + StoredProcedureName interface{} + StoredProcedureParameters map[string]*StoredProcedureParameter + func (ssspatp SQLServerStoredProcedureActivityTypeProperties) MarshalJSON() ([]byte, error) + type SQLServerTableDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (sstd *SQLServerTableDataset) UnmarshalJSON(body []byte) error + func (sstd SQLServerTableDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (sstd SQLServerTableDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (sstd SQLServerTableDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (sstd SQLServerTableDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (sstd SQLServerTableDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (sstd SQLServerTableDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (sstd SQLServerTableDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (sstd SQLServerTableDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (sstd SQLServerTableDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (sstd SQLServerTableDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (sstd SQLServerTableDataset) AsBasicDataset() (BasicDataset, bool) + func (sstd SQLServerTableDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (sstd SQLServerTableDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (sstd SQLServerTableDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (sstd SQLServerTableDataset) AsCustomDataset() (*CustomDataset, bool) + func (sstd SQLServerTableDataset) AsDataset() (*Dataset, bool) + func (sstd SQLServerTableDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (sstd SQLServerTableDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (sstd SQLServerTableDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (sstd SQLServerTableDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (sstd SQLServerTableDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (sstd SQLServerTableDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (sstd SQLServerTableDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (sstd SQLServerTableDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (sstd SQLServerTableDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (sstd SQLServerTableDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (sstd SQLServerTableDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (sstd SQLServerTableDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (sstd SQLServerTableDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (sstd SQLServerTableDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (sstd SQLServerTableDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (sstd SQLServerTableDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (sstd SQLServerTableDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (sstd SQLServerTableDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (sstd SQLServerTableDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (sstd SQLServerTableDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (sstd SQLServerTableDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (sstd SQLServerTableDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (sstd SQLServerTableDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (sstd SQLServerTableDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (sstd SQLServerTableDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (sstd SQLServerTableDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (sstd SQLServerTableDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (sstd SQLServerTableDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (sstd SQLServerTableDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (sstd SQLServerTableDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (sstd SQLServerTableDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (sstd SQLServerTableDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (sstd SQLServerTableDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (sstd SQLServerTableDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (sstd SQLServerTableDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (sstd SQLServerTableDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (sstd SQLServerTableDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (sstd SQLServerTableDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (sstd SQLServerTableDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (sstd SQLServerTableDataset) MarshalJSON() ([]byte, error) + type SQLServerTableDatasetTypeProperties struct + TableName interface{} + type SQLSink struct + AdditionalProperties map[string]interface{} + PreCopyScript interface{} + SQLWriterStoredProcedureName interface{} + SQLWriterTableType interface{} + SinkRetryCount interface{} + SinkRetryWait interface{} + StoredProcedureParameters map[string]*StoredProcedureParameter + Type TypeBasicCopySink + WriteBatchSize interface{} + WriteBatchTimeout interface{} + func (ss *SQLSink) UnmarshalJSON(body []byte) error + func (ss SQLSink) AsAzureDataLakeStoreSink() (*AzureDataLakeStoreSink, bool) + func (ss SQLSink) AsAzureQueueSink() (*AzureQueueSink, bool) + func (ss SQLSink) AsAzureSearchIndexSink() (*AzureSearchIndexSink, bool) + func (ss SQLSink) AsAzureTableSink() (*AzureTableSink, bool) + func (ss SQLSink) AsBasicCopySink() (BasicCopySink, bool) + func (ss SQLSink) AsBlobSink() (*BlobSink, bool) + func (ss SQLSink) AsCopySink() (*CopySink, bool) + func (ss SQLSink) AsDocumentDbCollectionSink() (*DocumentDbCollectionSink, bool) + func (ss SQLSink) AsDynamicsSink() (*DynamicsSink, bool) + func (ss SQLSink) AsFileSystemSink() (*FileSystemSink, bool) + func (ss SQLSink) AsOdbcSink() (*OdbcSink, bool) + func (ss SQLSink) AsOracleSink() (*OracleSink, bool) + func (ss SQLSink) AsSQLDWSink() (*SQLDWSink, bool) + func (ss SQLSink) AsSQLSink() (*SQLSink, bool) + func (ss SQLSink) AsSalesforceSink() (*SalesforceSink, bool) + func (ss SQLSink) AsSapCloudForCustomerSink() (*SapCloudForCustomerSink, bool) + func (ss SQLSink) MarshalJSON() ([]byte, error) + type SQLSource struct + AdditionalProperties map[string]interface{} + SQLReaderQuery interface{} + SQLReaderStoredProcedureName interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + StoredProcedureParameters map[string]*StoredProcedureParameter + Type TypeBasicCopySource + func (ss *SQLSource) UnmarshalJSON(body []byte) error + func (ss SQLSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ss SQLSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ss SQLSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ss SQLSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ss SQLSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ss SQLSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ss SQLSource) AsBasicCopySource() (BasicCopySource, bool) + func (ss SQLSource) AsBlobSource() (*BlobSource, bool) + func (ss SQLSource) AsCassandraSource() (*CassandraSource, bool) + func (ss SQLSource) AsConcurSource() (*ConcurSource, bool) + func (ss SQLSource) AsCopySource() (*CopySource, bool) + func (ss SQLSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ss SQLSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ss SQLSource) AsDrillSource() (*DrillSource, bool) + func (ss SQLSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ss SQLSource) AsEloquaSource() (*EloquaSource, bool) + func (ss SQLSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ss SQLSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ss SQLSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ss SQLSource) AsHBaseSource() (*HBaseSource, bool) + func (ss SQLSource) AsHTTPSource() (*HTTPSource, bool) + func (ss SQLSource) AsHdfsSource() (*HdfsSource, bool) + func (ss SQLSource) AsHiveSource() (*HiveSource, bool) + func (ss SQLSource) AsHubspotSource() (*HubspotSource, bool) + func (ss SQLSource) AsImpalaSource() (*ImpalaSource, bool) + func (ss SQLSource) AsJiraSource() (*JiraSource, bool) + func (ss SQLSource) AsMagentoSource() (*MagentoSource, bool) + func (ss SQLSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ss SQLSource) AsMarketoSource() (*MarketoSource, bool) + func (ss SQLSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ss SQLSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ss SQLSource) AsOracleSource() (*OracleSource, bool) + func (ss SQLSource) AsPaypalSource() (*PaypalSource, bool) + func (ss SQLSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ss SQLSource) AsPrestoSource() (*PrestoSource, bool) + func (ss SQLSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ss SQLSource) AsRelationalSource() (*RelationalSource, bool) + func (ss SQLSource) AsResponsysSource() (*ResponsysSource, bool) + func (ss SQLSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ss SQLSource) AsSQLSource() (*SQLSource, bool) + func (ss SQLSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ss SQLSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ss SQLSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ss SQLSource) AsSapEccSource() (*SapEccSource, bool) + func (ss SQLSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ss SQLSource) AsShopifySource() (*ShopifySource, bool) + func (ss SQLSource) AsSparkSource() (*SparkSource, bool) + func (ss SQLSource) AsSquareSource() (*SquareSource, bool) + func (ss SQLSource) AsVerticaSource() (*VerticaSource, bool) + func (ss SQLSource) AsWebSource() (*WebSource, bool) + func (ss SQLSource) AsXeroSource() (*XeroSource, bool) + func (ss SQLSource) AsZohoSource() (*ZohoSource, bool) + func (ss SQLSource) MarshalJSON() ([]byte, error) + type SSISAccessCredential struct + Domain interface{} + Password BasicSecretBase + UserName interface{} + func (sac *SSISAccessCredential) UnmarshalJSON(body []byte) error + type SSISExecutionCredential struct + Domain interface{} + Password *SecureString + UserName interface{} + type SSISExecutionParameter struct + Value interface{} + type SSISLogLocation struct + LogPath interface{} + Type *string + func (sll *SSISLogLocation) UnmarshalJSON(body []byte) error + func (sll SSISLogLocation) MarshalJSON() ([]byte, error) + type SSISLogLocationTypeProperties struct + AccessCredential *SSISAccessCredential + LogRefreshInterval interface{} + type SSISPackageLocation struct + PackagePath interface{} + Type SsisPackageLocationType + func (spl *SSISPackageLocation) UnmarshalJSON(body []byte) error + func (spl SSISPackageLocation) MarshalJSON() ([]byte, error) + type SSISPackageLocationTypeProperties struct + AccessCredential *SSISAccessCredential + ConfigurationPath interface{} + PackagePassword BasicSecretBase + func (spltp *SSISPackageLocationTypeProperties) UnmarshalJSON(body []byte) error + type SSISPropertyOverride struct + IsSensitive *bool + Value interface{} + type SalesforceLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (sls *SalesforceLinkedService) UnmarshalJSON(body []byte) error + func (sls SalesforceLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (sls SalesforceLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (sls SalesforceLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (sls SalesforceLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (sls SalesforceLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (sls SalesforceLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (sls SalesforceLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (sls SalesforceLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (sls SalesforceLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (sls SalesforceLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (sls SalesforceLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (sls SalesforceLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (sls SalesforceLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (sls SalesforceLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (sls SalesforceLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (sls SalesforceLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (sls SalesforceLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (sls SalesforceLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (sls SalesforceLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (sls SalesforceLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (sls SalesforceLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (sls SalesforceLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (sls SalesforceLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (sls SalesforceLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (sls SalesforceLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (sls SalesforceLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (sls SalesforceLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (sls SalesforceLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (sls SalesforceLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (sls SalesforceLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (sls SalesforceLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (sls SalesforceLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (sls SalesforceLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (sls SalesforceLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (sls SalesforceLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (sls SalesforceLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (sls SalesforceLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (sls SalesforceLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (sls SalesforceLinkedService) AsLinkedService() (*LinkedService, bool) + func (sls SalesforceLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (sls SalesforceLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (sls SalesforceLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (sls SalesforceLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (sls SalesforceLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (sls SalesforceLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (sls SalesforceLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (sls SalesforceLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (sls SalesforceLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (sls SalesforceLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (sls SalesforceLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (sls SalesforceLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (sls SalesforceLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (sls SalesforceLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (sls SalesforceLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (sls SalesforceLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (sls SalesforceLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (sls SalesforceLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (sls SalesforceLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (sls SalesforceLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (sls SalesforceLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (sls SalesforceLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (sls SalesforceLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (sls SalesforceLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (sls SalesforceLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (sls SalesforceLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (sls SalesforceLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (sls SalesforceLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (sls SalesforceLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (sls SalesforceLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (sls SalesforceLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (sls SalesforceLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (sls SalesforceLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (sls SalesforceLinkedService) MarshalJSON() ([]byte, error) + type SalesforceLinkedServiceTypeProperties struct + EncryptedCredential interface{} + EnvironmentURL interface{} + Password BasicSecretBase + SecurityToken BasicSecretBase + Username interface{} + func (slstp *SalesforceLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type SalesforceMarketingCloudLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (smcls *SalesforceMarketingCloudLinkedService) UnmarshalJSON(body []byte) error + func (smcls SalesforceMarketingCloudLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsLinkedService() (*LinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (smcls SalesforceMarketingCloudLinkedService) MarshalJSON() ([]byte, error) + type SalesforceMarketingCloudLinkedServiceTypeProperties struct + ClientID interface{} + ClientSecret BasicSecretBase + EncryptedCredential interface{} + UseEncryptedEndpoints interface{} + UseHostVerification interface{} + UsePeerVerification interface{} + func (smclstp *SalesforceMarketingCloudLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type SalesforceMarketingCloudObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (smcod *SalesforceMarketingCloudObjectDataset) UnmarshalJSON(body []byte) error + func (smcod SalesforceMarketingCloudObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsDataset() (*Dataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (smcod SalesforceMarketingCloudObjectDataset) MarshalJSON() ([]byte, error) + type SalesforceMarketingCloudSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (smcs *SalesforceMarketingCloudSource) UnmarshalJSON(body []byte) error + func (smcs SalesforceMarketingCloudSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (smcs SalesforceMarketingCloudSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (smcs SalesforceMarketingCloudSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (smcs SalesforceMarketingCloudSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (smcs SalesforceMarketingCloudSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (smcs SalesforceMarketingCloudSource) AsAzureTableSource() (*AzureTableSource, bool) + func (smcs SalesforceMarketingCloudSource) AsBasicCopySource() (BasicCopySource, bool) + func (smcs SalesforceMarketingCloudSource) AsBlobSource() (*BlobSource, bool) + func (smcs SalesforceMarketingCloudSource) AsCassandraSource() (*CassandraSource, bool) + func (smcs SalesforceMarketingCloudSource) AsConcurSource() (*ConcurSource, bool) + func (smcs SalesforceMarketingCloudSource) AsCopySource() (*CopySource, bool) + func (smcs SalesforceMarketingCloudSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (smcs SalesforceMarketingCloudSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (smcs SalesforceMarketingCloudSource) AsDrillSource() (*DrillSource, bool) + func (smcs SalesforceMarketingCloudSource) AsDynamicsSource() (*DynamicsSource, bool) + func (smcs SalesforceMarketingCloudSource) AsEloquaSource() (*EloquaSource, bool) + func (smcs SalesforceMarketingCloudSource) AsFileSystemSource() (*FileSystemSource, bool) + func (smcs SalesforceMarketingCloudSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (smcs SalesforceMarketingCloudSource) AsGreenplumSource() (*GreenplumSource, bool) + func (smcs SalesforceMarketingCloudSource) AsHBaseSource() (*HBaseSource, bool) + func (smcs SalesforceMarketingCloudSource) AsHTTPSource() (*HTTPSource, bool) + func (smcs SalesforceMarketingCloudSource) AsHdfsSource() (*HdfsSource, bool) + func (smcs SalesforceMarketingCloudSource) AsHiveSource() (*HiveSource, bool) + func (smcs SalesforceMarketingCloudSource) AsHubspotSource() (*HubspotSource, bool) + func (smcs SalesforceMarketingCloudSource) AsImpalaSource() (*ImpalaSource, bool) + func (smcs SalesforceMarketingCloudSource) AsJiraSource() (*JiraSource, bool) + func (smcs SalesforceMarketingCloudSource) AsMagentoSource() (*MagentoSource, bool) + func (smcs SalesforceMarketingCloudSource) AsMariaDBSource() (*MariaDBSource, bool) + func (smcs SalesforceMarketingCloudSource) AsMarketoSource() (*MarketoSource, bool) + func (smcs SalesforceMarketingCloudSource) AsMongoDbSource() (*MongoDbSource, bool) + func (smcs SalesforceMarketingCloudSource) AsNetezzaSource() (*NetezzaSource, bool) + func (smcs SalesforceMarketingCloudSource) AsOracleSource() (*OracleSource, bool) + func (smcs SalesforceMarketingCloudSource) AsPaypalSource() (*PaypalSource, bool) + func (smcs SalesforceMarketingCloudSource) AsPhoenixSource() (*PhoenixSource, bool) + func (smcs SalesforceMarketingCloudSource) AsPrestoSource() (*PrestoSource, bool) + func (smcs SalesforceMarketingCloudSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (smcs SalesforceMarketingCloudSource) AsRelationalSource() (*RelationalSource, bool) + func (smcs SalesforceMarketingCloudSource) AsResponsysSource() (*ResponsysSource, bool) + func (smcs SalesforceMarketingCloudSource) AsSQLDWSource() (*SQLDWSource, bool) + func (smcs SalesforceMarketingCloudSource) AsSQLSource() (*SQLSource, bool) + func (smcs SalesforceMarketingCloudSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (smcs SalesforceMarketingCloudSource) AsSalesforceSource() (*SalesforceSource, bool) + func (smcs SalesforceMarketingCloudSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (smcs SalesforceMarketingCloudSource) AsSapEccSource() (*SapEccSource, bool) + func (smcs SalesforceMarketingCloudSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (smcs SalesforceMarketingCloudSource) AsShopifySource() (*ShopifySource, bool) + func (smcs SalesforceMarketingCloudSource) AsSparkSource() (*SparkSource, bool) + func (smcs SalesforceMarketingCloudSource) AsSquareSource() (*SquareSource, bool) + func (smcs SalesforceMarketingCloudSource) AsVerticaSource() (*VerticaSource, bool) + func (smcs SalesforceMarketingCloudSource) AsWebSource() (*WebSource, bool) + func (smcs SalesforceMarketingCloudSource) AsXeroSource() (*XeroSource, bool) + func (smcs SalesforceMarketingCloudSource) AsZohoSource() (*ZohoSource, bool) + func (smcs SalesforceMarketingCloudSource) MarshalJSON() ([]byte, error) + type SalesforceObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (sod *SalesforceObjectDataset) UnmarshalJSON(body []byte) error + func (sod SalesforceObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (sod SalesforceObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (sod SalesforceObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (sod SalesforceObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (sod SalesforceObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (sod SalesforceObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (sod SalesforceObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (sod SalesforceObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (sod SalesforceObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (sod SalesforceObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (sod SalesforceObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (sod SalesforceObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (sod SalesforceObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (sod SalesforceObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (sod SalesforceObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (sod SalesforceObjectDataset) AsDataset() (*Dataset, bool) + func (sod SalesforceObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (sod SalesforceObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (sod SalesforceObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (sod SalesforceObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (sod SalesforceObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (sod SalesforceObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (sod SalesforceObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (sod SalesforceObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (sod SalesforceObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (sod SalesforceObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (sod SalesforceObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (sod SalesforceObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (sod SalesforceObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (sod SalesforceObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (sod SalesforceObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (sod SalesforceObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (sod SalesforceObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (sod SalesforceObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (sod SalesforceObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (sod SalesforceObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (sod SalesforceObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (sod SalesforceObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (sod SalesforceObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (sod SalesforceObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (sod SalesforceObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (sod SalesforceObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (sod SalesforceObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (sod SalesforceObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (sod SalesforceObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (sod SalesforceObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (sod SalesforceObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (sod SalesforceObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (sod SalesforceObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (sod SalesforceObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (sod SalesforceObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (sod SalesforceObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (sod SalesforceObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (sod SalesforceObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (sod SalesforceObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (sod SalesforceObjectDataset) MarshalJSON() ([]byte, error) + type SalesforceObjectDatasetTypeProperties struct + ObjectAPIName interface{} + type SalesforceSink struct + AdditionalProperties map[string]interface{} + ExternalIDFieldName interface{} + IgnoreNullValues interface{} + SinkRetryCount interface{} + SinkRetryWait interface{} + Type TypeBasicCopySink + WriteBatchSize interface{} + WriteBatchTimeout interface{} + WriteBehavior interface{} + func (ss *SalesforceSink) UnmarshalJSON(body []byte) error + func (ss SalesforceSink) AsAzureDataLakeStoreSink() (*AzureDataLakeStoreSink, bool) + func (ss SalesforceSink) AsAzureQueueSink() (*AzureQueueSink, bool) + func (ss SalesforceSink) AsAzureSearchIndexSink() (*AzureSearchIndexSink, bool) + func (ss SalesforceSink) AsAzureTableSink() (*AzureTableSink, bool) + func (ss SalesforceSink) AsBasicCopySink() (BasicCopySink, bool) + func (ss SalesforceSink) AsBlobSink() (*BlobSink, bool) + func (ss SalesforceSink) AsCopySink() (*CopySink, bool) + func (ss SalesforceSink) AsDocumentDbCollectionSink() (*DocumentDbCollectionSink, bool) + func (ss SalesforceSink) AsDynamicsSink() (*DynamicsSink, bool) + func (ss SalesforceSink) AsFileSystemSink() (*FileSystemSink, bool) + func (ss SalesforceSink) AsOdbcSink() (*OdbcSink, bool) + func (ss SalesforceSink) AsOracleSink() (*OracleSink, bool) + func (ss SalesforceSink) AsSQLDWSink() (*SQLDWSink, bool) + func (ss SalesforceSink) AsSQLSink() (*SQLSink, bool) + func (ss SalesforceSink) AsSalesforceSink() (*SalesforceSink, bool) + func (ss SalesforceSink) AsSapCloudForCustomerSink() (*SapCloudForCustomerSink, bool) + func (ss SalesforceSink) MarshalJSON() ([]byte, error) + type SalesforceSource struct + AdditionalProperties map[string]interface{} + Query interface{} + ReadBehavior interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ss *SalesforceSource) UnmarshalJSON(body []byte) error + func (ss SalesforceSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ss SalesforceSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ss SalesforceSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ss SalesforceSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ss SalesforceSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ss SalesforceSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ss SalesforceSource) AsBasicCopySource() (BasicCopySource, bool) + func (ss SalesforceSource) AsBlobSource() (*BlobSource, bool) + func (ss SalesforceSource) AsCassandraSource() (*CassandraSource, bool) + func (ss SalesforceSource) AsConcurSource() (*ConcurSource, bool) + func (ss SalesforceSource) AsCopySource() (*CopySource, bool) + func (ss SalesforceSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ss SalesforceSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ss SalesforceSource) AsDrillSource() (*DrillSource, bool) + func (ss SalesforceSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ss SalesforceSource) AsEloquaSource() (*EloquaSource, bool) + func (ss SalesforceSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ss SalesforceSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ss SalesforceSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ss SalesforceSource) AsHBaseSource() (*HBaseSource, bool) + func (ss SalesforceSource) AsHTTPSource() (*HTTPSource, bool) + func (ss SalesforceSource) AsHdfsSource() (*HdfsSource, bool) + func (ss SalesforceSource) AsHiveSource() (*HiveSource, bool) + func (ss SalesforceSource) AsHubspotSource() (*HubspotSource, bool) + func (ss SalesforceSource) AsImpalaSource() (*ImpalaSource, bool) + func (ss SalesforceSource) AsJiraSource() (*JiraSource, bool) + func (ss SalesforceSource) AsMagentoSource() (*MagentoSource, bool) + func (ss SalesforceSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ss SalesforceSource) AsMarketoSource() (*MarketoSource, bool) + func (ss SalesforceSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ss SalesforceSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ss SalesforceSource) AsOracleSource() (*OracleSource, bool) + func (ss SalesforceSource) AsPaypalSource() (*PaypalSource, bool) + func (ss SalesforceSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ss SalesforceSource) AsPrestoSource() (*PrestoSource, bool) + func (ss SalesforceSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ss SalesforceSource) AsRelationalSource() (*RelationalSource, bool) + func (ss SalesforceSource) AsResponsysSource() (*ResponsysSource, bool) + func (ss SalesforceSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ss SalesforceSource) AsSQLSource() (*SQLSource, bool) + func (ss SalesforceSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ss SalesforceSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ss SalesforceSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ss SalesforceSource) AsSapEccSource() (*SapEccSource, bool) + func (ss SalesforceSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ss SalesforceSource) AsShopifySource() (*ShopifySource, bool) + func (ss SalesforceSource) AsSparkSource() (*SparkSource, bool) + func (ss SalesforceSource) AsSquareSource() (*SquareSource, bool) + func (ss SalesforceSource) AsVerticaSource() (*VerticaSource, bool) + func (ss SalesforceSource) AsWebSource() (*WebSource, bool) + func (ss SalesforceSource) AsXeroSource() (*XeroSource, bool) + func (ss SalesforceSource) AsZohoSource() (*ZohoSource, bool) + func (ss SalesforceSource) MarshalJSON() ([]byte, error) + type SapBWLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (sbls *SapBWLinkedService) UnmarshalJSON(body []byte) error + func (sbls SapBWLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (sbls SapBWLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (sbls SapBWLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (sbls SapBWLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (sbls SapBWLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (sbls SapBWLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (sbls SapBWLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (sbls SapBWLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (sbls SapBWLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (sbls SapBWLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (sbls SapBWLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (sbls SapBWLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (sbls SapBWLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (sbls SapBWLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (sbls SapBWLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (sbls SapBWLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (sbls SapBWLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (sbls SapBWLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (sbls SapBWLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (sbls SapBWLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (sbls SapBWLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (sbls SapBWLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (sbls SapBWLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (sbls SapBWLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (sbls SapBWLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (sbls SapBWLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (sbls SapBWLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (sbls SapBWLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (sbls SapBWLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (sbls SapBWLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (sbls SapBWLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (sbls SapBWLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (sbls SapBWLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (sbls SapBWLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (sbls SapBWLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (sbls SapBWLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (sbls SapBWLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (sbls SapBWLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (sbls SapBWLinkedService) AsLinkedService() (*LinkedService, bool) + func (sbls SapBWLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (sbls SapBWLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (sbls SapBWLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (sbls SapBWLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (sbls SapBWLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (sbls SapBWLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (sbls SapBWLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (sbls SapBWLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (sbls SapBWLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (sbls SapBWLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (sbls SapBWLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (sbls SapBWLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (sbls SapBWLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (sbls SapBWLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (sbls SapBWLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (sbls SapBWLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (sbls SapBWLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (sbls SapBWLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (sbls SapBWLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (sbls SapBWLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (sbls SapBWLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (sbls SapBWLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (sbls SapBWLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (sbls SapBWLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (sbls SapBWLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (sbls SapBWLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (sbls SapBWLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (sbls SapBWLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (sbls SapBWLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (sbls SapBWLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (sbls SapBWLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (sbls SapBWLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (sbls SapBWLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (sbls SapBWLinkedService) MarshalJSON() ([]byte, error) + type SapBWLinkedServiceTypeProperties struct + ClientID interface{} + EncryptedCredential interface{} + Password BasicSecretBase + Server interface{} + SystemNumber interface{} + UserName interface{} + func (sblstp *SapBWLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type SapCloudForCustomerLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (scfcls *SapCloudForCustomerLinkedService) UnmarshalJSON(body []byte) error + func (scfcls SapCloudForCustomerLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsLinkedService() (*LinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (scfcls SapCloudForCustomerLinkedService) MarshalJSON() ([]byte, error) + type SapCloudForCustomerLinkedServiceTypeProperties struct + EncryptedCredential interface{} + Password BasicSecretBase + URL interface{} + Username interface{} + func (scfclstp *SapCloudForCustomerLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type SapCloudForCustomerResourceDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (scfcrd *SapCloudForCustomerResourceDataset) UnmarshalJSON(body []byte) error + func (scfcrd SapCloudForCustomerResourceDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsBasicDataset() (BasicDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsCustomDataset() (*CustomDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsDataset() (*Dataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (scfcrd SapCloudForCustomerResourceDataset) MarshalJSON() ([]byte, error) + type SapCloudForCustomerResourceDatasetTypeProperties struct + Path interface{} + type SapCloudForCustomerSink struct + AdditionalProperties map[string]interface{} + SinkRetryCount interface{} + SinkRetryWait interface{} + Type TypeBasicCopySink + WriteBatchSize interface{} + WriteBatchTimeout interface{} + WriteBehavior interface{} + func (scfcs *SapCloudForCustomerSink) UnmarshalJSON(body []byte) error + func (scfcs SapCloudForCustomerSink) AsAzureDataLakeStoreSink() (*AzureDataLakeStoreSink, bool) + func (scfcs SapCloudForCustomerSink) AsAzureQueueSink() (*AzureQueueSink, bool) + func (scfcs SapCloudForCustomerSink) AsAzureSearchIndexSink() (*AzureSearchIndexSink, bool) + func (scfcs SapCloudForCustomerSink) AsAzureTableSink() (*AzureTableSink, bool) + func (scfcs SapCloudForCustomerSink) AsBasicCopySink() (BasicCopySink, bool) + func (scfcs SapCloudForCustomerSink) AsBlobSink() (*BlobSink, bool) + func (scfcs SapCloudForCustomerSink) AsCopySink() (*CopySink, bool) + func (scfcs SapCloudForCustomerSink) AsDocumentDbCollectionSink() (*DocumentDbCollectionSink, bool) + func (scfcs SapCloudForCustomerSink) AsDynamicsSink() (*DynamicsSink, bool) + func (scfcs SapCloudForCustomerSink) AsFileSystemSink() (*FileSystemSink, bool) + func (scfcs SapCloudForCustomerSink) AsOdbcSink() (*OdbcSink, bool) + func (scfcs SapCloudForCustomerSink) AsOracleSink() (*OracleSink, bool) + func (scfcs SapCloudForCustomerSink) AsSQLDWSink() (*SQLDWSink, bool) + func (scfcs SapCloudForCustomerSink) AsSQLSink() (*SQLSink, bool) + func (scfcs SapCloudForCustomerSink) AsSalesforceSink() (*SalesforceSink, bool) + func (scfcs SapCloudForCustomerSink) AsSapCloudForCustomerSink() (*SapCloudForCustomerSink, bool) + func (scfcs SapCloudForCustomerSink) MarshalJSON() ([]byte, error) + type SapCloudForCustomerSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (scfcs *SapCloudForCustomerSource) UnmarshalJSON(body []byte) error + func (scfcs SapCloudForCustomerSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (scfcs SapCloudForCustomerSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (scfcs SapCloudForCustomerSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (scfcs SapCloudForCustomerSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (scfcs SapCloudForCustomerSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (scfcs SapCloudForCustomerSource) AsAzureTableSource() (*AzureTableSource, bool) + func (scfcs SapCloudForCustomerSource) AsBasicCopySource() (BasicCopySource, bool) + func (scfcs SapCloudForCustomerSource) AsBlobSource() (*BlobSource, bool) + func (scfcs SapCloudForCustomerSource) AsCassandraSource() (*CassandraSource, bool) + func (scfcs SapCloudForCustomerSource) AsConcurSource() (*ConcurSource, bool) + func (scfcs SapCloudForCustomerSource) AsCopySource() (*CopySource, bool) + func (scfcs SapCloudForCustomerSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (scfcs SapCloudForCustomerSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (scfcs SapCloudForCustomerSource) AsDrillSource() (*DrillSource, bool) + func (scfcs SapCloudForCustomerSource) AsDynamicsSource() (*DynamicsSource, bool) + func (scfcs SapCloudForCustomerSource) AsEloquaSource() (*EloquaSource, bool) + func (scfcs SapCloudForCustomerSource) AsFileSystemSource() (*FileSystemSource, bool) + func (scfcs SapCloudForCustomerSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (scfcs SapCloudForCustomerSource) AsGreenplumSource() (*GreenplumSource, bool) + func (scfcs SapCloudForCustomerSource) AsHBaseSource() (*HBaseSource, bool) + func (scfcs SapCloudForCustomerSource) AsHTTPSource() (*HTTPSource, bool) + func (scfcs SapCloudForCustomerSource) AsHdfsSource() (*HdfsSource, bool) + func (scfcs SapCloudForCustomerSource) AsHiveSource() (*HiveSource, bool) + func (scfcs SapCloudForCustomerSource) AsHubspotSource() (*HubspotSource, bool) + func (scfcs SapCloudForCustomerSource) AsImpalaSource() (*ImpalaSource, bool) + func (scfcs SapCloudForCustomerSource) AsJiraSource() (*JiraSource, bool) + func (scfcs SapCloudForCustomerSource) AsMagentoSource() (*MagentoSource, bool) + func (scfcs SapCloudForCustomerSource) AsMariaDBSource() (*MariaDBSource, bool) + func (scfcs SapCloudForCustomerSource) AsMarketoSource() (*MarketoSource, bool) + func (scfcs SapCloudForCustomerSource) AsMongoDbSource() (*MongoDbSource, bool) + func (scfcs SapCloudForCustomerSource) AsNetezzaSource() (*NetezzaSource, bool) + func (scfcs SapCloudForCustomerSource) AsOracleSource() (*OracleSource, bool) + func (scfcs SapCloudForCustomerSource) AsPaypalSource() (*PaypalSource, bool) + func (scfcs SapCloudForCustomerSource) AsPhoenixSource() (*PhoenixSource, bool) + func (scfcs SapCloudForCustomerSource) AsPrestoSource() (*PrestoSource, bool) + func (scfcs SapCloudForCustomerSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (scfcs SapCloudForCustomerSource) AsRelationalSource() (*RelationalSource, bool) + func (scfcs SapCloudForCustomerSource) AsResponsysSource() (*ResponsysSource, bool) + func (scfcs SapCloudForCustomerSource) AsSQLDWSource() (*SQLDWSource, bool) + func (scfcs SapCloudForCustomerSource) AsSQLSource() (*SQLSource, bool) + func (scfcs SapCloudForCustomerSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (scfcs SapCloudForCustomerSource) AsSalesforceSource() (*SalesforceSource, bool) + func (scfcs SapCloudForCustomerSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (scfcs SapCloudForCustomerSource) AsSapEccSource() (*SapEccSource, bool) + func (scfcs SapCloudForCustomerSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (scfcs SapCloudForCustomerSource) AsShopifySource() (*ShopifySource, bool) + func (scfcs SapCloudForCustomerSource) AsSparkSource() (*SparkSource, bool) + func (scfcs SapCloudForCustomerSource) AsSquareSource() (*SquareSource, bool) + func (scfcs SapCloudForCustomerSource) AsVerticaSource() (*VerticaSource, bool) + func (scfcs SapCloudForCustomerSource) AsWebSource() (*WebSource, bool) + func (scfcs SapCloudForCustomerSource) AsXeroSource() (*XeroSource, bool) + func (scfcs SapCloudForCustomerSource) AsZohoSource() (*ZohoSource, bool) + func (scfcs SapCloudForCustomerSource) MarshalJSON() ([]byte, error) + type SapEccLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (sels *SapEccLinkedService) UnmarshalJSON(body []byte) error + func (sels SapEccLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (sels SapEccLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (sels SapEccLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (sels SapEccLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (sels SapEccLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (sels SapEccLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (sels SapEccLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (sels SapEccLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (sels SapEccLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (sels SapEccLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (sels SapEccLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (sels SapEccLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (sels SapEccLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (sels SapEccLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (sels SapEccLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (sels SapEccLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (sels SapEccLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (sels SapEccLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (sels SapEccLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (sels SapEccLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (sels SapEccLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (sels SapEccLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (sels SapEccLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (sels SapEccLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (sels SapEccLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (sels SapEccLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (sels SapEccLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (sels SapEccLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (sels SapEccLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (sels SapEccLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (sels SapEccLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (sels SapEccLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (sels SapEccLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (sels SapEccLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (sels SapEccLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (sels SapEccLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (sels SapEccLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (sels SapEccLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (sels SapEccLinkedService) AsLinkedService() (*LinkedService, bool) + func (sels SapEccLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (sels SapEccLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (sels SapEccLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (sels SapEccLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (sels SapEccLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (sels SapEccLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (sels SapEccLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (sels SapEccLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (sels SapEccLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (sels SapEccLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (sels SapEccLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (sels SapEccLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (sels SapEccLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (sels SapEccLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (sels SapEccLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (sels SapEccLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (sels SapEccLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (sels SapEccLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (sels SapEccLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (sels SapEccLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (sels SapEccLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (sels SapEccLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (sels SapEccLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (sels SapEccLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (sels SapEccLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (sels SapEccLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (sels SapEccLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (sels SapEccLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (sels SapEccLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (sels SapEccLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (sels SapEccLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (sels SapEccLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (sels SapEccLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (sels SapEccLinkedService) MarshalJSON() ([]byte, error) + type SapEccLinkedServiceTypeProperties struct + EncryptedCredential *string + Password BasicSecretBase + URL *string + Username *string + func (selstp *SapEccLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type SapEccResourceDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (serd *SapEccResourceDataset) UnmarshalJSON(body []byte) error + func (serd SapEccResourceDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (serd SapEccResourceDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (serd SapEccResourceDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (serd SapEccResourceDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (serd SapEccResourceDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (serd SapEccResourceDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (serd SapEccResourceDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (serd SapEccResourceDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (serd SapEccResourceDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (serd SapEccResourceDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (serd SapEccResourceDataset) AsBasicDataset() (BasicDataset, bool) + func (serd SapEccResourceDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (serd SapEccResourceDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (serd SapEccResourceDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (serd SapEccResourceDataset) AsCustomDataset() (*CustomDataset, bool) + func (serd SapEccResourceDataset) AsDataset() (*Dataset, bool) + func (serd SapEccResourceDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (serd SapEccResourceDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (serd SapEccResourceDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (serd SapEccResourceDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (serd SapEccResourceDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (serd SapEccResourceDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (serd SapEccResourceDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (serd SapEccResourceDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (serd SapEccResourceDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (serd SapEccResourceDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (serd SapEccResourceDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (serd SapEccResourceDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (serd SapEccResourceDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (serd SapEccResourceDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (serd SapEccResourceDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (serd SapEccResourceDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (serd SapEccResourceDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (serd SapEccResourceDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (serd SapEccResourceDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (serd SapEccResourceDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (serd SapEccResourceDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (serd SapEccResourceDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (serd SapEccResourceDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (serd SapEccResourceDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (serd SapEccResourceDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (serd SapEccResourceDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (serd SapEccResourceDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (serd SapEccResourceDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (serd SapEccResourceDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (serd SapEccResourceDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (serd SapEccResourceDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (serd SapEccResourceDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (serd SapEccResourceDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (serd SapEccResourceDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (serd SapEccResourceDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (serd SapEccResourceDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (serd SapEccResourceDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (serd SapEccResourceDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (serd SapEccResourceDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (serd SapEccResourceDataset) MarshalJSON() ([]byte, error) + type SapEccResourceDatasetTypeProperties struct + Path interface{} + type SapEccSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ses *SapEccSource) UnmarshalJSON(body []byte) error + func (ses SapEccSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ses SapEccSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ses SapEccSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ses SapEccSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ses SapEccSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ses SapEccSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ses SapEccSource) AsBasicCopySource() (BasicCopySource, bool) + func (ses SapEccSource) AsBlobSource() (*BlobSource, bool) + func (ses SapEccSource) AsCassandraSource() (*CassandraSource, bool) + func (ses SapEccSource) AsConcurSource() (*ConcurSource, bool) + func (ses SapEccSource) AsCopySource() (*CopySource, bool) + func (ses SapEccSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ses SapEccSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ses SapEccSource) AsDrillSource() (*DrillSource, bool) + func (ses SapEccSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ses SapEccSource) AsEloquaSource() (*EloquaSource, bool) + func (ses SapEccSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ses SapEccSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ses SapEccSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ses SapEccSource) AsHBaseSource() (*HBaseSource, bool) + func (ses SapEccSource) AsHTTPSource() (*HTTPSource, bool) + func (ses SapEccSource) AsHdfsSource() (*HdfsSource, bool) + func (ses SapEccSource) AsHiveSource() (*HiveSource, bool) + func (ses SapEccSource) AsHubspotSource() (*HubspotSource, bool) + func (ses SapEccSource) AsImpalaSource() (*ImpalaSource, bool) + func (ses SapEccSource) AsJiraSource() (*JiraSource, bool) + func (ses SapEccSource) AsMagentoSource() (*MagentoSource, bool) + func (ses SapEccSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ses SapEccSource) AsMarketoSource() (*MarketoSource, bool) + func (ses SapEccSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ses SapEccSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ses SapEccSource) AsOracleSource() (*OracleSource, bool) + func (ses SapEccSource) AsPaypalSource() (*PaypalSource, bool) + func (ses SapEccSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ses SapEccSource) AsPrestoSource() (*PrestoSource, bool) + func (ses SapEccSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ses SapEccSource) AsRelationalSource() (*RelationalSource, bool) + func (ses SapEccSource) AsResponsysSource() (*ResponsysSource, bool) + func (ses SapEccSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ses SapEccSource) AsSQLSource() (*SQLSource, bool) + func (ses SapEccSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ses SapEccSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ses SapEccSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ses SapEccSource) AsSapEccSource() (*SapEccSource, bool) + func (ses SapEccSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ses SapEccSource) AsShopifySource() (*ShopifySource, bool) + func (ses SapEccSource) AsSparkSource() (*SparkSource, bool) + func (ses SapEccSource) AsSquareSource() (*SquareSource, bool) + func (ses SapEccSource) AsVerticaSource() (*VerticaSource, bool) + func (ses SapEccSource) AsWebSource() (*WebSource, bool) + func (ses SapEccSource) AsXeroSource() (*XeroSource, bool) + func (ses SapEccSource) AsZohoSource() (*ZohoSource, bool) + func (ses SapEccSource) MarshalJSON() ([]byte, error) + type SapHanaAuthenticationType string + const SapHanaAuthenticationTypeBasic + const SapHanaAuthenticationTypeWindows + func PossibleSapHanaAuthenticationTypeValues() []SapHanaAuthenticationType + type SapHanaLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (shls *SapHanaLinkedService) UnmarshalJSON(body []byte) error + func (shls SapHanaLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (shls SapHanaLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (shls SapHanaLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (shls SapHanaLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (shls SapHanaLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (shls SapHanaLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (shls SapHanaLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (shls SapHanaLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (shls SapHanaLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (shls SapHanaLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (shls SapHanaLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (shls SapHanaLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (shls SapHanaLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (shls SapHanaLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (shls SapHanaLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (shls SapHanaLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (shls SapHanaLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (shls SapHanaLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (shls SapHanaLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (shls SapHanaLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (shls SapHanaLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (shls SapHanaLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (shls SapHanaLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (shls SapHanaLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (shls SapHanaLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (shls SapHanaLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (shls SapHanaLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (shls SapHanaLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (shls SapHanaLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (shls SapHanaLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (shls SapHanaLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (shls SapHanaLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (shls SapHanaLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (shls SapHanaLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (shls SapHanaLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (shls SapHanaLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (shls SapHanaLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (shls SapHanaLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (shls SapHanaLinkedService) AsLinkedService() (*LinkedService, bool) + func (shls SapHanaLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (shls SapHanaLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (shls SapHanaLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (shls SapHanaLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (shls SapHanaLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (shls SapHanaLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (shls SapHanaLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (shls SapHanaLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (shls SapHanaLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (shls SapHanaLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (shls SapHanaLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (shls SapHanaLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (shls SapHanaLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (shls SapHanaLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (shls SapHanaLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (shls SapHanaLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (shls SapHanaLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (shls SapHanaLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (shls SapHanaLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (shls SapHanaLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (shls SapHanaLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (shls SapHanaLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (shls SapHanaLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (shls SapHanaLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (shls SapHanaLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (shls SapHanaLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (shls SapHanaLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (shls SapHanaLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (shls SapHanaLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (shls SapHanaLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (shls SapHanaLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (shls SapHanaLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (shls SapHanaLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (shls SapHanaLinkedService) MarshalJSON() ([]byte, error) + type SapHanaLinkedServiceProperties struct + AuthenticationType SapHanaAuthenticationType + EncryptedCredential interface{} + Password BasicSecretBase + Server interface{} + UserName interface{} + func (shlsp *SapHanaLinkedServiceProperties) UnmarshalJSON(body []byte) error + type ScheduleTrigger struct + AdditionalProperties map[string]interface{} + Description *string + Pipelines *[]TriggerPipelineReference + RuntimeState TriggerRuntimeState + Type TypeBasicTrigger + func (st *ScheduleTrigger) UnmarshalJSON(body []byte) error + func (st ScheduleTrigger) AsBasicMultiplePipelineTrigger() (BasicMultiplePipelineTrigger, bool) + func (st ScheduleTrigger) AsBasicTrigger() (BasicTrigger, bool) + func (st ScheduleTrigger) AsBlobEventsTrigger() (*BlobEventsTrigger, bool) + func (st ScheduleTrigger) AsBlobTrigger() (*BlobTrigger, bool) + func (st ScheduleTrigger) AsMultiplePipelineTrigger() (*MultiplePipelineTrigger, bool) + func (st ScheduleTrigger) AsScheduleTrigger() (*ScheduleTrigger, bool) + func (st ScheduleTrigger) AsTrigger() (*Trigger, bool) + func (st ScheduleTrigger) AsTumblingWindowTrigger() (*TumblingWindowTrigger, bool) + func (st ScheduleTrigger) MarshalJSON() ([]byte, error) + type ScheduleTriggerRecurrence struct + AdditionalProperties map[string]interface{} + EndTime *date.Time + Frequency RecurrenceFrequency + Interval *int32 + Schedule *RecurrenceSchedule + StartTime *date.Time + TimeZone *string + func (str *ScheduleTriggerRecurrence) UnmarshalJSON(body []byte) error + func (str ScheduleTriggerRecurrence) MarshalJSON() ([]byte, error) + type ScheduleTriggerTypeProperties struct + Recurrence *ScheduleTriggerRecurrence + type SecretBase struct + Type Type + func (sb SecretBase) AsAzureKeyVaultSecretReference() (*AzureKeyVaultSecretReference, bool) + func (sb SecretBase) AsBasicSecretBase() (BasicSecretBase, bool) + func (sb SecretBase) AsSecretBase() (*SecretBase, bool) + func (sb SecretBase) AsSecureString() (*SecureString, bool) + func (sb SecretBase) MarshalJSON() ([]byte, error) + type SecureString struct + Type Type + Value *string + func (ss SecureString) AsAzureKeyVaultSecretReference() (*AzureKeyVaultSecretReference, bool) + func (ss SecureString) AsBasicSecretBase() (BasicSecretBase, bool) + func (ss SecureString) AsSecretBase() (*SecretBase, bool) + func (ss SecureString) AsSecureString() (*SecureString, bool) + func (ss SecureString) MarshalJSON() ([]byte, error) + type SelfHostedIntegrationRuntime struct + AdditionalProperties map[string]interface{} + Description *string + Type TypeBasicIntegrationRuntime + func (shir *SelfHostedIntegrationRuntime) UnmarshalJSON(body []byte) error + func (shir SelfHostedIntegrationRuntime) AsBasicIntegrationRuntime() (BasicIntegrationRuntime, bool) + func (shir SelfHostedIntegrationRuntime) AsIntegrationRuntime() (*IntegrationRuntime, bool) + func (shir SelfHostedIntegrationRuntime) AsManagedIntegrationRuntime() (*ManagedIntegrationRuntime, bool) + func (shir SelfHostedIntegrationRuntime) AsSelfHostedIntegrationRuntime() (*SelfHostedIntegrationRuntime, bool) + func (shir SelfHostedIntegrationRuntime) MarshalJSON() ([]byte, error) + type SelfHostedIntegrationRuntimeNode struct + Capabilities map[string]*string + ConcurrentJobsLimit *int32 + ExpiryTime *date.Time + HostServiceURI *string + IsActiveDispatcher *bool + LastConnectTime *date.Time + LastEndUpdateTime *date.Time + LastStartTime *date.Time + LastStartUpdateTime *date.Time + LastStopTime *date.Time + LastUpdateResult IntegrationRuntimeUpdateResult + MachineName *string + MaxConcurrentJobs *int32 + NodeName *string + RegisterTime *date.Time + Status SelfHostedIntegrationRuntimeNodeStatus + Version *string + VersionStatus *string + func (shirn SelfHostedIntegrationRuntimeNode) MarshalJSON() ([]byte, error) + type SelfHostedIntegrationRuntimeNodeStatus string + const SelfHostedIntegrationRuntimeNodeStatusInitializeFailed + const SelfHostedIntegrationRuntimeNodeStatusInitializing + const SelfHostedIntegrationRuntimeNodeStatusLimited + const SelfHostedIntegrationRuntimeNodeStatusNeedRegistration + const SelfHostedIntegrationRuntimeNodeStatusOffline + const SelfHostedIntegrationRuntimeNodeStatusOnline + const SelfHostedIntegrationRuntimeNodeStatusUpgrading + func PossibleSelfHostedIntegrationRuntimeNodeStatusValues() []SelfHostedIntegrationRuntimeNodeStatus + type SelfHostedIntegrationRuntimeStatus struct + AdditionalProperties map[string]interface{} + DataFactoryName *string + State IntegrationRuntimeState + Type TypeBasicIntegrationRuntimeStatus + func (shirs *SelfHostedIntegrationRuntimeStatus) UnmarshalJSON(body []byte) error + func (shirs SelfHostedIntegrationRuntimeStatus) AsBasicIntegrationRuntimeStatus() (BasicIntegrationRuntimeStatus, bool) + func (shirs SelfHostedIntegrationRuntimeStatus) AsIntegrationRuntimeStatus() (*IntegrationRuntimeStatus, bool) + func (shirs SelfHostedIntegrationRuntimeStatus) AsManagedIntegrationRuntimeStatus() (*ManagedIntegrationRuntimeStatus, bool) + func (shirs SelfHostedIntegrationRuntimeStatus) AsSelfHostedIntegrationRuntimeStatus() (*SelfHostedIntegrationRuntimeStatus, bool) + func (shirs SelfHostedIntegrationRuntimeStatus) MarshalJSON() ([]byte, error) + type SelfHostedIntegrationRuntimeStatusTypeProperties struct + AutoUpdate IntegrationRuntimeAutoUpdate + Capabilities map[string]*string + CreateTime *date.Time + InternalChannelEncryption IntegrationRuntimeInternalChannelEncryptionMode + Links *[]LinkedIntegrationRuntime + LocalTimeZoneOffset *string + Nodes *[]SelfHostedIntegrationRuntimeNode + ScheduledUpdateDate *date.Time + ServiceUrls *[]string + TaskQueueID *string + UpdateDelayOffset *string + Version *string + VersionStatus *string + func (shirstp SelfHostedIntegrationRuntimeStatusTypeProperties) MarshalJSON() ([]byte, error) + type ServiceNowAuthenticationType string + const ServiceNowAuthenticationTypeBasic + const ServiceNowAuthenticationTypeOAuth2 + func PossibleServiceNowAuthenticationTypeValues() []ServiceNowAuthenticationType + type ServiceNowLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (snls *ServiceNowLinkedService) UnmarshalJSON(body []byte) error + func (snls ServiceNowLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (snls ServiceNowLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (snls ServiceNowLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (snls ServiceNowLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (snls ServiceNowLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (snls ServiceNowLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (snls ServiceNowLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (snls ServiceNowLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (snls ServiceNowLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (snls ServiceNowLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (snls ServiceNowLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (snls ServiceNowLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (snls ServiceNowLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (snls ServiceNowLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (snls ServiceNowLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (snls ServiceNowLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (snls ServiceNowLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (snls ServiceNowLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (snls ServiceNowLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (snls ServiceNowLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (snls ServiceNowLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (snls ServiceNowLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (snls ServiceNowLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (snls ServiceNowLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (snls ServiceNowLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (snls ServiceNowLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (snls ServiceNowLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (snls ServiceNowLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (snls ServiceNowLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (snls ServiceNowLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (snls ServiceNowLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (snls ServiceNowLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (snls ServiceNowLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (snls ServiceNowLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (snls ServiceNowLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (snls ServiceNowLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (snls ServiceNowLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (snls ServiceNowLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (snls ServiceNowLinkedService) AsLinkedService() (*LinkedService, bool) + func (snls ServiceNowLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (snls ServiceNowLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (snls ServiceNowLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (snls ServiceNowLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (snls ServiceNowLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (snls ServiceNowLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (snls ServiceNowLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (snls ServiceNowLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (snls ServiceNowLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (snls ServiceNowLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (snls ServiceNowLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (snls ServiceNowLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (snls ServiceNowLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (snls ServiceNowLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (snls ServiceNowLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (snls ServiceNowLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (snls ServiceNowLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (snls ServiceNowLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (snls ServiceNowLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (snls ServiceNowLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (snls ServiceNowLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (snls ServiceNowLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (snls ServiceNowLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (snls ServiceNowLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (snls ServiceNowLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (snls ServiceNowLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (snls ServiceNowLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (snls ServiceNowLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (snls ServiceNowLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (snls ServiceNowLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (snls ServiceNowLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (snls ServiceNowLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (snls ServiceNowLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (snls ServiceNowLinkedService) MarshalJSON() ([]byte, error) + type ServiceNowLinkedServiceTypeProperties struct + AuthenticationType ServiceNowAuthenticationType + ClientID interface{} + ClientSecret BasicSecretBase + EncryptedCredential interface{} + Endpoint interface{} + Password BasicSecretBase + UseEncryptedEndpoints interface{} + UseHostVerification interface{} + UsePeerVerification interface{} + Username interface{} + func (snlstp *ServiceNowLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type ServiceNowObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (snod *ServiceNowObjectDataset) UnmarshalJSON(body []byte) error + func (snod ServiceNowObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (snod ServiceNowObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (snod ServiceNowObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (snod ServiceNowObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (snod ServiceNowObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (snod ServiceNowObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (snod ServiceNowObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (snod ServiceNowObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (snod ServiceNowObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (snod ServiceNowObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (snod ServiceNowObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (snod ServiceNowObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (snod ServiceNowObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (snod ServiceNowObjectDataset) AsDataset() (*Dataset, bool) + func (snod ServiceNowObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (snod ServiceNowObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (snod ServiceNowObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (snod ServiceNowObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (snod ServiceNowObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (snod ServiceNowObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (snod ServiceNowObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (snod ServiceNowObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (snod ServiceNowObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (snod ServiceNowObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (snod ServiceNowObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (snod ServiceNowObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (snod ServiceNowObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (snod ServiceNowObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (snod ServiceNowObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (snod ServiceNowObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (snod ServiceNowObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (snod ServiceNowObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (snod ServiceNowObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (snod ServiceNowObjectDataset) MarshalJSON() ([]byte, error) + type ServiceNowSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (sns *ServiceNowSource) UnmarshalJSON(body []byte) error + func (sns ServiceNowSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (sns ServiceNowSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (sns ServiceNowSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (sns ServiceNowSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (sns ServiceNowSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (sns ServiceNowSource) AsAzureTableSource() (*AzureTableSource, bool) + func (sns ServiceNowSource) AsBasicCopySource() (BasicCopySource, bool) + func (sns ServiceNowSource) AsBlobSource() (*BlobSource, bool) + func (sns ServiceNowSource) AsCassandraSource() (*CassandraSource, bool) + func (sns ServiceNowSource) AsConcurSource() (*ConcurSource, bool) + func (sns ServiceNowSource) AsCopySource() (*CopySource, bool) + func (sns ServiceNowSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (sns ServiceNowSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (sns ServiceNowSource) AsDrillSource() (*DrillSource, bool) + func (sns ServiceNowSource) AsDynamicsSource() (*DynamicsSource, bool) + func (sns ServiceNowSource) AsEloquaSource() (*EloquaSource, bool) + func (sns ServiceNowSource) AsFileSystemSource() (*FileSystemSource, bool) + func (sns ServiceNowSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (sns ServiceNowSource) AsGreenplumSource() (*GreenplumSource, bool) + func (sns ServiceNowSource) AsHBaseSource() (*HBaseSource, bool) + func (sns ServiceNowSource) AsHTTPSource() (*HTTPSource, bool) + func (sns ServiceNowSource) AsHdfsSource() (*HdfsSource, bool) + func (sns ServiceNowSource) AsHiveSource() (*HiveSource, bool) + func (sns ServiceNowSource) AsHubspotSource() (*HubspotSource, bool) + func (sns ServiceNowSource) AsImpalaSource() (*ImpalaSource, bool) + func (sns ServiceNowSource) AsJiraSource() (*JiraSource, bool) + func (sns ServiceNowSource) AsMagentoSource() (*MagentoSource, bool) + func (sns ServiceNowSource) AsMariaDBSource() (*MariaDBSource, bool) + func (sns ServiceNowSource) AsMarketoSource() (*MarketoSource, bool) + func (sns ServiceNowSource) AsMongoDbSource() (*MongoDbSource, bool) + func (sns ServiceNowSource) AsNetezzaSource() (*NetezzaSource, bool) + func (sns ServiceNowSource) AsOracleSource() (*OracleSource, bool) + func (sns ServiceNowSource) AsPaypalSource() (*PaypalSource, bool) + func (sns ServiceNowSource) AsPhoenixSource() (*PhoenixSource, bool) + func (sns ServiceNowSource) AsPrestoSource() (*PrestoSource, bool) + func (sns ServiceNowSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (sns ServiceNowSource) AsRelationalSource() (*RelationalSource, bool) + func (sns ServiceNowSource) AsResponsysSource() (*ResponsysSource, bool) + func (sns ServiceNowSource) AsSQLDWSource() (*SQLDWSource, bool) + func (sns ServiceNowSource) AsSQLSource() (*SQLSource, bool) + func (sns ServiceNowSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (sns ServiceNowSource) AsSalesforceSource() (*SalesforceSource, bool) + func (sns ServiceNowSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (sns ServiceNowSource) AsSapEccSource() (*SapEccSource, bool) + func (sns ServiceNowSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (sns ServiceNowSource) AsShopifySource() (*ShopifySource, bool) + func (sns ServiceNowSource) AsSparkSource() (*SparkSource, bool) + func (sns ServiceNowSource) AsSquareSource() (*SquareSource, bool) + func (sns ServiceNowSource) AsVerticaSource() (*VerticaSource, bool) + func (sns ServiceNowSource) AsWebSource() (*WebSource, bool) + func (sns ServiceNowSource) AsXeroSource() (*XeroSource, bool) + func (sns ServiceNowSource) AsZohoSource() (*ZohoSource, bool) + func (sns ServiceNowSource) MarshalJSON() ([]byte, error) + type SftpAuthenticationType string + const SftpAuthenticationTypeBasic + const SftpAuthenticationTypeSSHPublicKey + func PossibleSftpAuthenticationTypeValues() []SftpAuthenticationType + type SftpServerLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (ssls *SftpServerLinkedService) UnmarshalJSON(body []byte) error + func (ssls SftpServerLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (ssls SftpServerLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (ssls SftpServerLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (ssls SftpServerLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (ssls SftpServerLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (ssls SftpServerLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (ssls SftpServerLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (ssls SftpServerLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (ssls SftpServerLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (ssls SftpServerLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (ssls SftpServerLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (ssls SftpServerLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (ssls SftpServerLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (ssls SftpServerLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (ssls SftpServerLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (ssls SftpServerLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (ssls SftpServerLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (ssls SftpServerLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (ssls SftpServerLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (ssls SftpServerLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (ssls SftpServerLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (ssls SftpServerLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (ssls SftpServerLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (ssls SftpServerLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (ssls SftpServerLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (ssls SftpServerLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (ssls SftpServerLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (ssls SftpServerLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (ssls SftpServerLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (ssls SftpServerLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (ssls SftpServerLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (ssls SftpServerLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (ssls SftpServerLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (ssls SftpServerLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (ssls SftpServerLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (ssls SftpServerLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (ssls SftpServerLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (ssls SftpServerLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (ssls SftpServerLinkedService) AsLinkedService() (*LinkedService, bool) + func (ssls SftpServerLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (ssls SftpServerLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (ssls SftpServerLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (ssls SftpServerLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (ssls SftpServerLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (ssls SftpServerLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (ssls SftpServerLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (ssls SftpServerLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (ssls SftpServerLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (ssls SftpServerLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (ssls SftpServerLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (ssls SftpServerLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (ssls SftpServerLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (ssls SftpServerLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (ssls SftpServerLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (ssls SftpServerLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (ssls SftpServerLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (ssls SftpServerLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (ssls SftpServerLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (ssls SftpServerLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (ssls SftpServerLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (ssls SftpServerLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (ssls SftpServerLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (ssls SftpServerLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (ssls SftpServerLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (ssls SftpServerLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (ssls SftpServerLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (ssls SftpServerLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (ssls SftpServerLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (ssls SftpServerLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (ssls SftpServerLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (ssls SftpServerLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (ssls SftpServerLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (ssls SftpServerLinkedService) MarshalJSON() ([]byte, error) + type SftpServerLinkedServiceTypeProperties struct + AuthenticationType SftpAuthenticationType + EncryptedCredential interface{} + Host interface{} + HostKeyFingerprint interface{} + PassPhrase BasicSecretBase + Password BasicSecretBase + Port interface{} + PrivateKeyContent BasicSecretBase + PrivateKeyPath interface{} + SkipHostKeyValidation interface{} + UserName interface{} + func (sslstp *SftpServerLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type ShopifyLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (sls *ShopifyLinkedService) UnmarshalJSON(body []byte) error + func (sls ShopifyLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (sls ShopifyLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (sls ShopifyLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (sls ShopifyLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (sls ShopifyLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (sls ShopifyLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (sls ShopifyLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (sls ShopifyLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (sls ShopifyLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (sls ShopifyLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (sls ShopifyLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (sls ShopifyLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (sls ShopifyLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (sls ShopifyLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (sls ShopifyLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (sls ShopifyLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (sls ShopifyLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (sls ShopifyLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (sls ShopifyLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (sls ShopifyLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (sls ShopifyLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (sls ShopifyLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (sls ShopifyLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (sls ShopifyLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (sls ShopifyLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (sls ShopifyLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (sls ShopifyLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (sls ShopifyLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (sls ShopifyLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (sls ShopifyLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (sls ShopifyLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (sls ShopifyLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (sls ShopifyLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (sls ShopifyLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (sls ShopifyLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (sls ShopifyLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (sls ShopifyLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (sls ShopifyLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (sls ShopifyLinkedService) AsLinkedService() (*LinkedService, bool) + func (sls ShopifyLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (sls ShopifyLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (sls ShopifyLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (sls ShopifyLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (sls ShopifyLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (sls ShopifyLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (sls ShopifyLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (sls ShopifyLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (sls ShopifyLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (sls ShopifyLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (sls ShopifyLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (sls ShopifyLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (sls ShopifyLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (sls ShopifyLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (sls ShopifyLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (sls ShopifyLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (sls ShopifyLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (sls ShopifyLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (sls ShopifyLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (sls ShopifyLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (sls ShopifyLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (sls ShopifyLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (sls ShopifyLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (sls ShopifyLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (sls ShopifyLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (sls ShopifyLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (sls ShopifyLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (sls ShopifyLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (sls ShopifyLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (sls ShopifyLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (sls ShopifyLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (sls ShopifyLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (sls ShopifyLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (sls ShopifyLinkedService) MarshalJSON() ([]byte, error) + type ShopifyLinkedServiceTypeProperties struct + AccessToken BasicSecretBase + EncryptedCredential interface{} + Host interface{} + UseEncryptedEndpoints interface{} + UseHostVerification interface{} + UsePeerVerification interface{} + func (slstp *ShopifyLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type ShopifyObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (sod *ShopifyObjectDataset) UnmarshalJSON(body []byte) error + func (sod ShopifyObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (sod ShopifyObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (sod ShopifyObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (sod ShopifyObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (sod ShopifyObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (sod ShopifyObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (sod ShopifyObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (sod ShopifyObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (sod ShopifyObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (sod ShopifyObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (sod ShopifyObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (sod ShopifyObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (sod ShopifyObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (sod ShopifyObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (sod ShopifyObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (sod ShopifyObjectDataset) AsDataset() (*Dataset, bool) + func (sod ShopifyObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (sod ShopifyObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (sod ShopifyObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (sod ShopifyObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (sod ShopifyObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (sod ShopifyObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (sod ShopifyObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (sod ShopifyObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (sod ShopifyObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (sod ShopifyObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (sod ShopifyObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (sod ShopifyObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (sod ShopifyObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (sod ShopifyObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (sod ShopifyObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (sod ShopifyObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (sod ShopifyObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (sod ShopifyObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (sod ShopifyObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (sod ShopifyObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (sod ShopifyObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (sod ShopifyObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (sod ShopifyObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (sod ShopifyObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (sod ShopifyObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (sod ShopifyObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (sod ShopifyObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (sod ShopifyObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (sod ShopifyObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (sod ShopifyObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (sod ShopifyObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (sod ShopifyObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (sod ShopifyObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (sod ShopifyObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (sod ShopifyObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (sod ShopifyObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (sod ShopifyObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (sod ShopifyObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (sod ShopifyObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (sod ShopifyObjectDataset) MarshalJSON() ([]byte, error) + type ShopifySource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ss *ShopifySource) UnmarshalJSON(body []byte) error + func (ss ShopifySource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ss ShopifySource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ss ShopifySource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ss ShopifySource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ss ShopifySource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ss ShopifySource) AsAzureTableSource() (*AzureTableSource, bool) + func (ss ShopifySource) AsBasicCopySource() (BasicCopySource, bool) + func (ss ShopifySource) AsBlobSource() (*BlobSource, bool) + func (ss ShopifySource) AsCassandraSource() (*CassandraSource, bool) + func (ss ShopifySource) AsConcurSource() (*ConcurSource, bool) + func (ss ShopifySource) AsCopySource() (*CopySource, bool) + func (ss ShopifySource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ss ShopifySource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ss ShopifySource) AsDrillSource() (*DrillSource, bool) + func (ss ShopifySource) AsDynamicsSource() (*DynamicsSource, bool) + func (ss ShopifySource) AsEloquaSource() (*EloquaSource, bool) + func (ss ShopifySource) AsFileSystemSource() (*FileSystemSource, bool) + func (ss ShopifySource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ss ShopifySource) AsGreenplumSource() (*GreenplumSource, bool) + func (ss ShopifySource) AsHBaseSource() (*HBaseSource, bool) + func (ss ShopifySource) AsHTTPSource() (*HTTPSource, bool) + func (ss ShopifySource) AsHdfsSource() (*HdfsSource, bool) + func (ss ShopifySource) AsHiveSource() (*HiveSource, bool) + func (ss ShopifySource) AsHubspotSource() (*HubspotSource, bool) + func (ss ShopifySource) AsImpalaSource() (*ImpalaSource, bool) + func (ss ShopifySource) AsJiraSource() (*JiraSource, bool) + func (ss ShopifySource) AsMagentoSource() (*MagentoSource, bool) + func (ss ShopifySource) AsMariaDBSource() (*MariaDBSource, bool) + func (ss ShopifySource) AsMarketoSource() (*MarketoSource, bool) + func (ss ShopifySource) AsMongoDbSource() (*MongoDbSource, bool) + func (ss ShopifySource) AsNetezzaSource() (*NetezzaSource, bool) + func (ss ShopifySource) AsOracleSource() (*OracleSource, bool) + func (ss ShopifySource) AsPaypalSource() (*PaypalSource, bool) + func (ss ShopifySource) AsPhoenixSource() (*PhoenixSource, bool) + func (ss ShopifySource) AsPrestoSource() (*PrestoSource, bool) + func (ss ShopifySource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ss ShopifySource) AsRelationalSource() (*RelationalSource, bool) + func (ss ShopifySource) AsResponsysSource() (*ResponsysSource, bool) + func (ss ShopifySource) AsSQLDWSource() (*SQLDWSource, bool) + func (ss ShopifySource) AsSQLSource() (*SQLSource, bool) + func (ss ShopifySource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ss ShopifySource) AsSalesforceSource() (*SalesforceSource, bool) + func (ss ShopifySource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ss ShopifySource) AsSapEccSource() (*SapEccSource, bool) + func (ss ShopifySource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ss ShopifySource) AsShopifySource() (*ShopifySource, bool) + func (ss ShopifySource) AsSparkSource() (*SparkSource, bool) + func (ss ShopifySource) AsSquareSource() (*SquareSource, bool) + func (ss ShopifySource) AsVerticaSource() (*VerticaSource, bool) + func (ss ShopifySource) AsWebSource() (*WebSource, bool) + func (ss ShopifySource) AsXeroSource() (*XeroSource, bool) + func (ss ShopifySource) AsZohoSource() (*ZohoSource, bool) + func (ss ShopifySource) MarshalJSON() ([]byte, error) + type SparkAuthenticationType string + const SparkAuthenticationTypeAnonymous + const SparkAuthenticationTypeUsername + const SparkAuthenticationTypeUsernameAndPassword + const SparkAuthenticationTypeWindowsAzureHDInsightService + func PossibleSparkAuthenticationTypeValues() []SparkAuthenticationType + type SparkLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (sls *SparkLinkedService) UnmarshalJSON(body []byte) error + func (sls SparkLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (sls SparkLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (sls SparkLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (sls SparkLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (sls SparkLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (sls SparkLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (sls SparkLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (sls SparkLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (sls SparkLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (sls SparkLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (sls SparkLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (sls SparkLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (sls SparkLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (sls SparkLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (sls SparkLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (sls SparkLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (sls SparkLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (sls SparkLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (sls SparkLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (sls SparkLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (sls SparkLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (sls SparkLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (sls SparkLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (sls SparkLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (sls SparkLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (sls SparkLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (sls SparkLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (sls SparkLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (sls SparkLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (sls SparkLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (sls SparkLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (sls SparkLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (sls SparkLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (sls SparkLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (sls SparkLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (sls SparkLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (sls SparkLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (sls SparkLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (sls SparkLinkedService) AsLinkedService() (*LinkedService, bool) + func (sls SparkLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (sls SparkLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (sls SparkLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (sls SparkLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (sls SparkLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (sls SparkLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (sls SparkLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (sls SparkLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (sls SparkLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (sls SparkLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (sls SparkLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (sls SparkLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (sls SparkLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (sls SparkLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (sls SparkLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (sls SparkLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (sls SparkLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (sls SparkLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (sls SparkLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (sls SparkLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (sls SparkLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (sls SparkLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (sls SparkLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (sls SparkLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (sls SparkLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (sls SparkLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (sls SparkLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (sls SparkLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (sls SparkLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (sls SparkLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (sls SparkLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (sls SparkLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (sls SparkLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (sls SparkLinkedService) MarshalJSON() ([]byte, error) + type SparkLinkedServiceTypeProperties struct + AllowHostNameCNMismatch interface{} + AllowSelfSignedServerCert interface{} + AuthenticationType SparkAuthenticationType + EnableSsl interface{} + EncryptedCredential interface{} + HTTPPath interface{} + Host interface{} + Password BasicSecretBase + Port interface{} + ServerType SparkServerType + ThriftTransportProtocol SparkThriftTransportProtocol + TrustedCertPath interface{} + UseSystemTrustStore interface{} + Username interface{} + func (slstp *SparkLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type SparkObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (sod *SparkObjectDataset) UnmarshalJSON(body []byte) error + func (sod SparkObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (sod SparkObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (sod SparkObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (sod SparkObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (sod SparkObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (sod SparkObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (sod SparkObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (sod SparkObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (sod SparkObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (sod SparkObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (sod SparkObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (sod SparkObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (sod SparkObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (sod SparkObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (sod SparkObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (sod SparkObjectDataset) AsDataset() (*Dataset, bool) + func (sod SparkObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (sod SparkObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (sod SparkObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (sod SparkObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (sod SparkObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (sod SparkObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (sod SparkObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (sod SparkObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (sod SparkObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (sod SparkObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (sod SparkObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (sod SparkObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (sod SparkObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (sod SparkObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (sod SparkObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (sod SparkObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (sod SparkObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (sod SparkObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (sod SparkObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (sod SparkObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (sod SparkObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (sod SparkObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (sod SparkObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (sod SparkObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (sod SparkObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (sod SparkObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (sod SparkObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (sod SparkObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (sod SparkObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (sod SparkObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (sod SparkObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (sod SparkObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (sod SparkObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (sod SparkObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (sod SparkObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (sod SparkObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (sod SparkObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (sod SparkObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (sod SparkObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (sod SparkObjectDataset) MarshalJSON() ([]byte, error) + type SparkServerType string + const SharkServer + const SharkServer2 + const SparkThriftServer + func PossibleSparkServerTypeValues() []SparkServerType + type SparkSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ss *SparkSource) UnmarshalJSON(body []byte) error + func (ss SparkSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ss SparkSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ss SparkSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ss SparkSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ss SparkSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ss SparkSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ss SparkSource) AsBasicCopySource() (BasicCopySource, bool) + func (ss SparkSource) AsBlobSource() (*BlobSource, bool) + func (ss SparkSource) AsCassandraSource() (*CassandraSource, bool) + func (ss SparkSource) AsConcurSource() (*ConcurSource, bool) + func (ss SparkSource) AsCopySource() (*CopySource, bool) + func (ss SparkSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ss SparkSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ss SparkSource) AsDrillSource() (*DrillSource, bool) + func (ss SparkSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ss SparkSource) AsEloquaSource() (*EloquaSource, bool) + func (ss SparkSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ss SparkSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ss SparkSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ss SparkSource) AsHBaseSource() (*HBaseSource, bool) + func (ss SparkSource) AsHTTPSource() (*HTTPSource, bool) + func (ss SparkSource) AsHdfsSource() (*HdfsSource, bool) + func (ss SparkSource) AsHiveSource() (*HiveSource, bool) + func (ss SparkSource) AsHubspotSource() (*HubspotSource, bool) + func (ss SparkSource) AsImpalaSource() (*ImpalaSource, bool) + func (ss SparkSource) AsJiraSource() (*JiraSource, bool) + func (ss SparkSource) AsMagentoSource() (*MagentoSource, bool) + func (ss SparkSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ss SparkSource) AsMarketoSource() (*MarketoSource, bool) + func (ss SparkSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ss SparkSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ss SparkSource) AsOracleSource() (*OracleSource, bool) + func (ss SparkSource) AsPaypalSource() (*PaypalSource, bool) + func (ss SparkSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ss SparkSource) AsPrestoSource() (*PrestoSource, bool) + func (ss SparkSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ss SparkSource) AsRelationalSource() (*RelationalSource, bool) + func (ss SparkSource) AsResponsysSource() (*ResponsysSource, bool) + func (ss SparkSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ss SparkSource) AsSQLSource() (*SQLSource, bool) + func (ss SparkSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ss SparkSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ss SparkSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ss SparkSource) AsSapEccSource() (*SapEccSource, bool) + func (ss SparkSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ss SparkSource) AsShopifySource() (*ShopifySource, bool) + func (ss SparkSource) AsSparkSource() (*SparkSource, bool) + func (ss SparkSource) AsSquareSource() (*SquareSource, bool) + func (ss SparkSource) AsVerticaSource() (*VerticaSource, bool) + func (ss SparkSource) AsWebSource() (*WebSource, bool) + func (ss SparkSource) AsXeroSource() (*XeroSource, bool) + func (ss SparkSource) AsZohoSource() (*ZohoSource, bool) + func (ss SparkSource) MarshalJSON() ([]byte, error) + type SparkThriftTransportProtocol string + const SparkThriftTransportProtocolBinary + const SparkThriftTransportProtocolHTTP + const SparkThriftTransportProtocolSASL + func PossibleSparkThriftTransportProtocolValues() []SparkThriftTransportProtocol + type SquareLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (sls *SquareLinkedService) UnmarshalJSON(body []byte) error + func (sls SquareLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (sls SquareLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (sls SquareLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (sls SquareLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (sls SquareLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (sls SquareLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (sls SquareLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (sls SquareLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (sls SquareLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (sls SquareLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (sls SquareLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (sls SquareLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (sls SquareLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (sls SquareLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (sls SquareLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (sls SquareLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (sls SquareLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (sls SquareLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (sls SquareLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (sls SquareLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (sls SquareLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (sls SquareLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (sls SquareLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (sls SquareLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (sls SquareLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (sls SquareLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (sls SquareLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (sls SquareLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (sls SquareLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (sls SquareLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (sls SquareLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (sls SquareLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (sls SquareLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (sls SquareLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (sls SquareLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (sls SquareLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (sls SquareLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (sls SquareLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (sls SquareLinkedService) AsLinkedService() (*LinkedService, bool) + func (sls SquareLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (sls SquareLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (sls SquareLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (sls SquareLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (sls SquareLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (sls SquareLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (sls SquareLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (sls SquareLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (sls SquareLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (sls SquareLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (sls SquareLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (sls SquareLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (sls SquareLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (sls SquareLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (sls SquareLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (sls SquareLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (sls SquareLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (sls SquareLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (sls SquareLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (sls SquareLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (sls SquareLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (sls SquareLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (sls SquareLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (sls SquareLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (sls SquareLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (sls SquareLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (sls SquareLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (sls SquareLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (sls SquareLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (sls SquareLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (sls SquareLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (sls SquareLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (sls SquareLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (sls SquareLinkedService) MarshalJSON() ([]byte, error) + type SquareLinkedServiceTypeProperties struct + ClientID interface{} + ClientSecret BasicSecretBase + EncryptedCredential interface{} + Host interface{} + RedirectURI interface{} + UseEncryptedEndpoints interface{} + UseHostVerification interface{} + UsePeerVerification interface{} + func (slstp *SquareLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type SquareObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (sod *SquareObjectDataset) UnmarshalJSON(body []byte) error + func (sod SquareObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (sod SquareObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (sod SquareObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (sod SquareObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (sod SquareObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (sod SquareObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (sod SquareObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (sod SquareObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (sod SquareObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (sod SquareObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (sod SquareObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (sod SquareObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (sod SquareObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (sod SquareObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (sod SquareObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (sod SquareObjectDataset) AsDataset() (*Dataset, bool) + func (sod SquareObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (sod SquareObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (sod SquareObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (sod SquareObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (sod SquareObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (sod SquareObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (sod SquareObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (sod SquareObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (sod SquareObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (sod SquareObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (sod SquareObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (sod SquareObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (sod SquareObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (sod SquareObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (sod SquareObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (sod SquareObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (sod SquareObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (sod SquareObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (sod SquareObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (sod SquareObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (sod SquareObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (sod SquareObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (sod SquareObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (sod SquareObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (sod SquareObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (sod SquareObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (sod SquareObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (sod SquareObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (sod SquareObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (sod SquareObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (sod SquareObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (sod SquareObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (sod SquareObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (sod SquareObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (sod SquareObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (sod SquareObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (sod SquareObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (sod SquareObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (sod SquareObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (sod SquareObjectDataset) MarshalJSON() ([]byte, error) + type SquareSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ss *SquareSource) UnmarshalJSON(body []byte) error + func (ss SquareSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ss SquareSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ss SquareSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ss SquareSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ss SquareSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ss SquareSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ss SquareSource) AsBasicCopySource() (BasicCopySource, bool) + func (ss SquareSource) AsBlobSource() (*BlobSource, bool) + func (ss SquareSource) AsCassandraSource() (*CassandraSource, bool) + func (ss SquareSource) AsConcurSource() (*ConcurSource, bool) + func (ss SquareSource) AsCopySource() (*CopySource, bool) + func (ss SquareSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ss SquareSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ss SquareSource) AsDrillSource() (*DrillSource, bool) + func (ss SquareSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ss SquareSource) AsEloquaSource() (*EloquaSource, bool) + func (ss SquareSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ss SquareSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ss SquareSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ss SquareSource) AsHBaseSource() (*HBaseSource, bool) + func (ss SquareSource) AsHTTPSource() (*HTTPSource, bool) + func (ss SquareSource) AsHdfsSource() (*HdfsSource, bool) + func (ss SquareSource) AsHiveSource() (*HiveSource, bool) + func (ss SquareSource) AsHubspotSource() (*HubspotSource, bool) + func (ss SquareSource) AsImpalaSource() (*ImpalaSource, bool) + func (ss SquareSource) AsJiraSource() (*JiraSource, bool) + func (ss SquareSource) AsMagentoSource() (*MagentoSource, bool) + func (ss SquareSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ss SquareSource) AsMarketoSource() (*MarketoSource, bool) + func (ss SquareSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ss SquareSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ss SquareSource) AsOracleSource() (*OracleSource, bool) + func (ss SquareSource) AsPaypalSource() (*PaypalSource, bool) + func (ss SquareSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ss SquareSource) AsPrestoSource() (*PrestoSource, bool) + func (ss SquareSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ss SquareSource) AsRelationalSource() (*RelationalSource, bool) + func (ss SquareSource) AsResponsysSource() (*ResponsysSource, bool) + func (ss SquareSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ss SquareSource) AsSQLSource() (*SQLSource, bool) + func (ss SquareSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ss SquareSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ss SquareSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ss SquareSource) AsSapEccSource() (*SapEccSource, bool) + func (ss SquareSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ss SquareSource) AsShopifySource() (*ShopifySource, bool) + func (ss SquareSource) AsSparkSource() (*SparkSource, bool) + func (ss SquareSource) AsSquareSource() (*SquareSource, bool) + func (ss SquareSource) AsVerticaSource() (*VerticaSource, bool) + func (ss SquareSource) AsWebSource() (*WebSource, bool) + func (ss SquareSource) AsXeroSource() (*XeroSource, bool) + func (ss SquareSource) AsZohoSource() (*ZohoSource, bool) + func (ss SquareSource) MarshalJSON() ([]byte, error) + type SsisPackageLocationType string + const File + const SSISDB + func PossibleSsisPackageLocationTypeValues() []SsisPackageLocationType + type StagingSettings struct + AdditionalProperties map[string]interface{} + EnableCompression interface{} + LinkedServiceName *LinkedServiceReference + Path interface{} + func (ss *StagingSettings) UnmarshalJSON(body []byte) error + func (ss StagingSettings) MarshalJSON() ([]byte, error) + type StoredProcedureParameter struct + Type interface{} + Value interface{} + type SubResource struct + Etag *string + ID *string + Name *string + Type *string + type SybaseAuthenticationType string + const SybaseAuthenticationTypeBasic + const SybaseAuthenticationTypeWindows + func PossibleSybaseAuthenticationTypeValues() []SybaseAuthenticationType + type SybaseLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (sls *SybaseLinkedService) UnmarshalJSON(body []byte) error + func (sls SybaseLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (sls SybaseLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (sls SybaseLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (sls SybaseLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (sls SybaseLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (sls SybaseLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (sls SybaseLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (sls SybaseLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (sls SybaseLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (sls SybaseLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (sls SybaseLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (sls SybaseLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (sls SybaseLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (sls SybaseLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (sls SybaseLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (sls SybaseLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (sls SybaseLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (sls SybaseLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (sls SybaseLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (sls SybaseLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (sls SybaseLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (sls SybaseLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (sls SybaseLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (sls SybaseLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (sls SybaseLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (sls SybaseLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (sls SybaseLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (sls SybaseLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (sls SybaseLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (sls SybaseLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (sls SybaseLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (sls SybaseLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (sls SybaseLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (sls SybaseLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (sls SybaseLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (sls SybaseLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (sls SybaseLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (sls SybaseLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (sls SybaseLinkedService) AsLinkedService() (*LinkedService, bool) + func (sls SybaseLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (sls SybaseLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (sls SybaseLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (sls SybaseLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (sls SybaseLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (sls SybaseLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (sls SybaseLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (sls SybaseLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (sls SybaseLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (sls SybaseLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (sls SybaseLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (sls SybaseLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (sls SybaseLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (sls SybaseLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (sls SybaseLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (sls SybaseLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (sls SybaseLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (sls SybaseLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (sls SybaseLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (sls SybaseLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (sls SybaseLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (sls SybaseLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (sls SybaseLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (sls SybaseLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (sls SybaseLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (sls SybaseLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (sls SybaseLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (sls SybaseLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (sls SybaseLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (sls SybaseLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (sls SybaseLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (sls SybaseLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (sls SybaseLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (sls SybaseLinkedService) MarshalJSON() ([]byte, error) + type SybaseLinkedServiceTypeProperties struct + AuthenticationType SybaseAuthenticationType + Database interface{} + EncryptedCredential interface{} + Password BasicSecretBase + Schema interface{} + Server interface{} + Username interface{} + func (slstp *SybaseLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type TeradataAuthenticationType string + const TeradataAuthenticationTypeBasic + const TeradataAuthenticationTypeWindows + func PossibleTeradataAuthenticationTypeValues() []TeradataAuthenticationType + type TeradataLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (TLSVar *TeradataLinkedService) UnmarshalJSON(body []byte) error + func (TLSVar TeradataLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (TLSVar TeradataLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (TLSVar TeradataLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (TLSVar TeradataLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (TLSVar TeradataLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (TLSVar TeradataLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (TLSVar TeradataLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (TLSVar TeradataLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (TLSVar TeradataLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (TLSVar TeradataLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (TLSVar TeradataLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (TLSVar TeradataLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (TLSVar TeradataLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (TLSVar TeradataLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (TLSVar TeradataLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (TLSVar TeradataLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (TLSVar TeradataLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (TLSVar TeradataLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (TLSVar TeradataLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (TLSVar TeradataLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (TLSVar TeradataLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (TLSVar TeradataLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (TLSVar TeradataLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (TLSVar TeradataLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (TLSVar TeradataLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (TLSVar TeradataLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (TLSVar TeradataLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (TLSVar TeradataLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (TLSVar TeradataLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (TLSVar TeradataLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (TLSVar TeradataLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (TLSVar TeradataLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (TLSVar TeradataLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (TLSVar TeradataLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (TLSVar TeradataLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (TLSVar TeradataLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (TLSVar TeradataLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (TLSVar TeradataLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (TLSVar TeradataLinkedService) AsLinkedService() (*LinkedService, bool) + func (TLSVar TeradataLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (TLSVar TeradataLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (TLSVar TeradataLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (TLSVar TeradataLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (TLSVar TeradataLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (TLSVar TeradataLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (TLSVar TeradataLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (TLSVar TeradataLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (TLSVar TeradataLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (TLSVar TeradataLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (TLSVar TeradataLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (TLSVar TeradataLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (TLSVar TeradataLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (TLSVar TeradataLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (TLSVar TeradataLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (TLSVar TeradataLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (TLSVar TeradataLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (TLSVar TeradataLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (TLSVar TeradataLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (TLSVar TeradataLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (TLSVar TeradataLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (TLSVar TeradataLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (TLSVar TeradataLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (TLSVar TeradataLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (TLSVar TeradataLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (TLSVar TeradataLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (TLSVar TeradataLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (TLSVar TeradataLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (TLSVar TeradataLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (TLSVar TeradataLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (TLSVar TeradataLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (TLSVar TeradataLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (TLSVar TeradataLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (TLSVar TeradataLinkedService) MarshalJSON() ([]byte, error) + type TeradataLinkedServiceTypeProperties struct + AuthenticationType TeradataAuthenticationType + EncryptedCredential interface{} + Password BasicSecretBase + Server interface{} + Username interface{} + func (tlstp *TeradataLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type TextFormat struct + AdditionalProperties map[string]interface{} + ColumnDelimiter interface{} + Deserializer interface{} + EncodingName interface{} + EscapeChar interface{} + FirstRowAsHeader interface{} + NullValue interface{} + QuoteChar interface{} + RowDelimiter interface{} + Serializer interface{} + SkipLineCount interface{} + TreatEmptyAsNull interface{} + Type TypeBasicDatasetStorageFormat + func (tf *TextFormat) UnmarshalJSON(body []byte) error + func (tf TextFormat) AsAvroFormat() (*AvroFormat, bool) + func (tf TextFormat) AsBasicDatasetStorageFormat() (BasicDatasetStorageFormat, bool) + func (tf TextFormat) AsDatasetStorageFormat() (*DatasetStorageFormat, bool) + func (tf TextFormat) AsJSONFormat() (*JSONFormat, bool) + func (tf TextFormat) AsOrcFormat() (*OrcFormat, bool) + func (tf TextFormat) AsParquetFormat() (*ParquetFormat, bool) + func (tf TextFormat) AsTextFormat() (*TextFormat, bool) + func (tf TextFormat) MarshalJSON() ([]byte, error) + type Trigger struct + AdditionalProperties map[string]interface{} + Description *string + RuntimeState TriggerRuntimeState + Type TypeBasicTrigger + func (t *Trigger) UnmarshalJSON(body []byte) error + func (t Trigger) AsBasicMultiplePipelineTrigger() (BasicMultiplePipelineTrigger, bool) + func (t Trigger) AsBasicTrigger() (BasicTrigger, bool) + func (t Trigger) AsBlobEventsTrigger() (*BlobEventsTrigger, bool) + func (t Trigger) AsBlobTrigger() (*BlobTrigger, bool) + func (t Trigger) AsMultiplePipelineTrigger() (*MultiplePipelineTrigger, bool) + func (t Trigger) AsScheduleTrigger() (*ScheduleTrigger, bool) + func (t Trigger) AsTrigger() (*Trigger, bool) + func (t Trigger) AsTumblingWindowTrigger() (*TumblingWindowTrigger, bool) + func (t Trigger) MarshalJSON() ([]byte, error) + type TriggerListResponse struct + NextLink *string + Value *[]TriggerResource + func (tlr TriggerListResponse) IsEmpty() bool + type TriggerListResponseIterator struct + func NewTriggerListResponseIterator(page TriggerListResponsePage) TriggerListResponseIterator + func (iter *TriggerListResponseIterator) Next() error + func (iter *TriggerListResponseIterator) NextWithContext(ctx context.Context) (err error) + func (iter TriggerListResponseIterator) NotDone() bool + func (iter TriggerListResponseIterator) Response() TriggerListResponse + func (iter TriggerListResponseIterator) Value() TriggerResource + type TriggerListResponsePage struct + func NewTriggerListResponsePage(...) TriggerListResponsePage + func (page *TriggerListResponsePage) Next() error + func (page *TriggerListResponsePage) NextWithContext(ctx context.Context) (err error) + func (page TriggerListResponsePage) NotDone() bool + func (page TriggerListResponsePage) Response() TriggerListResponse + func (page TriggerListResponsePage) Values() []TriggerResource + type TriggerPipelineReference struct + Parameters map[string]interface{} + PipelineReference *PipelineReference + func (tpr TriggerPipelineReference) MarshalJSON() ([]byte, error) + type TriggerResource struct + Etag *string + ID *string + Name *string + Properties BasicTrigger + Type *string + func (tr *TriggerResource) UnmarshalJSON(body []byte) error + type TriggerRun struct + AdditionalProperties map[string]interface{} + Message *string + Properties map[string]*string + Status TriggerRunStatus + TriggerName *string + TriggerRunID *string + TriggerRunTimestamp *date.Time + TriggerType *string + TriggeredPipelines map[string]*string + func (tr *TriggerRun) UnmarshalJSON(body []byte) error + func (tr TriggerRun) MarshalJSON() ([]byte, error) + type TriggerRunListResponse struct + NextLink *string + Value *[]TriggerRun + func (trlr TriggerRunListResponse) IsEmpty() bool + type TriggerRunListResponseIterator struct + func NewTriggerRunListResponseIterator(page TriggerRunListResponsePage) TriggerRunListResponseIterator + func (iter *TriggerRunListResponseIterator) Next() error + func (iter *TriggerRunListResponseIterator) NextWithContext(ctx context.Context) (err error) + func (iter TriggerRunListResponseIterator) NotDone() bool + func (iter TriggerRunListResponseIterator) Response() TriggerRunListResponse + func (iter TriggerRunListResponseIterator) Value() TriggerRun + type TriggerRunListResponsePage struct + func NewTriggerRunListResponsePage(...) TriggerRunListResponsePage + func (page *TriggerRunListResponsePage) Next() error + func (page *TriggerRunListResponsePage) NextWithContext(ctx context.Context) (err error) + func (page TriggerRunListResponsePage) NotDone() bool + func (page TriggerRunListResponsePage) Response() TriggerRunListResponse + func (page TriggerRunListResponsePage) Values() []TriggerRun + type TriggerRunStatus string + const TriggerRunStatusFailed + const TriggerRunStatusInprogress + const TriggerRunStatusSucceeded + func PossibleTriggerRunStatusValues() []TriggerRunStatus + type TriggerRuntimeState string + const TriggerRuntimeStateDisabled + const TriggerRuntimeStateStarted + const TriggerRuntimeStateStopped + func PossibleTriggerRuntimeStateValues() []TriggerRuntimeState + type TriggersClient struct + func NewTriggersClient(subscriptionID string) TriggersClient + func NewTriggersClientWithBaseURI(baseURI string, subscriptionID string) TriggersClient + func (client TriggersClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, factoryName string, ...) (result TriggerResource, err error) + func (client TriggersClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client TriggersClient) CreateOrUpdateResponder(resp *http.Response) (result TriggerResource, err error) + func (client TriggersClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client TriggersClient) Delete(ctx context.Context, resourceGroupName string, factoryName string, ...) (result autorest.Response, err error) + func (client TriggersClient) DeletePreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client TriggersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client TriggersClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client TriggersClient) Get(ctx context.Context, resourceGroupName string, factoryName string, ...) (result TriggerResource, err error) + func (client TriggersClient) GetPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client TriggersClient) GetResponder(resp *http.Response) (result TriggerResource, err error) + func (client TriggersClient) GetSender(req *http.Request) (*http.Response, error) + func (client TriggersClient) ListByFactory(ctx context.Context, resourceGroupName string, factoryName string) (result TriggerListResponsePage, err error) + func (client TriggersClient) ListByFactoryComplete(ctx context.Context, resourceGroupName string, factoryName string) (result TriggerListResponseIterator, err error) + func (client TriggersClient) ListByFactoryPreparer(ctx context.Context, resourceGroupName string, factoryName string) (*http.Request, error) + func (client TriggersClient) ListByFactoryResponder(resp *http.Response) (result TriggerListResponse, err error) + func (client TriggersClient) ListByFactorySender(req *http.Request) (*http.Response, error) + func (client TriggersClient) ListRuns(ctx context.Context, resourceGroupName string, factoryName string, ...) (result TriggerRunListResponsePage, err error) + func (client TriggersClient) ListRunsComplete(ctx context.Context, resourceGroupName string, factoryName string, ...) (result TriggerRunListResponseIterator, err error) + func (client TriggersClient) ListRunsPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client TriggersClient) ListRunsResponder(resp *http.Response) (result TriggerRunListResponse, err error) + func (client TriggersClient) ListRunsSender(req *http.Request) (*http.Response, error) + func (client TriggersClient) Start(ctx context.Context, resourceGroupName string, factoryName string, ...) (result TriggersStartFuture, err error) + func (client TriggersClient) StartPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client TriggersClient) StartResponder(resp *http.Response) (result autorest.Response, err error) + func (client TriggersClient) StartSender(req *http.Request) (future TriggersStartFuture, err error) + func (client TriggersClient) Stop(ctx context.Context, resourceGroupName string, factoryName string, ...) (result TriggersStopFuture, err error) + func (client TriggersClient) StopPreparer(ctx context.Context, resourceGroupName string, factoryName string, ...) (*http.Request, error) + func (client TriggersClient) StopResponder(resp *http.Response) (result autorest.Response, err error) + func (client TriggersClient) StopSender(req *http.Request) (future TriggersStopFuture, err error) + type TriggersStartFuture struct + func (future *TriggersStartFuture) Result(client TriggersClient) (ar autorest.Response, err error) + type TriggersStopFuture struct + func (future *TriggersStopFuture) Result(client TriggersClient) (ar autorest.Response, err error) + type TumblingWindowFrequency string + const TumblingWindowFrequencyHour + const TumblingWindowFrequencyMinute + func PossibleTumblingWindowFrequencyValues() []TumblingWindowFrequency + type TumblingWindowTrigger struct + AdditionalProperties map[string]interface{} + Description *string + Pipeline *TriggerPipelineReference + RuntimeState TriggerRuntimeState + Type TypeBasicTrigger + func (twt *TumblingWindowTrigger) UnmarshalJSON(body []byte) error + func (twt TumblingWindowTrigger) AsBasicMultiplePipelineTrigger() (BasicMultiplePipelineTrigger, bool) + func (twt TumblingWindowTrigger) AsBasicTrigger() (BasicTrigger, bool) + func (twt TumblingWindowTrigger) AsBlobEventsTrigger() (*BlobEventsTrigger, bool) + func (twt TumblingWindowTrigger) AsBlobTrigger() (*BlobTrigger, bool) + func (twt TumblingWindowTrigger) AsMultiplePipelineTrigger() (*MultiplePipelineTrigger, bool) + func (twt TumblingWindowTrigger) AsScheduleTrigger() (*ScheduleTrigger, bool) + func (twt TumblingWindowTrigger) AsTrigger() (*Trigger, bool) + func (twt TumblingWindowTrigger) AsTumblingWindowTrigger() (*TumblingWindowTrigger, bool) + func (twt TumblingWindowTrigger) MarshalJSON() ([]byte, error) + type TumblingWindowTriggerTypeProperties struct + Delay interface{} + EndTime *date.Time + Frequency TumblingWindowFrequency + Interval *int32 + MaxConcurrency *int32 + RetryPolicy *RetryPolicy + StartTime *date.Time + type Type string + const TypeAzureKeyVaultSecret + const TypeSecretBase + const TypeSecureString + func PossibleTypeValues() []Type + type TypeBasicActivity string + const TypeActivity + const TypeAzureMLBatchExecution + const TypeAzureMLUpdateResource + const TypeContainer + const TypeCopy + const TypeCustom + const TypeDataLakeAnalyticsUSQL + const TypeDatabricksNotebook + const TypeExecutePipeline + const TypeExecuteSSISPackage + const TypeExecution + const TypeFilter + const TypeForEach + const TypeGetMetadata + const TypeHDInsightHive + const TypeHDInsightMapReduce + const TypeHDInsightPig + const TypeHDInsightSpark + const TypeHDInsightStreaming + const TypeIfCondition + const TypeLookup + const TypeSQLServerStoredProcedure + const TypeUntil + const TypeWait + const TypeWebActivity + func PossibleTypeBasicActivityValues() []TypeBasicActivity + type TypeBasicCopySink string + const TypeAzureDataLakeStoreSink + const TypeAzureQueueSink + const TypeAzureSearchIndexSink + const TypeAzureTableSink + const TypeBlobSink + const TypeCopySink + const TypeDocumentDbCollectionSink + const TypeDynamicsSink + const TypeFileSystemSink + const TypeOdbcSink + const TypeOracleSink + const TypeSQLDWSink + const TypeSQLSink + const TypeSalesforceSink + const TypeSapCloudForCustomerSink + func PossibleTypeBasicCopySinkValues() []TypeBasicCopySink + type TypeBasicCopySource string + const TypeAmazonMWSSource + const TypeAmazonRedshiftSource + const TypeAzureDataLakeStoreSource + const TypeAzureMySQLSource + const TypeAzurePostgreSQLSource + const TypeAzureTableSource + const TypeBlobSource + const TypeCassandraSource + const TypeConcurSource + const TypeCopySource + const TypeCouchbaseSource + const TypeDocumentDbCollectionSource + const TypeDrillSource + const TypeDynamicsSource + const TypeEloquaSource + const TypeFileSystemSource + const TypeGoogleBigQuerySource + const TypeGreenplumSource + const TypeHBaseSource + const TypeHTTPSource + const TypeHdfsSource + const TypeHiveSource + const TypeHubspotSource + const TypeImpalaSource + const TypeJiraSource + const TypeMagentoSource + const TypeMariaDBSource + const TypeMarketoSource + const TypeMongoDbSource + const TypeNetezzaSource + const TypeOracleSource + const TypePaypalSource + const TypePhoenixSource + const TypePrestoSource + const TypeQuickBooksSource + const TypeRelationalSource + const TypeResponsysSource + const TypeSQLDWSource + const TypeSQLSource + const TypeSalesforceMarketingCloudSource + const TypeSalesforceSource + const TypeSapCloudForCustomerSource + const TypeSapEccSource + const TypeServiceNowSource + const TypeShopifySource + const TypeSparkSource + const TypeSquareSource + const TypeVerticaSource + const TypeWebSource + const TypeXeroSource + const TypeZohoSource + func PossibleTypeBasicCopySourceValues() []TypeBasicCopySource + type TypeBasicDataset string + const TypeAmazonMWSObject + const TypeAmazonS3Object + const TypeAzureBlob + const TypeAzureDataLakeStoreFile + const TypeAzureMySQLTable + const TypeAzurePostgreSQLTable + const TypeAzureSQLDWTable + const TypeAzureSQLTable + const TypeAzureSearchIndex + const TypeAzureTable + const TypeCassandraTable + const TypeConcurObject + const TypeCouchbaseTable + const TypeCustomDataset + const TypeDataset + const TypeDocumentDbCollection + const TypeDrillTable + const TypeDynamicsEntity + const TypeEloquaObject + const TypeFileShare + const TypeGoogleBigQueryObject + const TypeGreenplumTable + const TypeHBaseObject + const TypeHTTPFile + const TypeHiveObject + const TypeHubspotObject + const TypeImpalaObject + const TypeJiraObject + const TypeMagentoObject + const TypeMariaDBTable + const TypeMarketoObject + const TypeMongoDbCollection + const TypeNetezzaTable + const TypeODataResource + const TypeOracleTable + const TypePaypalObject + const TypePhoenixObject + const TypePrestoObject + const TypeQuickBooksObject + const TypeRelationalTable + const TypeResponsysObject + const TypeSQLServerTable + const TypeSalesforceMarketingCloudObject + const TypeSalesforceObject + const TypeSapCloudForCustomerResource + const TypeSapEccResource + const TypeServiceNowObject + const TypeShopifyObject + const TypeSparkObject + const TypeSquareObject + const TypeVerticaTable + const TypeWebTable + const TypeXeroObject + const TypeZohoObject + func PossibleTypeBasicDatasetValues() []TypeBasicDataset + type TypeBasicDatasetCompression string + const TypeBZip2 + const TypeDatasetCompression + const TypeDeflate + const TypeGZip + const TypeZipDeflate + func PossibleTypeBasicDatasetCompressionValues() []TypeBasicDatasetCompression + type TypeBasicDatasetStorageFormat string + const TypeAvroFormat + const TypeDatasetStorageFormat + const TypeJSONFormat + const TypeOrcFormat + const TypeParquetFormat + const TypeTextFormat + func PossibleTypeBasicDatasetStorageFormatValues() []TypeBasicDatasetStorageFormat + type TypeBasicIntegrationRuntime string + const TypeIntegrationRuntime + const TypeManaged + const TypeSelfHosted + func PossibleTypeBasicIntegrationRuntimeValues() []TypeBasicIntegrationRuntime + type TypeBasicIntegrationRuntimeStatus string + const TypeBasicIntegrationRuntimeStatusTypeIntegrationRuntimeStatus + const TypeBasicIntegrationRuntimeStatusTypeManaged + const TypeBasicIntegrationRuntimeStatusTypeSelfHosted + func PossibleTypeBasicIntegrationRuntimeStatusValues() []TypeBasicIntegrationRuntimeStatus + type TypeBasicLinkedService string + const TypeAmazonMWS + const TypeAmazonRedshift + const TypeAmazonS3 + const TypeAzureBatch + const TypeAzureDataLakeAnalytics + const TypeAzureDataLakeStore + const TypeAzureDatabricks + const TypeAzureKeyVault + const TypeAzureML + const TypeAzureMySQL + const TypeAzurePostgreSQL + const TypeAzureSQLDW + const TypeAzureSQLDatabase + const TypeAzureSearch + const TypeAzureStorage + const TypeCassandra + const TypeConcur + const TypeCosmosDb + const TypeCouchbase + const TypeCustomDataSource + const TypeDb2 + const TypeDrill + const TypeDynamics + const TypeEloqua + const TypeFileServer + const TypeFtpServer + const TypeGoogleBigQuery + const TypeGreenplum + const TypeHBase + const TypeHDInsight + const TypeHDInsightOnDemand + const TypeHTTPServer + const TypeHdfs + const TypeHive + const TypeHubspot + const TypeImpala + const TypeJira + const TypeLinkedService + const TypeMagento + const TypeMariaDB + const TypeMarketo + const TypeMongoDb + const TypeMySQL + const TypeNetezza + const TypeOData + const TypeOdbc + const TypeOracle + const TypePaypal + const TypePhoenix + const TypePostgreSQL + const TypePresto + const TypeQuickBooks + const TypeResponsys + const TypeSQLServer + const TypeSalesforce + const TypeSalesforceMarketingCloud + const TypeSapBW + const TypeSapCloudForCustomer + const TypeSapEcc + const TypeSapHana + const TypeServiceNow + const TypeSftp + const TypeShopify + const TypeSpark + const TypeSquare + const TypeSybase + const TypeTeradata + const TypeVertica + const TypeWeb + const TypeXero + const TypeZoho + func PossibleTypeBasicLinkedServiceValues() []TypeBasicLinkedService + type TypeBasicTrigger string + const TypeBlobEventsTrigger + const TypeBlobTrigger + const TypeMultiplePipelineTrigger + const TypeScheduleTrigger + const TypeTrigger + const TypeTumblingWindowTrigger + func PossibleTypeBasicTriggerValues() []TypeBasicTrigger + type UntilActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + Name *string + Type TypeBasicActivity + func (ua *UntilActivity) UnmarshalJSON(body []byte) error + func (ua UntilActivity) AsActivity() (*Activity, bool) + func (ua UntilActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (ua UntilActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (ua UntilActivity) AsBasicActivity() (BasicActivity, bool) + func (ua UntilActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (ua UntilActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (ua UntilActivity) AsControlActivity() (*ControlActivity, bool) + func (ua UntilActivity) AsCopyActivity() (*CopyActivity, bool) + func (ua UntilActivity) AsCustomActivity() (*CustomActivity, bool) + func (ua UntilActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (ua UntilActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (ua UntilActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (ua UntilActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (ua UntilActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (ua UntilActivity) AsFilterActivity() (*FilterActivity, bool) + func (ua UntilActivity) AsForEachActivity() (*ForEachActivity, bool) + func (ua UntilActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (ua UntilActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (ua UntilActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (ua UntilActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (ua UntilActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (ua UntilActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (ua UntilActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (ua UntilActivity) AsLookupActivity() (*LookupActivity, bool) + func (ua UntilActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (ua UntilActivity) AsUntilActivity() (*UntilActivity, bool) + func (ua UntilActivity) AsWaitActivity() (*WaitActivity, bool) + func (ua UntilActivity) AsWebActivity() (*WebActivity, bool) + func (ua UntilActivity) MarshalJSON() ([]byte, error) + type UntilActivityTypeProperties struct + Activities *[]BasicActivity + Expression *Expression + Timeout interface{} + func (uatp *UntilActivityTypeProperties) UnmarshalJSON(body []byte) error + type UpdateIntegrationRuntimeNodeRequest struct + ConcurrentJobsLimit *int32 + type UpdateIntegrationRuntimeRequest struct + AutoUpdate IntegrationRuntimeAutoUpdate + UpdateDelayOffset *string + type VerticaLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (vls *VerticaLinkedService) UnmarshalJSON(body []byte) error + func (vls VerticaLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (vls VerticaLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (vls VerticaLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (vls VerticaLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (vls VerticaLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (vls VerticaLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (vls VerticaLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (vls VerticaLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (vls VerticaLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (vls VerticaLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (vls VerticaLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (vls VerticaLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (vls VerticaLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (vls VerticaLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (vls VerticaLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (vls VerticaLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (vls VerticaLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (vls VerticaLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (vls VerticaLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (vls VerticaLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (vls VerticaLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (vls VerticaLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (vls VerticaLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (vls VerticaLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (vls VerticaLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (vls VerticaLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (vls VerticaLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (vls VerticaLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (vls VerticaLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (vls VerticaLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (vls VerticaLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (vls VerticaLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (vls VerticaLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (vls VerticaLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (vls VerticaLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (vls VerticaLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (vls VerticaLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (vls VerticaLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (vls VerticaLinkedService) AsLinkedService() (*LinkedService, bool) + func (vls VerticaLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (vls VerticaLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (vls VerticaLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (vls VerticaLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (vls VerticaLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (vls VerticaLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (vls VerticaLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (vls VerticaLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (vls VerticaLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (vls VerticaLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (vls VerticaLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (vls VerticaLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (vls VerticaLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (vls VerticaLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (vls VerticaLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (vls VerticaLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (vls VerticaLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (vls VerticaLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (vls VerticaLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (vls VerticaLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (vls VerticaLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (vls VerticaLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (vls VerticaLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (vls VerticaLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (vls VerticaLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (vls VerticaLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (vls VerticaLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (vls VerticaLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (vls VerticaLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (vls VerticaLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (vls VerticaLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (vls VerticaLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (vls VerticaLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (vls VerticaLinkedService) MarshalJSON() ([]byte, error) + type VerticaLinkedServiceTypeProperties struct + ConnectionString interface{} + EncryptedCredential interface{} + type VerticaSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (vs *VerticaSource) UnmarshalJSON(body []byte) error + func (vs VerticaSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (vs VerticaSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (vs VerticaSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (vs VerticaSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (vs VerticaSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (vs VerticaSource) AsAzureTableSource() (*AzureTableSource, bool) + func (vs VerticaSource) AsBasicCopySource() (BasicCopySource, bool) + func (vs VerticaSource) AsBlobSource() (*BlobSource, bool) + func (vs VerticaSource) AsCassandraSource() (*CassandraSource, bool) + func (vs VerticaSource) AsConcurSource() (*ConcurSource, bool) + func (vs VerticaSource) AsCopySource() (*CopySource, bool) + func (vs VerticaSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (vs VerticaSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (vs VerticaSource) AsDrillSource() (*DrillSource, bool) + func (vs VerticaSource) AsDynamicsSource() (*DynamicsSource, bool) + func (vs VerticaSource) AsEloquaSource() (*EloquaSource, bool) + func (vs VerticaSource) AsFileSystemSource() (*FileSystemSource, bool) + func (vs VerticaSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (vs VerticaSource) AsGreenplumSource() (*GreenplumSource, bool) + func (vs VerticaSource) AsHBaseSource() (*HBaseSource, bool) + func (vs VerticaSource) AsHTTPSource() (*HTTPSource, bool) + func (vs VerticaSource) AsHdfsSource() (*HdfsSource, bool) + func (vs VerticaSource) AsHiveSource() (*HiveSource, bool) + func (vs VerticaSource) AsHubspotSource() (*HubspotSource, bool) + func (vs VerticaSource) AsImpalaSource() (*ImpalaSource, bool) + func (vs VerticaSource) AsJiraSource() (*JiraSource, bool) + func (vs VerticaSource) AsMagentoSource() (*MagentoSource, bool) + func (vs VerticaSource) AsMariaDBSource() (*MariaDBSource, bool) + func (vs VerticaSource) AsMarketoSource() (*MarketoSource, bool) + func (vs VerticaSource) AsMongoDbSource() (*MongoDbSource, bool) + func (vs VerticaSource) AsNetezzaSource() (*NetezzaSource, bool) + func (vs VerticaSource) AsOracleSource() (*OracleSource, bool) + func (vs VerticaSource) AsPaypalSource() (*PaypalSource, bool) + func (vs VerticaSource) AsPhoenixSource() (*PhoenixSource, bool) + func (vs VerticaSource) AsPrestoSource() (*PrestoSource, bool) + func (vs VerticaSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (vs VerticaSource) AsRelationalSource() (*RelationalSource, bool) + func (vs VerticaSource) AsResponsysSource() (*ResponsysSource, bool) + func (vs VerticaSource) AsSQLDWSource() (*SQLDWSource, bool) + func (vs VerticaSource) AsSQLSource() (*SQLSource, bool) + func (vs VerticaSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (vs VerticaSource) AsSalesforceSource() (*SalesforceSource, bool) + func (vs VerticaSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (vs VerticaSource) AsSapEccSource() (*SapEccSource, bool) + func (vs VerticaSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (vs VerticaSource) AsShopifySource() (*ShopifySource, bool) + func (vs VerticaSource) AsSparkSource() (*SparkSource, bool) + func (vs VerticaSource) AsSquareSource() (*SquareSource, bool) + func (vs VerticaSource) AsVerticaSource() (*VerticaSource, bool) + func (vs VerticaSource) AsWebSource() (*WebSource, bool) + func (vs VerticaSource) AsXeroSource() (*XeroSource, bool) + func (vs VerticaSource) AsZohoSource() (*ZohoSource, bool) + func (vs VerticaSource) MarshalJSON() ([]byte, error) + type VerticaTableDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (vtd *VerticaTableDataset) UnmarshalJSON(body []byte) error + func (vtd VerticaTableDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (vtd VerticaTableDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (vtd VerticaTableDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (vtd VerticaTableDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (vtd VerticaTableDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (vtd VerticaTableDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (vtd VerticaTableDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (vtd VerticaTableDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (vtd VerticaTableDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (vtd VerticaTableDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (vtd VerticaTableDataset) AsBasicDataset() (BasicDataset, bool) + func (vtd VerticaTableDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (vtd VerticaTableDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (vtd VerticaTableDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (vtd VerticaTableDataset) AsCustomDataset() (*CustomDataset, bool) + func (vtd VerticaTableDataset) AsDataset() (*Dataset, bool) + func (vtd VerticaTableDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (vtd VerticaTableDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (vtd VerticaTableDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (vtd VerticaTableDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (vtd VerticaTableDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (vtd VerticaTableDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (vtd VerticaTableDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (vtd VerticaTableDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (vtd VerticaTableDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (vtd VerticaTableDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (vtd VerticaTableDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (vtd VerticaTableDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (vtd VerticaTableDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (vtd VerticaTableDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (vtd VerticaTableDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (vtd VerticaTableDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (vtd VerticaTableDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (vtd VerticaTableDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (vtd VerticaTableDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (vtd VerticaTableDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (vtd VerticaTableDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (vtd VerticaTableDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (vtd VerticaTableDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (vtd VerticaTableDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (vtd VerticaTableDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (vtd VerticaTableDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (vtd VerticaTableDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (vtd VerticaTableDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (vtd VerticaTableDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (vtd VerticaTableDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (vtd VerticaTableDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (vtd VerticaTableDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (vtd VerticaTableDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (vtd VerticaTableDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (vtd VerticaTableDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (vtd VerticaTableDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (vtd VerticaTableDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (vtd VerticaTableDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (vtd VerticaTableDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (vtd VerticaTableDataset) MarshalJSON() ([]byte, error) + type WaitActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + Name *string + Type TypeBasicActivity + func (wa *WaitActivity) UnmarshalJSON(body []byte) error + func (wa WaitActivity) AsActivity() (*Activity, bool) + func (wa WaitActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (wa WaitActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (wa WaitActivity) AsBasicActivity() (BasicActivity, bool) + func (wa WaitActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (wa WaitActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (wa WaitActivity) AsControlActivity() (*ControlActivity, bool) + func (wa WaitActivity) AsCopyActivity() (*CopyActivity, bool) + func (wa WaitActivity) AsCustomActivity() (*CustomActivity, bool) + func (wa WaitActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (wa WaitActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (wa WaitActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (wa WaitActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (wa WaitActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (wa WaitActivity) AsFilterActivity() (*FilterActivity, bool) + func (wa WaitActivity) AsForEachActivity() (*ForEachActivity, bool) + func (wa WaitActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (wa WaitActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (wa WaitActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (wa WaitActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (wa WaitActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (wa WaitActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (wa WaitActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (wa WaitActivity) AsLookupActivity() (*LookupActivity, bool) + func (wa WaitActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (wa WaitActivity) AsUntilActivity() (*UntilActivity, bool) + func (wa WaitActivity) AsWaitActivity() (*WaitActivity, bool) + func (wa WaitActivity) AsWebActivity() (*WebActivity, bool) + func (wa WaitActivity) MarshalJSON() ([]byte, error) + type WaitActivityTypeProperties struct + WaitTimeInSeconds *int32 + type WebActivity struct + AdditionalProperties map[string]interface{} + DependsOn *[]ActivityDependency + Description *string + LinkedServiceName *LinkedServiceReference + Name *string + Policy *ActivityPolicy + Type TypeBasicActivity + func (wa *WebActivity) UnmarshalJSON(body []byte) error + func (wa WebActivity) AsActivity() (*Activity, bool) + func (wa WebActivity) AsAzureMLBatchExecutionActivity() (*AzureMLBatchExecutionActivity, bool) + func (wa WebActivity) AsAzureMLUpdateResourceActivity() (*AzureMLUpdateResourceActivity, bool) + func (wa WebActivity) AsBasicActivity() (BasicActivity, bool) + func (wa WebActivity) AsBasicControlActivity() (BasicControlActivity, bool) + func (wa WebActivity) AsBasicExecutionActivity() (BasicExecutionActivity, bool) + func (wa WebActivity) AsControlActivity() (*ControlActivity, bool) + func (wa WebActivity) AsCopyActivity() (*CopyActivity, bool) + func (wa WebActivity) AsCustomActivity() (*CustomActivity, bool) + func (wa WebActivity) AsDataLakeAnalyticsUSQLActivity() (*DataLakeAnalyticsUSQLActivity, bool) + func (wa WebActivity) AsDatabricksNotebookActivity() (*DatabricksNotebookActivity, bool) + func (wa WebActivity) AsExecutePipelineActivity() (*ExecutePipelineActivity, bool) + func (wa WebActivity) AsExecuteSSISPackageActivity() (*ExecuteSSISPackageActivity, bool) + func (wa WebActivity) AsExecutionActivity() (*ExecutionActivity, bool) + func (wa WebActivity) AsFilterActivity() (*FilterActivity, bool) + func (wa WebActivity) AsForEachActivity() (*ForEachActivity, bool) + func (wa WebActivity) AsGetMetadataActivity() (*GetMetadataActivity, bool) + func (wa WebActivity) AsHDInsightHiveActivity() (*HDInsightHiveActivity, bool) + func (wa WebActivity) AsHDInsightMapReduceActivity() (*HDInsightMapReduceActivity, bool) + func (wa WebActivity) AsHDInsightPigActivity() (*HDInsightPigActivity, bool) + func (wa WebActivity) AsHDInsightSparkActivity() (*HDInsightSparkActivity, bool) + func (wa WebActivity) AsHDInsightStreamingActivity() (*HDInsightStreamingActivity, bool) + func (wa WebActivity) AsIfConditionActivity() (*IfConditionActivity, bool) + func (wa WebActivity) AsLookupActivity() (*LookupActivity, bool) + func (wa WebActivity) AsSQLServerStoredProcedureActivity() (*SQLServerStoredProcedureActivity, bool) + func (wa WebActivity) AsUntilActivity() (*UntilActivity, bool) + func (wa WebActivity) AsWaitActivity() (*WaitActivity, bool) + func (wa WebActivity) AsWebActivity() (*WebActivity, bool) + func (wa WebActivity) MarshalJSON() ([]byte, error) + type WebActivityAuthentication struct + Password *SecureString + Pfx *SecureString + Resource *string + Type *string + Username *string + type WebActivityMethod string + const DELETE + const GET + const POST + const PUT + func PossibleWebActivityMethodValues() []WebActivityMethod + type WebActivityTypeProperties struct + Authentication *WebActivityAuthentication + Body interface{} + Datasets *[]DatasetReference + Headers interface{} + LinkedServices *[]LinkedServiceReference + Method WebActivityMethod + URL interface{} + type WebAnonymousAuthentication struct + AuthenticationType AuthenticationType + URL interface{} + func (waa WebAnonymousAuthentication) AsBasicWebLinkedServiceTypeProperties() (BasicWebLinkedServiceTypeProperties, bool) + func (waa WebAnonymousAuthentication) AsWebAnonymousAuthentication() (*WebAnonymousAuthentication, bool) + func (waa WebAnonymousAuthentication) AsWebBasicAuthentication() (*WebBasicAuthentication, bool) + func (waa WebAnonymousAuthentication) AsWebClientCertificateAuthentication() (*WebClientCertificateAuthentication, bool) + func (waa WebAnonymousAuthentication) AsWebLinkedServiceTypeProperties() (*WebLinkedServiceTypeProperties, bool) + func (waa WebAnonymousAuthentication) MarshalJSON() ([]byte, error) + type WebBasicAuthentication struct + AuthenticationType AuthenticationType + Password BasicSecretBase + URL interface{} + Username interface{} + func (wba *WebBasicAuthentication) UnmarshalJSON(body []byte) error + func (wba WebBasicAuthentication) AsBasicWebLinkedServiceTypeProperties() (BasicWebLinkedServiceTypeProperties, bool) + func (wba WebBasicAuthentication) AsWebAnonymousAuthentication() (*WebAnonymousAuthentication, bool) + func (wba WebBasicAuthentication) AsWebBasicAuthentication() (*WebBasicAuthentication, bool) + func (wba WebBasicAuthentication) AsWebClientCertificateAuthentication() (*WebClientCertificateAuthentication, bool) + func (wba WebBasicAuthentication) AsWebLinkedServiceTypeProperties() (*WebLinkedServiceTypeProperties, bool) + func (wba WebBasicAuthentication) MarshalJSON() ([]byte, error) + type WebClientCertificateAuthentication struct + AuthenticationType AuthenticationType + Password BasicSecretBase + Pfx BasicSecretBase + URL interface{} + func (wcca *WebClientCertificateAuthentication) UnmarshalJSON(body []byte) error + func (wcca WebClientCertificateAuthentication) AsBasicWebLinkedServiceTypeProperties() (BasicWebLinkedServiceTypeProperties, bool) + func (wcca WebClientCertificateAuthentication) AsWebAnonymousAuthentication() (*WebAnonymousAuthentication, bool) + func (wcca WebClientCertificateAuthentication) AsWebBasicAuthentication() (*WebBasicAuthentication, bool) + func (wcca WebClientCertificateAuthentication) AsWebClientCertificateAuthentication() (*WebClientCertificateAuthentication, bool) + func (wcca WebClientCertificateAuthentication) AsWebLinkedServiceTypeProperties() (*WebLinkedServiceTypeProperties, bool) + func (wcca WebClientCertificateAuthentication) MarshalJSON() ([]byte, error) + type WebLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + TypeProperties BasicWebLinkedServiceTypeProperties + func (wls *WebLinkedService) UnmarshalJSON(body []byte) error + func (wls WebLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (wls WebLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (wls WebLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (wls WebLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (wls WebLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (wls WebLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (wls WebLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (wls WebLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (wls WebLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (wls WebLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (wls WebLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (wls WebLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (wls WebLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (wls WebLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (wls WebLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (wls WebLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (wls WebLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (wls WebLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (wls WebLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (wls WebLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (wls WebLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (wls WebLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (wls WebLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (wls WebLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (wls WebLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (wls WebLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (wls WebLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (wls WebLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (wls WebLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (wls WebLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (wls WebLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (wls WebLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (wls WebLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (wls WebLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (wls WebLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (wls WebLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (wls WebLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (wls WebLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (wls WebLinkedService) AsLinkedService() (*LinkedService, bool) + func (wls WebLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (wls WebLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (wls WebLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (wls WebLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (wls WebLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (wls WebLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (wls WebLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (wls WebLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (wls WebLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (wls WebLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (wls WebLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (wls WebLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (wls WebLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (wls WebLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (wls WebLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (wls WebLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (wls WebLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (wls WebLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (wls WebLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (wls WebLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (wls WebLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (wls WebLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (wls WebLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (wls WebLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (wls WebLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (wls WebLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (wls WebLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (wls WebLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (wls WebLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (wls WebLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (wls WebLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (wls WebLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (wls WebLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (wls WebLinkedService) MarshalJSON() ([]byte, error) + type WebLinkedServiceTypeProperties struct + AuthenticationType AuthenticationType + URL interface{} + func (wlstp WebLinkedServiceTypeProperties) AsBasicWebLinkedServiceTypeProperties() (BasicWebLinkedServiceTypeProperties, bool) + func (wlstp WebLinkedServiceTypeProperties) AsWebAnonymousAuthentication() (*WebAnonymousAuthentication, bool) + func (wlstp WebLinkedServiceTypeProperties) AsWebBasicAuthentication() (*WebBasicAuthentication, bool) + func (wlstp WebLinkedServiceTypeProperties) AsWebClientCertificateAuthentication() (*WebClientCertificateAuthentication, bool) + func (wlstp WebLinkedServiceTypeProperties) AsWebLinkedServiceTypeProperties() (*WebLinkedServiceTypeProperties, bool) + func (wlstp WebLinkedServiceTypeProperties) MarshalJSON() ([]byte, error) + type WebSource struct + AdditionalProperties map[string]interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (ws *WebSource) UnmarshalJSON(body []byte) error + func (ws WebSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (ws WebSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (ws WebSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (ws WebSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (ws WebSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (ws WebSource) AsAzureTableSource() (*AzureTableSource, bool) + func (ws WebSource) AsBasicCopySource() (BasicCopySource, bool) + func (ws WebSource) AsBlobSource() (*BlobSource, bool) + func (ws WebSource) AsCassandraSource() (*CassandraSource, bool) + func (ws WebSource) AsConcurSource() (*ConcurSource, bool) + func (ws WebSource) AsCopySource() (*CopySource, bool) + func (ws WebSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (ws WebSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (ws WebSource) AsDrillSource() (*DrillSource, bool) + func (ws WebSource) AsDynamicsSource() (*DynamicsSource, bool) + func (ws WebSource) AsEloquaSource() (*EloquaSource, bool) + func (ws WebSource) AsFileSystemSource() (*FileSystemSource, bool) + func (ws WebSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (ws WebSource) AsGreenplumSource() (*GreenplumSource, bool) + func (ws WebSource) AsHBaseSource() (*HBaseSource, bool) + func (ws WebSource) AsHTTPSource() (*HTTPSource, bool) + func (ws WebSource) AsHdfsSource() (*HdfsSource, bool) + func (ws WebSource) AsHiveSource() (*HiveSource, bool) + func (ws WebSource) AsHubspotSource() (*HubspotSource, bool) + func (ws WebSource) AsImpalaSource() (*ImpalaSource, bool) + func (ws WebSource) AsJiraSource() (*JiraSource, bool) + func (ws WebSource) AsMagentoSource() (*MagentoSource, bool) + func (ws WebSource) AsMariaDBSource() (*MariaDBSource, bool) + func (ws WebSource) AsMarketoSource() (*MarketoSource, bool) + func (ws WebSource) AsMongoDbSource() (*MongoDbSource, bool) + func (ws WebSource) AsNetezzaSource() (*NetezzaSource, bool) + func (ws WebSource) AsOracleSource() (*OracleSource, bool) + func (ws WebSource) AsPaypalSource() (*PaypalSource, bool) + func (ws WebSource) AsPhoenixSource() (*PhoenixSource, bool) + func (ws WebSource) AsPrestoSource() (*PrestoSource, bool) + func (ws WebSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (ws WebSource) AsRelationalSource() (*RelationalSource, bool) + func (ws WebSource) AsResponsysSource() (*ResponsysSource, bool) + func (ws WebSource) AsSQLDWSource() (*SQLDWSource, bool) + func (ws WebSource) AsSQLSource() (*SQLSource, bool) + func (ws WebSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (ws WebSource) AsSalesforceSource() (*SalesforceSource, bool) + func (ws WebSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (ws WebSource) AsSapEccSource() (*SapEccSource, bool) + func (ws WebSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (ws WebSource) AsShopifySource() (*ShopifySource, bool) + func (ws WebSource) AsSparkSource() (*SparkSource, bool) + func (ws WebSource) AsSquareSource() (*SquareSource, bool) + func (ws WebSource) AsVerticaSource() (*VerticaSource, bool) + func (ws WebSource) AsWebSource() (*WebSource, bool) + func (ws WebSource) AsXeroSource() (*XeroSource, bool) + func (ws WebSource) AsZohoSource() (*ZohoSource, bool) + func (ws WebSource) MarshalJSON() ([]byte, error) + type WebTableDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (wtd *WebTableDataset) UnmarshalJSON(body []byte) error + func (wtd WebTableDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (wtd WebTableDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (wtd WebTableDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (wtd WebTableDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (wtd WebTableDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (wtd WebTableDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (wtd WebTableDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (wtd WebTableDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (wtd WebTableDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (wtd WebTableDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (wtd WebTableDataset) AsBasicDataset() (BasicDataset, bool) + func (wtd WebTableDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (wtd WebTableDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (wtd WebTableDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (wtd WebTableDataset) AsCustomDataset() (*CustomDataset, bool) + func (wtd WebTableDataset) AsDataset() (*Dataset, bool) + func (wtd WebTableDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (wtd WebTableDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (wtd WebTableDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (wtd WebTableDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (wtd WebTableDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (wtd WebTableDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (wtd WebTableDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (wtd WebTableDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (wtd WebTableDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (wtd WebTableDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (wtd WebTableDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (wtd WebTableDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (wtd WebTableDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (wtd WebTableDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (wtd WebTableDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (wtd WebTableDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (wtd WebTableDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (wtd WebTableDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (wtd WebTableDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (wtd WebTableDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (wtd WebTableDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (wtd WebTableDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (wtd WebTableDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (wtd WebTableDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (wtd WebTableDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (wtd WebTableDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (wtd WebTableDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (wtd WebTableDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (wtd WebTableDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (wtd WebTableDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (wtd WebTableDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (wtd WebTableDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (wtd WebTableDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (wtd WebTableDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (wtd WebTableDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (wtd WebTableDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (wtd WebTableDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (wtd WebTableDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (wtd WebTableDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (wtd WebTableDataset) MarshalJSON() ([]byte, error) + type WebTableDatasetTypeProperties struct + Index interface{} + Path interface{} + type XeroLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (xls *XeroLinkedService) UnmarshalJSON(body []byte) error + func (xls XeroLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (xls XeroLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (xls XeroLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (xls XeroLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (xls XeroLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (xls XeroLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (xls XeroLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (xls XeroLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (xls XeroLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (xls XeroLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (xls XeroLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (xls XeroLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (xls XeroLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (xls XeroLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (xls XeroLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (xls XeroLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (xls XeroLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (xls XeroLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (xls XeroLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (xls XeroLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (xls XeroLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (xls XeroLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (xls XeroLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (xls XeroLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (xls XeroLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (xls XeroLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (xls XeroLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (xls XeroLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (xls XeroLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (xls XeroLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (xls XeroLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (xls XeroLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (xls XeroLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (xls XeroLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (xls XeroLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (xls XeroLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (xls XeroLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (xls XeroLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (xls XeroLinkedService) AsLinkedService() (*LinkedService, bool) + func (xls XeroLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (xls XeroLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (xls XeroLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (xls XeroLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (xls XeroLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (xls XeroLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (xls XeroLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (xls XeroLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (xls XeroLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (xls XeroLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (xls XeroLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (xls XeroLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (xls XeroLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (xls XeroLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (xls XeroLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (xls XeroLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (xls XeroLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (xls XeroLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (xls XeroLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (xls XeroLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (xls XeroLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (xls XeroLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (xls XeroLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (xls XeroLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (xls XeroLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (xls XeroLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (xls XeroLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (xls XeroLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (xls XeroLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (xls XeroLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (xls XeroLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (xls XeroLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (xls XeroLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (xls XeroLinkedService) MarshalJSON() ([]byte, error) + type XeroLinkedServiceTypeProperties struct + ConsumerKey BasicSecretBase + EncryptedCredential interface{} + Host interface{} + PrivateKey BasicSecretBase + UseEncryptedEndpoints interface{} + UseHostVerification interface{} + UsePeerVerification interface{} + func (xlstp *XeroLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type XeroObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (xod *XeroObjectDataset) UnmarshalJSON(body []byte) error + func (xod XeroObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (xod XeroObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (xod XeroObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (xod XeroObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (xod XeroObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (xod XeroObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (xod XeroObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (xod XeroObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (xod XeroObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (xod XeroObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (xod XeroObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (xod XeroObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (xod XeroObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (xod XeroObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (xod XeroObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (xod XeroObjectDataset) AsDataset() (*Dataset, bool) + func (xod XeroObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (xod XeroObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (xod XeroObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (xod XeroObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (xod XeroObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (xod XeroObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (xod XeroObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (xod XeroObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (xod XeroObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (xod XeroObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (xod XeroObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (xod XeroObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (xod XeroObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (xod XeroObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (xod XeroObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (xod XeroObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (xod XeroObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (xod XeroObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (xod XeroObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (xod XeroObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (xod XeroObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (xod XeroObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (xod XeroObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (xod XeroObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (xod XeroObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (xod XeroObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (xod XeroObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (xod XeroObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (xod XeroObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (xod XeroObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (xod XeroObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (xod XeroObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (xod XeroObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (xod XeroObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (xod XeroObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (xod XeroObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (xod XeroObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (xod XeroObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (xod XeroObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (xod XeroObjectDataset) MarshalJSON() ([]byte, error) + type XeroSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (xs *XeroSource) UnmarshalJSON(body []byte) error + func (xs XeroSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (xs XeroSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (xs XeroSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (xs XeroSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (xs XeroSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (xs XeroSource) AsAzureTableSource() (*AzureTableSource, bool) + func (xs XeroSource) AsBasicCopySource() (BasicCopySource, bool) + func (xs XeroSource) AsBlobSource() (*BlobSource, bool) + func (xs XeroSource) AsCassandraSource() (*CassandraSource, bool) + func (xs XeroSource) AsConcurSource() (*ConcurSource, bool) + func (xs XeroSource) AsCopySource() (*CopySource, bool) + func (xs XeroSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (xs XeroSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (xs XeroSource) AsDrillSource() (*DrillSource, bool) + func (xs XeroSource) AsDynamicsSource() (*DynamicsSource, bool) + func (xs XeroSource) AsEloquaSource() (*EloquaSource, bool) + func (xs XeroSource) AsFileSystemSource() (*FileSystemSource, bool) + func (xs XeroSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (xs XeroSource) AsGreenplumSource() (*GreenplumSource, bool) + func (xs XeroSource) AsHBaseSource() (*HBaseSource, bool) + func (xs XeroSource) AsHTTPSource() (*HTTPSource, bool) + func (xs XeroSource) AsHdfsSource() (*HdfsSource, bool) + func (xs XeroSource) AsHiveSource() (*HiveSource, bool) + func (xs XeroSource) AsHubspotSource() (*HubspotSource, bool) + func (xs XeroSource) AsImpalaSource() (*ImpalaSource, bool) + func (xs XeroSource) AsJiraSource() (*JiraSource, bool) + func (xs XeroSource) AsMagentoSource() (*MagentoSource, bool) + func (xs XeroSource) AsMariaDBSource() (*MariaDBSource, bool) + func (xs XeroSource) AsMarketoSource() (*MarketoSource, bool) + func (xs XeroSource) AsMongoDbSource() (*MongoDbSource, bool) + func (xs XeroSource) AsNetezzaSource() (*NetezzaSource, bool) + func (xs XeroSource) AsOracleSource() (*OracleSource, bool) + func (xs XeroSource) AsPaypalSource() (*PaypalSource, bool) + func (xs XeroSource) AsPhoenixSource() (*PhoenixSource, bool) + func (xs XeroSource) AsPrestoSource() (*PrestoSource, bool) + func (xs XeroSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (xs XeroSource) AsRelationalSource() (*RelationalSource, bool) + func (xs XeroSource) AsResponsysSource() (*ResponsysSource, bool) + func (xs XeroSource) AsSQLDWSource() (*SQLDWSource, bool) + func (xs XeroSource) AsSQLSource() (*SQLSource, bool) + func (xs XeroSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (xs XeroSource) AsSalesforceSource() (*SalesforceSource, bool) + func (xs XeroSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (xs XeroSource) AsSapEccSource() (*SapEccSource, bool) + func (xs XeroSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (xs XeroSource) AsShopifySource() (*ShopifySource, bool) + func (xs XeroSource) AsSparkSource() (*SparkSource, bool) + func (xs XeroSource) AsSquareSource() (*SquareSource, bool) + func (xs XeroSource) AsVerticaSource() (*VerticaSource, bool) + func (xs XeroSource) AsWebSource() (*WebSource, bool) + func (xs XeroSource) AsXeroSource() (*XeroSource, bool) + func (xs XeroSource) AsZohoSource() (*ZohoSource, bool) + func (xs XeroSource) MarshalJSON() ([]byte, error) + type ZohoLinkedService struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + ConnectVia *IntegrationRuntimeReference + Description *string + Parameters map[string]*ParameterSpecification + Type TypeBasicLinkedService + func (zls *ZohoLinkedService) UnmarshalJSON(body []byte) error + func (zls ZohoLinkedService) AsAmazonMWSLinkedService() (*AmazonMWSLinkedService, bool) + func (zls ZohoLinkedService) AsAmazonRedshiftLinkedService() (*AmazonRedshiftLinkedService, bool) + func (zls ZohoLinkedService) AsAmazonS3LinkedService() (*AmazonS3LinkedService, bool) + func (zls ZohoLinkedService) AsAzureBatchLinkedService() (*AzureBatchLinkedService, bool) + func (zls ZohoLinkedService) AsAzureDataLakeAnalyticsLinkedService() (*AzureDataLakeAnalyticsLinkedService, bool) + func (zls ZohoLinkedService) AsAzureDataLakeStoreLinkedService() (*AzureDataLakeStoreLinkedService, bool) + func (zls ZohoLinkedService) AsAzureDatabricksLinkedService() (*AzureDatabricksLinkedService, bool) + func (zls ZohoLinkedService) AsAzureKeyVaultLinkedService() (*AzureKeyVaultLinkedService, bool) + func (zls ZohoLinkedService) AsAzureMLLinkedService() (*AzureMLLinkedService, bool) + func (zls ZohoLinkedService) AsAzureMySQLLinkedService() (*AzureMySQLLinkedService, bool) + func (zls ZohoLinkedService) AsAzurePostgreSQLLinkedService() (*AzurePostgreSQLLinkedService, bool) + func (zls ZohoLinkedService) AsAzureSQLDWLinkedService() (*AzureSQLDWLinkedService, bool) + func (zls ZohoLinkedService) AsAzureSQLDatabaseLinkedService() (*AzureSQLDatabaseLinkedService, bool) + func (zls ZohoLinkedService) AsAzureSearchLinkedService() (*AzureSearchLinkedService, bool) + func (zls ZohoLinkedService) AsAzureStorageLinkedService() (*AzureStorageLinkedService, bool) + func (zls ZohoLinkedService) AsBasicLinkedService() (BasicLinkedService, bool) + func (zls ZohoLinkedService) AsCassandraLinkedService() (*CassandraLinkedService, bool) + func (zls ZohoLinkedService) AsConcurLinkedService() (*ConcurLinkedService, bool) + func (zls ZohoLinkedService) AsCosmosDbLinkedService() (*CosmosDbLinkedService, bool) + func (zls ZohoLinkedService) AsCouchbaseLinkedService() (*CouchbaseLinkedService, bool) + func (zls ZohoLinkedService) AsCustomDataSourceLinkedService() (*CustomDataSourceLinkedService, bool) + func (zls ZohoLinkedService) AsDb2LinkedService() (*Db2LinkedService, bool) + func (zls ZohoLinkedService) AsDrillLinkedService() (*DrillLinkedService, bool) + func (zls ZohoLinkedService) AsDynamicsLinkedService() (*DynamicsLinkedService, bool) + func (zls ZohoLinkedService) AsEloquaLinkedService() (*EloquaLinkedService, bool) + func (zls ZohoLinkedService) AsFileServerLinkedService() (*FileServerLinkedService, bool) + func (zls ZohoLinkedService) AsFtpServerLinkedService() (*FtpServerLinkedService, bool) + func (zls ZohoLinkedService) AsGoogleBigQueryLinkedService() (*GoogleBigQueryLinkedService, bool) + func (zls ZohoLinkedService) AsGreenplumLinkedService() (*GreenplumLinkedService, bool) + func (zls ZohoLinkedService) AsHBaseLinkedService() (*HBaseLinkedService, bool) + func (zls ZohoLinkedService) AsHDInsightLinkedService() (*HDInsightLinkedService, bool) + func (zls ZohoLinkedService) AsHDInsightOnDemandLinkedService() (*HDInsightOnDemandLinkedService, bool) + func (zls ZohoLinkedService) AsHTTPLinkedService() (*HTTPLinkedService, bool) + func (zls ZohoLinkedService) AsHdfsLinkedService() (*HdfsLinkedService, bool) + func (zls ZohoLinkedService) AsHiveLinkedService() (*HiveLinkedService, bool) + func (zls ZohoLinkedService) AsHubspotLinkedService() (*HubspotLinkedService, bool) + func (zls ZohoLinkedService) AsImpalaLinkedService() (*ImpalaLinkedService, bool) + func (zls ZohoLinkedService) AsJiraLinkedService() (*JiraLinkedService, bool) + func (zls ZohoLinkedService) AsLinkedService() (*LinkedService, bool) + func (zls ZohoLinkedService) AsMagentoLinkedService() (*MagentoLinkedService, bool) + func (zls ZohoLinkedService) AsMariaDBLinkedService() (*MariaDBLinkedService, bool) + func (zls ZohoLinkedService) AsMarketoLinkedService() (*MarketoLinkedService, bool) + func (zls ZohoLinkedService) AsMongoDbLinkedService() (*MongoDbLinkedService, bool) + func (zls ZohoLinkedService) AsMySQLLinkedService() (*MySQLLinkedService, bool) + func (zls ZohoLinkedService) AsNetezzaLinkedService() (*NetezzaLinkedService, bool) + func (zls ZohoLinkedService) AsODataLinkedService() (*ODataLinkedService, bool) + func (zls ZohoLinkedService) AsOdbcLinkedService() (*OdbcLinkedService, bool) + func (zls ZohoLinkedService) AsOracleLinkedService() (*OracleLinkedService, bool) + func (zls ZohoLinkedService) AsPaypalLinkedService() (*PaypalLinkedService, bool) + func (zls ZohoLinkedService) AsPhoenixLinkedService() (*PhoenixLinkedService, bool) + func (zls ZohoLinkedService) AsPostgreSQLLinkedService() (*PostgreSQLLinkedService, bool) + func (zls ZohoLinkedService) AsPrestoLinkedService() (*PrestoLinkedService, bool) + func (zls ZohoLinkedService) AsQuickBooksLinkedService() (*QuickBooksLinkedService, bool) + func (zls ZohoLinkedService) AsResponsysLinkedService() (*ResponsysLinkedService, bool) + func (zls ZohoLinkedService) AsSQLServerLinkedService() (*SQLServerLinkedService, bool) + func (zls ZohoLinkedService) AsSalesforceLinkedService() (*SalesforceLinkedService, bool) + func (zls ZohoLinkedService) AsSalesforceMarketingCloudLinkedService() (*SalesforceMarketingCloudLinkedService, bool) + func (zls ZohoLinkedService) AsSapBWLinkedService() (*SapBWLinkedService, bool) + func (zls ZohoLinkedService) AsSapCloudForCustomerLinkedService() (*SapCloudForCustomerLinkedService, bool) + func (zls ZohoLinkedService) AsSapEccLinkedService() (*SapEccLinkedService, bool) + func (zls ZohoLinkedService) AsSapHanaLinkedService() (*SapHanaLinkedService, bool) + func (zls ZohoLinkedService) AsServiceNowLinkedService() (*ServiceNowLinkedService, bool) + func (zls ZohoLinkedService) AsSftpServerLinkedService() (*SftpServerLinkedService, bool) + func (zls ZohoLinkedService) AsShopifyLinkedService() (*ShopifyLinkedService, bool) + func (zls ZohoLinkedService) AsSparkLinkedService() (*SparkLinkedService, bool) + func (zls ZohoLinkedService) AsSquareLinkedService() (*SquareLinkedService, bool) + func (zls ZohoLinkedService) AsSybaseLinkedService() (*SybaseLinkedService, bool) + func (zls ZohoLinkedService) AsTeradataLinkedService() (*TeradataLinkedService, bool) + func (zls ZohoLinkedService) AsVerticaLinkedService() (*VerticaLinkedService, bool) + func (zls ZohoLinkedService) AsWebLinkedService() (*WebLinkedService, bool) + func (zls ZohoLinkedService) AsXeroLinkedService() (*XeroLinkedService, bool) + func (zls ZohoLinkedService) AsZohoLinkedService() (*ZohoLinkedService, bool) + func (zls ZohoLinkedService) MarshalJSON() ([]byte, error) + type ZohoLinkedServiceTypeProperties struct + AccessToken BasicSecretBase + EncryptedCredential interface{} + Endpoint interface{} + UseEncryptedEndpoints interface{} + UseHostVerification interface{} + UsePeerVerification interface{} + func (zlstp *ZohoLinkedServiceTypeProperties) UnmarshalJSON(body []byte) error + type ZohoObjectDataset struct + AdditionalProperties map[string]interface{} + Annotations *[]interface{} + Description *string + LinkedServiceName *LinkedServiceReference + Parameters map[string]*ParameterSpecification + Structure interface{} + Type TypeBasicDataset + func (zod *ZohoObjectDataset) UnmarshalJSON(body []byte) error + func (zod ZohoObjectDataset) AsAmazonMWSObjectDataset() (*AmazonMWSObjectDataset, bool) + func (zod ZohoObjectDataset) AsAmazonS3Dataset() (*AmazonS3Dataset, bool) + func (zod ZohoObjectDataset) AsAzureBlobDataset() (*AzureBlobDataset, bool) + func (zod ZohoObjectDataset) AsAzureDataLakeStoreDataset() (*AzureDataLakeStoreDataset, bool) + func (zod ZohoObjectDataset) AsAzureMySQLTableDataset() (*AzureMySQLTableDataset, bool) + func (zod ZohoObjectDataset) AsAzurePostgreSQLTableDataset() (*AzurePostgreSQLTableDataset, bool) + func (zod ZohoObjectDataset) AsAzureSQLDWTableDataset() (*AzureSQLDWTableDataset, bool) + func (zod ZohoObjectDataset) AsAzureSQLTableDataset() (*AzureSQLTableDataset, bool) + func (zod ZohoObjectDataset) AsAzureSearchIndexDataset() (*AzureSearchIndexDataset, bool) + func (zod ZohoObjectDataset) AsAzureTableDataset() (*AzureTableDataset, bool) + func (zod ZohoObjectDataset) AsBasicDataset() (BasicDataset, bool) + func (zod ZohoObjectDataset) AsCassandraTableDataset() (*CassandraTableDataset, bool) + func (zod ZohoObjectDataset) AsConcurObjectDataset() (*ConcurObjectDataset, bool) + func (zod ZohoObjectDataset) AsCouchbaseTableDataset() (*CouchbaseTableDataset, bool) + func (zod ZohoObjectDataset) AsCustomDataset() (*CustomDataset, bool) + func (zod ZohoObjectDataset) AsDataset() (*Dataset, bool) + func (zod ZohoObjectDataset) AsDocumentDbCollectionDataset() (*DocumentDbCollectionDataset, bool) + func (zod ZohoObjectDataset) AsDrillTableDataset() (*DrillTableDataset, bool) + func (zod ZohoObjectDataset) AsDynamicsEntityDataset() (*DynamicsEntityDataset, bool) + func (zod ZohoObjectDataset) AsEloquaObjectDataset() (*EloquaObjectDataset, bool) + func (zod ZohoObjectDataset) AsFileShareDataset() (*FileShareDataset, bool) + func (zod ZohoObjectDataset) AsGoogleBigQueryObjectDataset() (*GoogleBigQueryObjectDataset, bool) + func (zod ZohoObjectDataset) AsGreenplumTableDataset() (*GreenplumTableDataset, bool) + func (zod ZohoObjectDataset) AsHBaseObjectDataset() (*HBaseObjectDataset, bool) + func (zod ZohoObjectDataset) AsHTTPDataset() (*HTTPDataset, bool) + func (zod ZohoObjectDataset) AsHiveObjectDataset() (*HiveObjectDataset, bool) + func (zod ZohoObjectDataset) AsHubspotObjectDataset() (*HubspotObjectDataset, bool) + func (zod ZohoObjectDataset) AsImpalaObjectDataset() (*ImpalaObjectDataset, bool) + func (zod ZohoObjectDataset) AsJiraObjectDataset() (*JiraObjectDataset, bool) + func (zod ZohoObjectDataset) AsMagentoObjectDataset() (*MagentoObjectDataset, bool) + func (zod ZohoObjectDataset) AsMariaDBTableDataset() (*MariaDBTableDataset, bool) + func (zod ZohoObjectDataset) AsMarketoObjectDataset() (*MarketoObjectDataset, bool) + func (zod ZohoObjectDataset) AsMongoDbCollectionDataset() (*MongoDbCollectionDataset, bool) + func (zod ZohoObjectDataset) AsNetezzaTableDataset() (*NetezzaTableDataset, bool) + func (zod ZohoObjectDataset) AsODataResourceDataset() (*ODataResourceDataset, bool) + func (zod ZohoObjectDataset) AsOracleTableDataset() (*OracleTableDataset, bool) + func (zod ZohoObjectDataset) AsPaypalObjectDataset() (*PaypalObjectDataset, bool) + func (zod ZohoObjectDataset) AsPhoenixObjectDataset() (*PhoenixObjectDataset, bool) + func (zod ZohoObjectDataset) AsPrestoObjectDataset() (*PrestoObjectDataset, bool) + func (zod ZohoObjectDataset) AsQuickBooksObjectDataset() (*QuickBooksObjectDataset, bool) + func (zod ZohoObjectDataset) AsRelationalTableDataset() (*RelationalTableDataset, bool) + func (zod ZohoObjectDataset) AsResponsysObjectDataset() (*ResponsysObjectDataset, bool) + func (zod ZohoObjectDataset) AsSQLServerTableDataset() (*SQLServerTableDataset, bool) + func (zod ZohoObjectDataset) AsSalesforceMarketingCloudObjectDataset() (*SalesforceMarketingCloudObjectDataset, bool) + func (zod ZohoObjectDataset) AsSalesforceObjectDataset() (*SalesforceObjectDataset, bool) + func (zod ZohoObjectDataset) AsSapCloudForCustomerResourceDataset() (*SapCloudForCustomerResourceDataset, bool) + func (zod ZohoObjectDataset) AsSapEccResourceDataset() (*SapEccResourceDataset, bool) + func (zod ZohoObjectDataset) AsServiceNowObjectDataset() (*ServiceNowObjectDataset, bool) + func (zod ZohoObjectDataset) AsShopifyObjectDataset() (*ShopifyObjectDataset, bool) + func (zod ZohoObjectDataset) AsSparkObjectDataset() (*SparkObjectDataset, bool) + func (zod ZohoObjectDataset) AsSquareObjectDataset() (*SquareObjectDataset, bool) + func (zod ZohoObjectDataset) AsVerticaTableDataset() (*VerticaTableDataset, bool) + func (zod ZohoObjectDataset) AsWebTableDataset() (*WebTableDataset, bool) + func (zod ZohoObjectDataset) AsXeroObjectDataset() (*XeroObjectDataset, bool) + func (zod ZohoObjectDataset) AsZohoObjectDataset() (*ZohoObjectDataset, bool) + func (zod ZohoObjectDataset) MarshalJSON() ([]byte, error) + type ZohoSource struct + AdditionalProperties map[string]interface{} + Query interface{} + SourceRetryCount interface{} + SourceRetryWait interface{} + Type TypeBasicCopySource + func (zs *ZohoSource) UnmarshalJSON(body []byte) error + func (zs ZohoSource) AsAmazonMWSSource() (*AmazonMWSSource, bool) + func (zs ZohoSource) AsAmazonRedshiftSource() (*AmazonRedshiftSource, bool) + func (zs ZohoSource) AsAzureDataLakeStoreSource() (*AzureDataLakeStoreSource, bool) + func (zs ZohoSource) AsAzureMySQLSource() (*AzureMySQLSource, bool) + func (zs ZohoSource) AsAzurePostgreSQLSource() (*AzurePostgreSQLSource, bool) + func (zs ZohoSource) AsAzureTableSource() (*AzureTableSource, bool) + func (zs ZohoSource) AsBasicCopySource() (BasicCopySource, bool) + func (zs ZohoSource) AsBlobSource() (*BlobSource, bool) + func (zs ZohoSource) AsCassandraSource() (*CassandraSource, bool) + func (zs ZohoSource) AsConcurSource() (*ConcurSource, bool) + func (zs ZohoSource) AsCopySource() (*CopySource, bool) + func (zs ZohoSource) AsCouchbaseSource() (*CouchbaseSource, bool) + func (zs ZohoSource) AsDocumentDbCollectionSource() (*DocumentDbCollectionSource, bool) + func (zs ZohoSource) AsDrillSource() (*DrillSource, bool) + func (zs ZohoSource) AsDynamicsSource() (*DynamicsSource, bool) + func (zs ZohoSource) AsEloquaSource() (*EloquaSource, bool) + func (zs ZohoSource) AsFileSystemSource() (*FileSystemSource, bool) + func (zs ZohoSource) AsGoogleBigQuerySource() (*GoogleBigQuerySource, bool) + func (zs ZohoSource) AsGreenplumSource() (*GreenplumSource, bool) + func (zs ZohoSource) AsHBaseSource() (*HBaseSource, bool) + func (zs ZohoSource) AsHTTPSource() (*HTTPSource, bool) + func (zs ZohoSource) AsHdfsSource() (*HdfsSource, bool) + func (zs ZohoSource) AsHiveSource() (*HiveSource, bool) + func (zs ZohoSource) AsHubspotSource() (*HubspotSource, bool) + func (zs ZohoSource) AsImpalaSource() (*ImpalaSource, bool) + func (zs ZohoSource) AsJiraSource() (*JiraSource, bool) + func (zs ZohoSource) AsMagentoSource() (*MagentoSource, bool) + func (zs ZohoSource) AsMariaDBSource() (*MariaDBSource, bool) + func (zs ZohoSource) AsMarketoSource() (*MarketoSource, bool) + func (zs ZohoSource) AsMongoDbSource() (*MongoDbSource, bool) + func (zs ZohoSource) AsNetezzaSource() (*NetezzaSource, bool) + func (zs ZohoSource) AsOracleSource() (*OracleSource, bool) + func (zs ZohoSource) AsPaypalSource() (*PaypalSource, bool) + func (zs ZohoSource) AsPhoenixSource() (*PhoenixSource, bool) + func (zs ZohoSource) AsPrestoSource() (*PrestoSource, bool) + func (zs ZohoSource) AsQuickBooksSource() (*QuickBooksSource, bool) + func (zs ZohoSource) AsRelationalSource() (*RelationalSource, bool) + func (zs ZohoSource) AsResponsysSource() (*ResponsysSource, bool) + func (zs ZohoSource) AsSQLDWSource() (*SQLDWSource, bool) + func (zs ZohoSource) AsSQLSource() (*SQLSource, bool) + func (zs ZohoSource) AsSalesforceMarketingCloudSource() (*SalesforceMarketingCloudSource, bool) + func (zs ZohoSource) AsSalesforceSource() (*SalesforceSource, bool) + func (zs ZohoSource) AsSapCloudForCustomerSource() (*SapCloudForCustomerSource, bool) + func (zs ZohoSource) AsSapEccSource() (*SapEccSource, bool) + func (zs ZohoSource) AsServiceNowSource() (*ServiceNowSource, bool) + func (zs ZohoSource) AsShopifySource() (*ShopifySource, bool) + func (zs ZohoSource) AsSparkSource() (*SparkSource, bool) + func (zs ZohoSource) AsSquareSource() (*SquareSource, bool) + func (zs ZohoSource) AsVerticaSource() (*VerticaSource, bool) + func (zs ZohoSource) AsWebSource() (*WebSource, bool) + func (zs ZohoSource) AsXeroSource() (*XeroSource, bool) + func (zs ZohoSource) AsZohoSource() (*ZohoSource, bool) + func (zs ZohoSource) MarshalJSON() ([]byte, error) Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v16 gopkg.in/azure/azure-sdk-for-go.v17 gopkg.in/azure/azure-sdk-for-go.v18 gopkg.in/azure/azure-sdk-for-go.v19 gopkg.in/azure/azure-sdk-for-go.v20 gopkg.in/azure/azure-sdk-for-go.v21 gopkg.in/azure/azure-sdk-for-go.v22 gopkg.in/azure/azure-sdk-for-go.v23 gopkg.in/azure/azure-sdk-for-go.v24 gopkg.in/azure/azure-sdk-for-go.v25 gopkg.in/azure/azure-sdk-for-go.v26 gopkg.in/azure/azure-sdk-for-go.v27 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.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.v41 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.v47 gopkg.in/azure/azure-sdk-for-go.v48 gopkg.in/azure/azure-sdk-for-go.v49