OnPremisesFileServerLinkedService
Class
Definition
An on-premises file system Linked Service.
[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("OnPremisesFileServer")]
public class OnPremisesFileServerLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
- Inheritance
- Attributes
Constructors
| OnPremisesFileServerLinkedService() |
Initializes a new instance of the OnPremisesFileSystemLinkedService class. |
| OnPremisesFileServerLinkedService(String, String) |
Initializes a new instance of the OnPremisesFileSystemLinkedService class with required arguments. |
Properties
| EncryptedCredential |
Optional. Encrypted credential which contains host, userId and password. |
| GatewayName |
Required. The on-premises gateway name. |
| Host |
Required. Host name of the server. |
| Password |
Optional. Password to logon the server. |
| UserId |
Optional. UserID to logon the server. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |