Class SybaseLinkedServiceTypeProperties

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

public final class SybaseLinkedServiceTypeProperties extends Object
Sybase linked service properties.
  • Constructor Details

    • SybaseLinkedServiceTypeProperties

      public SybaseLinkedServiceTypeProperties()
  • Method Details

    • server

      public Object server()
      Get the server property: Server name for connection. Type: string (or Expression with resultType string).
      Returns:
      the server value.
    • withServer

      public SybaseLinkedServiceTypeProperties withServer(Object server)
      Set the server property: Server name for connection. Type: string (or Expression with resultType string).
      Parameters:
      server - the server value to set.
      Returns:
      the SybaseLinkedServiceTypeProperties object itself.
    • database

      public Object database()
      Get the database property: Database name for connection. Type: string (or Expression with resultType string).
      Returns:
      the database value.
    • withDatabase

      public SybaseLinkedServiceTypeProperties withDatabase(Object database)
      Set the database property: Database name for connection. Type: string (or Expression with resultType string).
      Parameters:
      database - the database value to set.
      Returns:
      the SybaseLinkedServiceTypeProperties object itself.
    • schema

      public Object schema()
      Get the schema property: Schema name for connection. Type: string (or Expression with resultType string).
      Returns:
      the schema value.
    • withSchema

      public SybaseLinkedServiceTypeProperties withSchema(Object schema)
      Set the schema property: Schema name for connection. Type: string (or Expression with resultType string).
      Parameters:
      schema - the schema value to set.
      Returns:
      the SybaseLinkedServiceTypeProperties object itself.
    • authenticationType

      public SybaseAuthenticationType authenticationType()
      Get the authenticationType property: AuthenticationType to be used for connection.
      Returns:
      the authenticationType value.
    • withAuthenticationType

      public SybaseLinkedServiceTypeProperties withAuthenticationType(SybaseAuthenticationType authenticationType)
      Set the authenticationType property: AuthenticationType to be used for connection.
      Parameters:
      authenticationType - the authenticationType value to set.
      Returns:
      the SybaseLinkedServiceTypeProperties object itself.
    • username

      public Object username()
      Get the username property: Username for authentication. Type: string (or Expression with resultType string).
      Returns:
      the username value.
    • withUsername

      public SybaseLinkedServiceTypeProperties withUsername(Object username)
      Set the username property: Username for authentication. Type: string (or Expression with resultType string).
      Parameters:
      username - the username value to set.
      Returns:
      the SybaseLinkedServiceTypeProperties object itself.
    • password

      public SecretBase password()
      Get the password property: Password for authentication.
      Returns:
      the password value.
    • withPassword

      public SybaseLinkedServiceTypeProperties withPassword(SecretBase password)
      Set the password property: Password for authentication.
      Parameters:
      password - the password value to set.
      Returns:
      the SybaseLinkedServiceTypeProperties 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 SybaseLinkedServiceTypeProperties 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 SybaseLinkedServiceTypeProperties object itself.
    • validate

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