Class FileServerLinkedServiceTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.FileServerLinkedServiceTypeProperties

public final class FileServerLinkedServiceTypeProperties extends Object
File system linked service properties.
  • Constructor Details

    • FileServerLinkedServiceTypeProperties

      public FileServerLinkedServiceTypeProperties()
  • Method Details

    • host

      public Object host()
      Get the host property: Host name of the server. Type: string (or Expression with resultType string).
      Returns:
      the host value.
    • withHost

      Set the host property: Host name of the server. Type: string (or Expression with resultType string).
      Parameters:
      host - the host value to set.
      Returns:
      the FileServerLinkedServiceTypeProperties object itself.
    • userId

      public Object userId()
      Get the userId property: User ID to logon the server. Type: string (or Expression with resultType string).
      Returns:
      the userId value.
    • withUserId

      public FileServerLinkedServiceTypeProperties withUserId(Object userId)
      Set the userId property: User ID to logon the server. Type: string (or Expression with resultType string).
      Parameters:
      userId - the userId value to set.
      Returns:
      the FileServerLinkedServiceTypeProperties object itself.
    • password

      public SecretBase password()
      Get the password property: Password to logon the server.
      Returns:
      the password value.
    • withPassword

      public FileServerLinkedServiceTypeProperties withPassword(SecretBase password)
      Set the password property: Password to logon the server.
      Parameters:
      password - the password value to set.
      Returns:
      the FileServerLinkedServiceTypeProperties object itself.
    • encryptedCredential

      public Object encryptedCredential()
      Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
      Returns:
      the encryptedCredential value.
    • withEncryptedCredential

      public FileServerLinkedServiceTypeProperties withEncryptedCredential(Object encryptedCredential)
      Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
      Parameters:
      encryptedCredential - the encryptedCredential value to set.
      Returns:
      the FileServerLinkedServiceTypeProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.