Documentation
¶
Overview ¶
Package datafactory implements the Azure ARM Datafactory service API version 2017-09-01-preview.
The Azure Data Factory V2 management API provides a RESTful set of web services that interact with Azure Data Factory V2 services.
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type Activity
- 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)
- func (a *Activity) UnmarshalJSON(body []byte) error
- type ActivityDependency
- type ActivityPolicy
- type ActivityRun
- type 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
- type 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
- 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
- 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)
- func (amls *AmazonMWSLinkedService) UnmarshalJSON(body []byte) error
- type AmazonMWSLinkedServiceTypeProperties
- type AmazonMWSObjectDataset
- 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)
- func (amod *AmazonMWSObjectDataset) UnmarshalJSON(body []byte) error
- type AmazonMWSSource
- 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)
- func (ams *AmazonMWSSource) UnmarshalJSON(body []byte) error
- type AmazonRedshiftLinkedService
- 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)
- func (arls *AmazonRedshiftLinkedService) UnmarshalJSON(body []byte) error
- type AmazonRedshiftLinkedServiceTypeProperties
- type AmazonRedshiftSource
- 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)
- func (ars *AmazonRedshiftSource) UnmarshalJSON(body []byte) error
- type AmazonS3Dataset
- 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)
- func (asd *AmazonS3Dataset) UnmarshalJSON(body []byte) error
- type AmazonS3DatasetTypeProperties
- type AmazonS3LinkedService
- 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)
- func (asls *AmazonS3LinkedService) UnmarshalJSON(body []byte) error
- type AmazonS3LinkedServiceTypeProperties
- type AuthenticationType
- type AuthorizationType
- type AvroFormat
- 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)
- func (af *AvroFormat) UnmarshalJSON(body []byte) error
- type AzureBatchLinkedService
- 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)
- func (abls *AzureBatchLinkedService) UnmarshalJSON(body []byte) error
- type AzureBatchLinkedServiceTypeProperties
- type AzureBlobDataset
- 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)
- func (abd *AzureBlobDataset) UnmarshalJSON(body []byte) error
- type AzureBlobDatasetTypeProperties
- type AzureDataLakeAnalyticsLinkedService
- 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)
- func (adlals *AzureDataLakeAnalyticsLinkedService) UnmarshalJSON(body []byte) error
- type AzureDataLakeAnalyticsLinkedServiceTypeProperties
- type AzureDataLakeStoreDataset
- 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)
- func (adlsd *AzureDataLakeStoreDataset) UnmarshalJSON(body []byte) error
- type AzureDataLakeStoreDatasetTypeProperties
- type AzureDataLakeStoreLinkedService
- 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)
- func (adlsls *AzureDataLakeStoreLinkedService) UnmarshalJSON(body []byte) error
- type AzureDataLakeStoreLinkedServiceTypeProperties
- type AzureDataLakeStoreSink
- 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)
- func (adlss *AzureDataLakeStoreSink) UnmarshalJSON(body []byte) error
- type AzureDataLakeStoreSource
- 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)
- func (adlss *AzureDataLakeStoreSource) UnmarshalJSON(body []byte) error
- type AzureDatabricksLinkedService
- 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)
- func (adls *AzureDatabricksLinkedService) UnmarshalJSON(body []byte) error
- type AzureDatabricksLinkedServiceTypeProperties
- type AzureKeyVaultLinkedService
- 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)
- func (akvls *AzureKeyVaultLinkedService) UnmarshalJSON(body []byte) error
- type AzureKeyVaultLinkedServiceTypeProperties
- type AzureKeyVaultSecretReference
- 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
- 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)
- func (ambea *AzureMLBatchExecutionActivity) UnmarshalJSON(body []byte) error
- type AzureMLBatchExecutionActivityTypeProperties
- type AzureMLLinkedService
- 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)
- func (amls *AzureMLLinkedService) UnmarshalJSON(body []byte) error
- type AzureMLLinkedServiceTypeProperties
- type AzureMLUpdateResourceActivity
- 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)
- func (amura *AzureMLUpdateResourceActivity) UnmarshalJSON(body []byte) error
- type AzureMLUpdateResourceActivityTypeProperties
- type AzureMLWebServiceFile
- type AzureMySQLLinkedService
- 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)
- func (amsls *AzureMySQLLinkedService) UnmarshalJSON(body []byte) error
- type AzureMySQLLinkedServiceTypeProperties
- type AzureMySQLSource
- 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)
- func (amss *AzureMySQLSource) UnmarshalJSON(body []byte) error
- type AzureMySQLTableDataset
- 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)
- func (amstd *AzureMySQLTableDataset) UnmarshalJSON(body []byte) error
- type AzureMySQLTableDatasetTypeProperties
- type AzurePostgreSQLLinkedService
- 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)
- func (apsls *AzurePostgreSQLLinkedService) UnmarshalJSON(body []byte) error
- type AzurePostgreSQLLinkedServiceTypeProperties
- type AzurePostgreSQLSource
- 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)
- func (apss *AzurePostgreSQLSource) UnmarshalJSON(body []byte) error
- type AzurePostgreSQLTableDataset
- 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)
- func (apstd *AzurePostgreSQLTableDataset) UnmarshalJSON(body []byte) error
- type AzureQueueSink
- 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)
- func (aqs *AzureQueueSink) UnmarshalJSON(body []byte) error
- type AzureSQLDWLinkedService
- 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)
- func (asdls *AzureSQLDWLinkedService) UnmarshalJSON(body []byte) error
- type AzureSQLDWLinkedServiceTypeProperties
- type AzureSQLDWTableDataset
- 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)
- func (asdtd *AzureSQLDWTableDataset) UnmarshalJSON(body []byte) error
- type AzureSQLDWTableDatasetTypeProperties
- type AzureSQLDatabaseLinkedService
- 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)
- func (asdls *AzureSQLDatabaseLinkedService) UnmarshalJSON(body []byte) error
- type AzureSQLDatabaseLinkedServiceTypeProperties
- type AzureSQLTableDataset
- 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)
- func (astd *AzureSQLTableDataset) UnmarshalJSON(body []byte) error
- type AzureSQLTableDatasetTypeProperties
- type AzureSearchIndexDataset
- 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)
- func (asid *AzureSearchIndexDataset) UnmarshalJSON(body []byte) error
- type AzureSearchIndexDatasetTypeProperties
- type AzureSearchIndexSink
- 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)
- func (asis *AzureSearchIndexSink) UnmarshalJSON(body []byte) error
- type AzureSearchLinkedService
- 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)
- func (asls *AzureSearchLinkedService) UnmarshalJSON(body []byte) error
- type AzureSearchLinkedServiceTypeProperties
- type AzureStorageLinkedService
- 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)
- func (asls *AzureStorageLinkedService) UnmarshalJSON(body []byte) error
- type AzureStorageLinkedServiceTypeProperties
- type AzureTableDataset
- 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)
- func (atd *AzureTableDataset) UnmarshalJSON(body []byte) error
- type AzureTableDatasetTypeProperties
- type AzureTableSink
- 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)
- func (ats *AzureTableSink) UnmarshalJSON(body []byte) error
- type AzureTableSource
- 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)
- func (ats *AzureTableSource) UnmarshalJSON(body []byte) error
- type BaseClient
- type BasicActivity
- type BasicControlActivity
- type BasicCopySink
- type BasicCopySource
- type BasicDataset
- type BasicDatasetCompression
- type BasicDatasetStorageFormat
- type BasicExecutionActivity
- type BasicIntegrationRuntime
- type BasicIntegrationRuntimeStatus
- type BasicLinkedIntegrationRuntimeProperties
- type BasicLinkedService
- type BasicMultiplePipelineTrigger
- type BasicSecretBase
- type BasicTrigger
- type BasicWebLinkedServiceTypeProperties
- type BlobEventTypes
- type BlobEventsTrigger
- 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)
- func (bet *BlobEventsTrigger) UnmarshalJSON(body []byte) error
- type BlobEventsTriggerTypeProperties
- type BlobSink
- 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)
- func (bs *BlobSink) UnmarshalJSON(body []byte) error
- type BlobSource
- 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)
- func (bs *BlobSource) UnmarshalJSON(body []byte) error
- type BlobTrigger
- 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)
- func (bt *BlobTrigger) UnmarshalJSON(body []byte) error
- type BlobTriggerTypeProperties
- type CassandraLinkedService
- 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)
- func (cls *CassandraLinkedService) UnmarshalJSON(body []byte) error
- type CassandraLinkedServiceTypeProperties
- type CassandraSource
- 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)
- func (cs *CassandraSource) UnmarshalJSON(body []byte) error
- type CassandraTableDataset
- 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)
- func (ctd *CassandraTableDataset) UnmarshalJSON(body []byte) error
- type CassandraTableDatasetTypeProperties
- type ConcurLinkedService
- 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)
- func (cls *ConcurLinkedService) UnmarshalJSON(body []byte) error
- type ConcurLinkedServiceTypeProperties
- type ConcurObjectDataset
- 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)
- func (cod *ConcurObjectDataset) UnmarshalJSON(body []byte) error
- type ConcurSource
- 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)
- func (cs *ConcurSource) UnmarshalJSON(body []byte) error
- type ControlActivity
- 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)
- func (ca *ControlActivity) UnmarshalJSON(body []byte) error
- type CopyActivity
- 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)
- func (ca *CopyActivity) UnmarshalJSON(body []byte) error
- type CopyActivityTypeProperties
- type CopySink
- 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)
- func (cs *CopySink) UnmarshalJSON(body []byte) error
- type CopySource
- 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)
- func (cs *CopySource) UnmarshalJSON(body []byte) error
- type CosmosDbLinkedService
- 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)
- func (cdls *CosmosDbLinkedService) UnmarshalJSON(body []byte) error
- type CosmosDbLinkedServiceTypeProperties
- type CouchbaseLinkedService
- 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)
- func (cls *CouchbaseLinkedService) UnmarshalJSON(body []byte) error
- type CouchbaseLinkedServiceTypeProperties
- type CouchbaseSource
- 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)
- func (cs *CouchbaseSource) UnmarshalJSON(body []byte) error
- type CouchbaseTableDataset
- 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)
- func (ctd *CouchbaseTableDataset) UnmarshalJSON(body []byte) error
- type CreateRunResponse
- type CustomActivity
- 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)
- func (ca *CustomActivity) UnmarshalJSON(body []byte) error
- type CustomActivityReferenceObject
- type CustomActivityTypeProperties
- type CustomDataSourceLinkedService
- 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)
- func (cdsls *CustomDataSourceLinkedService) UnmarshalJSON(body []byte) error
- type CustomDataset
- 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)
- func (cd *CustomDataset) UnmarshalJSON(body []byte) error
- type DataLakeAnalyticsUSQLActivity
- 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)
- func (dlaua *DataLakeAnalyticsUSQLActivity) UnmarshalJSON(body []byte) error
- type DataLakeAnalyticsUSQLActivityTypeProperties
- type DatabricksNotebookActivity
- 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)
- func (dna *DatabricksNotebookActivity) UnmarshalJSON(body []byte) error
- type DatabricksNotebookActivityTypeProperties
- type Dataset
- 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)
- func (d *Dataset) UnmarshalJSON(body []byte) error
- type DatasetBZip2Compression
- 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)
- func (dbz2c *DatasetBZip2Compression) UnmarshalJSON(body []byte) error
- type DatasetCompression
- 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)
- func (dc *DatasetCompression) UnmarshalJSON(body []byte) error
- type DatasetDeflateCompression
- 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)
- func (ddc *DatasetDeflateCompression) UnmarshalJSON(body []byte) error
- type DatasetGZipCompression
- 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)
- func (dgzc *DatasetGZipCompression) UnmarshalJSON(body []byte) error
- type DatasetListResponse
- type 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
- 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
- type DatasetResource
- type DatasetStorageFormat
- 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)
- func (dsf *DatasetStorageFormat) UnmarshalJSON(body []byte) error
- type DatasetZipDeflateCompression
- 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)
- func (dzdc *DatasetZipDeflateCompression) UnmarshalJSON(body []byte) error
- type 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
- type DaysOfWeek
- type Db2AuthenticationType
- type Db2LinkedService
- 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)
- func (d2ls *Db2LinkedService) UnmarshalJSON(body []byte) error
- type Db2LinkedServiceTypeProperties
- type DependencyCondition
- type DistcpSettings
- type DocumentDbCollectionDataset
- 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)
- func (ddcd *DocumentDbCollectionDataset) UnmarshalJSON(body []byte) error
- type DocumentDbCollectionDatasetTypeProperties
- type DocumentDbCollectionSink
- 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)
- func (ddcs *DocumentDbCollectionSink) UnmarshalJSON(body []byte) error
- type DocumentDbCollectionSource
- 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)
- func (ddcs *DocumentDbCollectionSource) UnmarshalJSON(body []byte) error
- type DrillLinkedService
- 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)
- func (dls *DrillLinkedService) UnmarshalJSON(body []byte) error
- type DrillLinkedServiceTypeProperties
- type DrillSource
- 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)
- func (ds *DrillSource) UnmarshalJSON(body []byte) error
- type DrillTableDataset
- 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)
- func (dtd *DrillTableDataset) UnmarshalJSON(body []byte) error
- type DynamicsEntityDataset
- 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)
- func (ded *DynamicsEntityDataset) UnmarshalJSON(body []byte) error
- type DynamicsEntityDatasetTypeProperties
- type DynamicsLinkedService
- 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)
- func (dls *DynamicsLinkedService) UnmarshalJSON(body []byte) error
- type DynamicsLinkedServiceTypeProperties
- type DynamicsSink
- 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)
- func (ds *DynamicsSink) UnmarshalJSON(body []byte) error
- type DynamicsSource
- 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)
- func (ds *DynamicsSource) UnmarshalJSON(body []byte) error
- type EloquaLinkedService
- 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)
- func (els *EloquaLinkedService) UnmarshalJSON(body []byte) error
- type EloquaLinkedServiceTypeProperties
- type EloquaObjectDataset
- 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)
- func (eod *EloquaObjectDataset) UnmarshalJSON(body []byte) error
- type EloquaSource
- 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)
- func (es *EloquaSource) UnmarshalJSON(body []byte) error
- type EntityReference
- type ErrorResponse
- type ExecutePipelineActivity
- 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)
- func (epa *ExecutePipelineActivity) UnmarshalJSON(body []byte) error
- type ExecutePipelineActivityTypeProperties
- type ExecuteSSISPackageActivity
- 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)
- func (espa *ExecuteSSISPackageActivity) UnmarshalJSON(body []byte) error
- type ExecuteSSISPackageActivityTypeProperties
- type ExecutionActivity
- 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)
- func (ea *ExecutionActivity) UnmarshalJSON(body []byte) error
- type Expression
- type 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
- type FactoryIdentity
- type FactoryListResponse
- type 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
- 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
- type FactoryRepoUpdate
- type FactoryUpdateParameters
- type FactoryVSTSConfiguration
- type FileServerLinkedService
- 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)
- func (fsls *FileServerLinkedService) UnmarshalJSON(body []byte) error
- type FileServerLinkedServiceTypeProperties
- type FileShareDataset
- 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)
- func (fsd *FileShareDataset) UnmarshalJSON(body []byte) error
- type FileShareDatasetTypeProperties
- type FileSystemSink
- 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)
- func (fss *FileSystemSink) UnmarshalJSON(body []byte) error
- type FileSystemSource
- 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)
- func (fss *FileSystemSource) UnmarshalJSON(body []byte) error
- type FilterActivity
- 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)
- func (fa *FilterActivity) UnmarshalJSON(body []byte) error
- type FilterActivityTypeProperties
- type ForEachActivity
- 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)
- func (fea *ForEachActivity) UnmarshalJSON(body []byte) error
- type ForEachActivityTypeProperties
- type FtpAuthenticationType
- type FtpServerLinkedService
- 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)
- func (fsls *FtpServerLinkedService) UnmarshalJSON(body []byte) error
- type FtpServerLinkedServiceTypeProperties
- type GetMetadataActivity
- 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)
- func (gma *GetMetadataActivity) UnmarshalJSON(body []byte) error
- type GetMetadataActivityTypeProperties
- type GoogleBigQueryAuthenticationType
- type GoogleBigQueryLinkedService
- 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)
- func (gbqls *GoogleBigQueryLinkedService) UnmarshalJSON(body []byte) error
- type GoogleBigQueryLinkedServiceTypeProperties
- type GoogleBigQueryObjectDataset
- 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)
- func (gbqod *GoogleBigQueryObjectDataset) UnmarshalJSON(body []byte) error
- type GoogleBigQuerySource
- 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)
- func (gbqs *GoogleBigQuerySource) UnmarshalJSON(body []byte) error
- type GreenplumLinkedService
- 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)
- func (gls *GreenplumLinkedService) UnmarshalJSON(body []byte) error
- type GreenplumLinkedServiceTypeProperties
- type GreenplumSource
- 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)
- func (gs *GreenplumSource) UnmarshalJSON(body []byte) error
- type GreenplumTableDataset
- 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)
- func (gtd *GreenplumTableDataset) UnmarshalJSON(body []byte) error
- type HBaseAuthenticationType
- type HBaseLinkedService
- 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)
- func (hbls *HBaseLinkedService) UnmarshalJSON(body []byte) error
- type HBaseLinkedServiceTypeProperties
- type HBaseObjectDataset
- 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)
- func (hbod *HBaseObjectDataset) UnmarshalJSON(body []byte) error
- type HBaseSource
- 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)
- func (hbs *HBaseSource) UnmarshalJSON(body []byte) error
- type HDInsightActivityDebugInfoOption
- type HDInsightHiveActivity
- 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)
- func (hiha *HDInsightHiveActivity) UnmarshalJSON(body []byte) error
- type HDInsightHiveActivityTypeProperties
- type HDInsightLinkedService
- 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)
- func (hils *HDInsightLinkedService) UnmarshalJSON(body []byte) error
- type HDInsightLinkedServiceTypeProperties
- type HDInsightMapReduceActivity
- 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)
- func (himra *HDInsightMapReduceActivity) UnmarshalJSON(body []byte) error
- type HDInsightMapReduceActivityTypeProperties
- type HDInsightOnDemandLinkedService
- 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)
- func (hiodls *HDInsightOnDemandLinkedService) UnmarshalJSON(body []byte) error
- type HDInsightOnDemandLinkedServiceTypeProperties
- type HDInsightPigActivity
- 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)
- func (hipa *HDInsightPigActivity) UnmarshalJSON(body []byte) error
- type HDInsightPigActivityTypeProperties
- type HDInsightSparkActivity
- 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)
- func (hisa *HDInsightSparkActivity) UnmarshalJSON(body []byte) error
- type HDInsightSparkActivityTypeProperties
- type HDInsightStreamingActivity
- 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)
- func (hisa *HDInsightStreamingActivity) UnmarshalJSON(body []byte) error
- type HDInsightStreamingActivityTypeProperties
- type HTTPAuthenticationType
- type HTTPDataset
- 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)
- func (hd *HTTPDataset) UnmarshalJSON(body []byte) error
- type HTTPDatasetTypeProperties
- type HTTPLinkedService
- 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)
- func (hls *HTTPLinkedService) UnmarshalJSON(body []byte) error
- type HTTPLinkedServiceTypeProperties
- type HTTPSource
- 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)
- func (hs *HTTPSource) UnmarshalJSON(body []byte) error
- type HdfsLinkedService
- 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)
- func (hls *HdfsLinkedService) UnmarshalJSON(body []byte) error
- type HdfsLinkedServiceTypeProperties
- type HdfsSource
- 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)
- func (hs *HdfsSource) UnmarshalJSON(body []byte) error
- type HiveAuthenticationType
- type HiveLinkedService
- 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)
- func (hls *HiveLinkedService) UnmarshalJSON(body []byte) error
- type HiveLinkedServiceTypeProperties
- type HiveObjectDataset
- 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)
- func (hod *HiveObjectDataset) UnmarshalJSON(body []byte) error
- type HiveServerType
- type HiveSource
- 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)
- func (hs *HiveSource) UnmarshalJSON(body []byte) error
- type HiveThriftTransportProtocol
- type HubspotLinkedService
- 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)