public AzureSqlDW() { Properties = new LinkedServiceProperties { Type = LinkedServiceType.AzureSqlDW, TypeProperties = new AzureSqlDWTypeProperties() }; }
public AzureMachineLearning() { Properties = new LinkedServiceProperties { Type = LinkedServiceType.AzureML, TypeProperties = new AzureMachineLearningTypeProperties() }; }
public AzureSqlDatabase() { Properties = new LinkedServiceProperties { Type = LinkedServiceType.AzureSqlDatabase, TypeProperties = new AzureSqlDatabaseTypeProperties() }; }
public HDInsightOnDemand() { Properties = new LinkedServiceProperties { Type = LinkedServiceType.HDInsightOnDemand, TypeProperties = new HDInsightOnDemandTypeProperties() }; }
public AzureSearch() { Properties = new LinkedServiceProperties { Type = LinkedServiceType.AzureSearch, TypeProperties = new AzureSearchTypeProperties() }; }
public AzureDataLakeAnalytics() { Properties = new LinkedServiceProperties { Type = LinkedServiceType.AzureDataLakeAnalytics, TypeProperties = new AzureDataLakeAnalyticsTypeProperties() }; }
public AzureDataLakeStore() { Properties = new LinkedServiceProperties { Type = LinkedServiceType.AzureDataLakeStore, TypeProperties = new AzureDataLakeStoreTypeProperties() }; }
public AzureCosmosDb() { Properties = new LinkedServiceProperties { Type = LinkedServiceType.AzureCosmosDb, TypeProperties = new AzureCosmosDbTypeProperties() }; }
public HDInsight() { Properties = new LinkedServiceProperties { Type = LinkedServiceType.HDInsight, TypeProperties = new HDInsightTypeProperties() }; }
public AzureStorageSas() { Properties = new LinkedServiceProperties { Type = LinkedServiceType.AzureStorageSas, TypeProperties = new AzureStorageSasTypeProperties() }; }