Exemple #1
0
 public AzureSqlDW()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.AzureSqlDW,
         TypeProperties = new AzureSqlDWTypeProperties()
     };
 }
Exemple #2
0
 public AzureMachineLearning()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.AzureML,
         TypeProperties = new AzureMachineLearningTypeProperties()
     };
 }
Exemple #3
0
 public AzureSqlDatabase()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.AzureSqlDatabase,
         TypeProperties = new AzureSqlDatabaseTypeProperties()
     };
 }
Exemple #4
0
 public HDInsightOnDemand()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.HDInsightOnDemand,
         TypeProperties = new HDInsightOnDemandTypeProperties()
     };
 }
Exemple #5
0
 public AzureSearch()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.AzureSearch,
         TypeProperties = new AzureSearchTypeProperties()
     };
 }
Exemple #6
0
 public AzureDataLakeAnalytics()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.AzureDataLakeAnalytics,
         TypeProperties = new AzureDataLakeAnalyticsTypeProperties()
     };
 }
 public AzureDataLakeStore()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.AzureDataLakeStore,
         TypeProperties = new AzureDataLakeStoreTypeProperties()
     };
 }
Exemple #8
0
 public AzureCosmosDb()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.AzureCosmosDb,
         TypeProperties = new AzureCosmosDbTypeProperties()
     };
 }
Exemple #9
0
 public HDInsight()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.HDInsight,
         TypeProperties = new HDInsightTypeProperties()
     };
 }
Exemple #10
0
 public AzureStorageSas()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.AzureStorageSas,
         TypeProperties = new AzureStorageSasTypeProperties()
     };
 }