HDInsightLinkedService
Class
Definition
The properties for the HDInsight linkedService.
[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("HDInsight")]
public class HDInsightLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
- Inheritance
- Attributes
Constructors
| HDInsightLinkedService() |
Initializes a new instance of the HDInsightBYOCLinkedService class. |
| HDInsightLinkedService(String, String, String) |
Initializes a new instance of the HDInsightBYOCLinkedService class with required arguments. |
Properties
| ClusterUri |
Required. HDInsight cluster URI. |
| HcatalogLinkedServiceName |
The name of Azure SQL linked service that point to the HCatalog database. |
| LinkedServiceName |
Optional. Storage service name. |
| Password |
Required. HDInsight cluster password. |
| SchemaGeneration |
Define what options to use for generating/altering an input and output Datasets for an HDInsight activity |
| UserName |
Required. HDInsight cluster user name. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |