Class LinkedService
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
- Direct Known Subclasses:
AmazonMwsLinkedService
,AmazonRdsForOracleLinkedService
,AmazonRdsForSqlServerLinkedService
,AmazonRedshiftLinkedService
,AmazonS3CompatibleLinkedService
,AmazonS3LinkedService
,AppFiguresLinkedService
,AsanaLinkedService
,AzureBatchLinkedService
,AzureBlobFSLinkedService
,AzureBlobStorageLinkedService
,AzureDatabricksDeltaLakeLinkedService
,AzureDatabricksLinkedService
,AzureDataExplorerLinkedService
,AzureDataLakeAnalyticsLinkedService
,AzureDataLakeStoreLinkedService
,AzureFileStorageLinkedService
,AzureFunctionLinkedService
,AzureKeyVaultLinkedService
,AzureMariaDBLinkedService
,AzureMLLinkedService
,AzureMLServiceLinkedService
,AzureMySqlLinkedService
,AzurePostgreSqlLinkedService
,AzureSearchLinkedService
,AzureSqlDatabaseLinkedService
,AzureSqlDWLinkedService
,AzureSqlMILinkedService
,AzureStorageLinkedService
,AzureSynapseArtifactsLinkedService
,AzureTableStorageLinkedService
,CassandraLinkedService
,CommonDataServiceForAppsLinkedService
,ConcurLinkedService
,CosmosDbLinkedService
,CosmosDbMongoDbApiLinkedService
,CouchbaseLinkedService
,CustomDataSourceLinkedService
,DataworldLinkedService
,Db2LinkedService
,DrillLinkedService
,DynamicsAXLinkedService
,DynamicsCrmLinkedService
,DynamicsLinkedService
,EloquaLinkedService
,FileServerLinkedService
,FtpServerLinkedService
,GoogleAdWordsLinkedService
,GoogleBigQueryLinkedService
,GoogleCloudStorageLinkedService
,GoogleSheetsLinkedService
,GreenplumLinkedService
,HBaseLinkedService
,HdfsLinkedService
,HDInsightLinkedService
,HDInsightOnDemandLinkedService
,HiveLinkedService
,HttpLinkedService
,HubspotLinkedService
,ImpalaLinkedService
,InformixLinkedService
,JiraLinkedService
,MagentoLinkedService
,MariaDBLinkedService
,MarketoLinkedService
,MicrosoftAccessLinkedService
,MongoDbAtlasLinkedService
,MongoDbLinkedService
,MongoDbV2LinkedService
,MySqlLinkedService
,NetezzaLinkedService
,ODataLinkedService
,OdbcLinkedService
,Office365LinkedService
,OracleCloudStorageLinkedService
,OracleLinkedService
,OracleServiceCloudLinkedService
,PaypalLinkedService
,PhoenixLinkedService
,PostgreSqlLinkedService
,PrestoLinkedService
,QuickbaseLinkedService
,QuickBooksLinkedService
,ResponsysLinkedService
,RestServiceLinkedService
,SalesforceLinkedService
,SalesforceMarketingCloudLinkedService
,SalesforceServiceCloudLinkedService
,SapBWLinkedService
,SapCloudForCustomerLinkedService
,SapEccLinkedService
,SapHanaLinkedService
,SapOdpLinkedService
,SapOpenHubLinkedService
,SapTableLinkedService
,ServiceNowLinkedService
,SftpServerLinkedService
,SharePointOnlineListLinkedService
,ShopifyLinkedService
,SmartsheetLinkedService
,SnowflakeLinkedService
,SparkLinkedService
,SqlServerLinkedService
,SquareLinkedService
,SybaseLinkedService
,TeamDeskLinkedService
,TeradataLinkedService
,TwilioLinkedService
,VerticaLinkedService
,WebLinkedService
,XeroLinkedService
,ZendeskLinkedService
,ZohoLinkedService
The nested object which contains the information and credential which can be used to connect with related store or
compute resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: The nested object which contains the information and credential which can be used to connect with related store or compute resource.Get the annotations property: List of tags that can be used for describing the linked service.Get the connectVia property: The integration runtime reference.Get the description property: Linked service description.Get the parameters property: Parameters for linked service.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: The nested object which contains the information and credential which can be used to connect with related store or compute resource.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.withDescription
(String description) Set the description property: Linked service description.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.
-
Constructor Details
-
LinkedService
public LinkedService()Creates an instance of LinkedService class.
-
-
Method Details
-
connectVia
Get the connectVia property: The integration runtime reference.- Returns:
- the connectVia value.
-
withConnectVia
Set the connectVia property: The integration runtime reference.- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the LinkedService object itself.
-
description
Get the description property: Linked service description.- Returns:
- the description value.
-
withDescription
Set the description property: Linked service description.- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
parameters
Get the parameters property: Parameters for linked service.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: Parameters for linked service.- Parameters:
parameters
- the parameters value to set.- Returns:
- the LinkedService object itself.
-
annotations
Get the annotations property: List of tags that can be used for describing the linked service.- Returns:
- the annotations value.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the linked service.- Parameters:
annotations
- the annotations value to set.- Returns:
- the LinkedService object itself.
-
additionalProperties
Get the additionalProperties property: The nested object which contains the information and credential which can be used to connect with related store or compute resource.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: The nested object which contains the information and credential which can be used to connect with related store or compute resource.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the LinkedService object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-