Class AzureSynapseArtifactsLinkedServiceTypeProperties

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

public final class AzureSynapseArtifactsLinkedServiceTypeProperties extends Object
Azure Synapse Analytics (Artifacts) linked service properties.
  • Constructor Details

    • AzureSynapseArtifactsLinkedServiceTypeProperties

      public AzureSynapseArtifactsLinkedServiceTypeProperties()
  • Method Details

    • endpoint

      public Object endpoint()
      Get the endpoint property: https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace URL. Type: string (or Expression with resultType string).
      Returns:
      the endpoint value.
    • withEndpoint

      Set the endpoint property: https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace URL. Type: string (or Expression with resultType string).
      Parameters:
      endpoint - the endpoint value to set.
      Returns:
      the AzureSynapseArtifactsLinkedServiceTypeProperties object itself.
    • authentication

      public Object authentication()
      Get the authentication property: Required to specify MSI, if using system assigned managed identity as authentication method. Type: string (or Expression with resultType string).
      Returns:
      the authentication value.
    • withAuthentication

      public AzureSynapseArtifactsLinkedServiceTypeProperties withAuthentication(Object authentication)
      Set the authentication property: Required to specify MSI, if using system assigned managed identity as authentication method. Type: string (or Expression with resultType string).
      Parameters:
      authentication - the authentication value to set.
      Returns:
      the AzureSynapseArtifactsLinkedServiceTypeProperties object itself.
    • validate

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