Class RestServiceLinkedService

java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.RestServiceLinkedService

public final class RestServiceLinkedService extends LinkedService
Rest Service linked service.
  • Constructor Details

    • RestServiceLinkedService

      public RestServiceLinkedService()
  • Method Details

    • withConnectVia

      public RestServiceLinkedService withConnectVia(IntegrationRuntimeReference connectVia)
      Set the connectVia property: The integration runtime reference.
      Overrides:
      withConnectVia in class LinkedService
      Parameters:
      connectVia - the connectVia value to set.
      Returns:
      the LinkedService object itself.
    • withDescription

      public RestServiceLinkedService withDescription(String description)
      Set the description property: Linked service description.
      Overrides:
      withDescription in class LinkedService
      Parameters:
      description - the description value to set.
      Returns:
      the LinkedService object itself.
    • withParameters

      public RestServiceLinkedService withParameters(Map<String,ParameterSpecification> parameters)
      Set the parameters property: Parameters for linked service.
      Overrides:
      withParameters in class LinkedService
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the LinkedService object itself.
    • withAnnotations

      public RestServiceLinkedService withAnnotations(List<Object> annotations)
      Set the annotations property: List of tags that can be used for describing the linked service.
      Overrides:
      withAnnotations in class LinkedService
      Parameters:
      annotations - the annotations value to set.
      Returns:
      the LinkedService object itself.
    • url

      public Object url()
      Get the url property: The base URL of the REST service.
      Returns:
      the url value.
    • withUrl

      public RestServiceLinkedService withUrl(Object url)
      Set the url property: The base URL of the REST service.
      Parameters:
      url - the url value to set.
      Returns:
      the RestServiceLinkedService object itself.
    • enableServerCertificateValidation

      public Object enableServerCertificateValidation()
      Get the enableServerCertificateValidation property: Whether to validate server side SSL certificate when connecting to the endpoint.The default value is true. Type: boolean (or Expression with resultType boolean).
      Returns:
      the enableServerCertificateValidation value.
    • withEnableServerCertificateValidation

      public RestServiceLinkedService withEnableServerCertificateValidation(Object enableServerCertificateValidation)
      Set the enableServerCertificateValidation property: Whether to validate server side SSL certificate when connecting to the endpoint.The default value is true. Type: boolean (or Expression with resultType boolean).
      Parameters:
      enableServerCertificateValidation - the enableServerCertificateValidation value to set.
      Returns:
      the RestServiceLinkedService object itself.
    • authenticationType

      public RestServiceAuthenticationType authenticationType()
      Get the authenticationType property: Type of authentication used to connect to the REST service.
      Returns:
      the authenticationType value.
    • withAuthenticationType

      public RestServiceLinkedService withAuthenticationType(RestServiceAuthenticationType authenticationType)
      Set the authenticationType property: Type of authentication used to connect to the REST service.
      Parameters:
      authenticationType - the authenticationType value to set.
      Returns:
      the RestServiceLinkedService object itself.
    • username

      public Object username()
      Get the username property: The user name used in Basic authentication type.
      Returns:
      the username value.
    • withUsername

      public RestServiceLinkedService withUsername(Object username)
      Set the username property: The user name used in Basic authentication type.
      Parameters:
      username - the username value to set.
      Returns:
      the RestServiceLinkedService object itself.
    • password

      public SecretBase password()
      Get the password property: The password used in Basic authentication type.
      Returns:
      the password value.
    • withPassword

      public RestServiceLinkedService withPassword(SecretBase password)
      Set the password property: The password used in Basic authentication type.
      Parameters:
      password - the password value to set.
      Returns:
      the RestServiceLinkedService object itself.
    • authHeaders

      public Object authHeaders()
      Get the authHeaders property: The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object).
      Returns:
      the authHeaders value.
    • withAuthHeaders

      public RestServiceLinkedService withAuthHeaders(Object authHeaders)
      Set the authHeaders property: The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object).
      Parameters:
      authHeaders - the authHeaders value to set.
      Returns:
      the RestServiceLinkedService object itself.
    • servicePrincipalId

      public Object servicePrincipalId()
      Get the servicePrincipalId property: The application's client ID used in AadServicePrincipal authentication type.
      Returns:
      the servicePrincipalId value.
    • withServicePrincipalId

      public RestServiceLinkedService withServicePrincipalId(Object servicePrincipalId)
      Set the servicePrincipalId property: The application's client ID used in AadServicePrincipal authentication type.
      Parameters:
      servicePrincipalId - the servicePrincipalId value to set.
      Returns:
      the RestServiceLinkedService object itself.
    • servicePrincipalKey

      public SecretBase servicePrincipalKey()
      Get the servicePrincipalKey property: The application's key used in AadServicePrincipal authentication type.
      Returns:
      the servicePrincipalKey value.
    • withServicePrincipalKey

      public RestServiceLinkedService withServicePrincipalKey(SecretBase servicePrincipalKey)
      Set the servicePrincipalKey property: The application's key used in AadServicePrincipal authentication type.
      Parameters:
      servicePrincipalKey - the servicePrincipalKey value to set.
      Returns:
      the RestServiceLinkedService object itself.
    • tenant

      public Object tenant()
      Get the tenant property: The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides.
      Returns:
      the tenant value.
    • withTenant

      public RestServiceLinkedService withTenant(Object tenant)
      Set the tenant property: The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides.
      Parameters:
      tenant - the tenant value to set.
      Returns:
      the RestServiceLinkedService object itself.
    • azureCloudType

      public Object azureCloudType()
      Get the azureCloudType property: Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).
      Returns:
      the azureCloudType value.
    • withAzureCloudType

      public RestServiceLinkedService withAzureCloudType(Object azureCloudType)
      Set the azureCloudType property: Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).
      Parameters:
      azureCloudType - the azureCloudType value to set.
      Returns:
      the RestServiceLinkedService object itself.
    • aadResourceId

      public Object aadResourceId()
      Get the aadResourceId property: The resource you are requesting authorization to use.
      Returns:
      the aadResourceId value.
    • withAadResourceId

      public RestServiceLinkedService withAadResourceId(Object aadResourceId)
      Set the aadResourceId property: The resource you are requesting authorization to use.
      Parameters:
      aadResourceId - the aadResourceId value to set.
      Returns:
      the RestServiceLinkedService 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 RestServiceLinkedService 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 RestServiceLinkedService object itself.
    • credential

      public CredentialReference credential()
      Get the credential property: The credential reference containing authentication information.
      Returns:
      the credential value.
    • withCredential

      public RestServiceLinkedService withCredential(CredentialReference credential)
      Set the credential property: The credential reference containing authentication information.
      Parameters:
      credential - the credential value to set.
      Returns:
      the RestServiceLinkedService object itself.
    • clientId

      public Object clientId()
      Get the clientId property: The client ID associated with your application. Type: string (or Expression with resultType string).
      Returns:
      the clientId value.
    • withClientId

      public RestServiceLinkedService withClientId(Object clientId)
      Set the clientId property: The client ID associated with your application. Type: string (or Expression with resultType string).
      Parameters:
      clientId - the clientId value to set.
      Returns:
      the RestServiceLinkedService object itself.
    • clientSecret

      public SecretBase clientSecret()
      Get the clientSecret property: The client secret associated with your application.
      Returns:
      the clientSecret value.
    • withClientSecret

      public RestServiceLinkedService withClientSecret(SecretBase clientSecret)
      Set the clientSecret property: The client secret associated with your application.
      Parameters:
      clientSecret - the clientSecret value to set.
      Returns:
      the RestServiceLinkedService object itself.
    • tokenEndpoint

      public Object tokenEndpoint()
      Get the tokenEndpoint property: The token endpoint of the authorization server to acquire access token. Type: string (or Expression with resultType string).
      Returns:
      the tokenEndpoint value.
    • withTokenEndpoint

      public RestServiceLinkedService withTokenEndpoint(Object tokenEndpoint)
      Set the tokenEndpoint property: The token endpoint of the authorization server to acquire access token. Type: string (or Expression with resultType string).
      Parameters:
      tokenEndpoint - the tokenEndpoint value to set.
      Returns:
      the RestServiceLinkedService object itself.
    • resource

      public Object resource()
      Get the resource property: The target service or resource to which the access will be requested. Type: string (or Expression with resultType string).
      Returns:
      the resource value.
    • withResource

      public RestServiceLinkedService withResource(Object resource)
      Set the resource property: The target service or resource to which the access will be requested. Type: string (or Expression with resultType string).
      Parameters:
      resource - the resource value to set.
      Returns:
      the RestServiceLinkedService object itself.
    • scope

      public Object scope()
      Get the scope property: The scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string).
      Returns:
      the scope value.
    • withScope

      public RestServiceLinkedService withScope(Object scope)
      Set the scope property: The scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string).
      Parameters:
      scope - the scope value to set.
      Returns:
      the RestServiceLinkedService object itself.
    • validate

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