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()
      Creates an instance of AzureSynapseArtifactsLinkedServiceTypeProperties class.
  • 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.
    • workspaceResourceId

      public Object workspaceResourceId()
      Get the workspaceResourceId property: The resource ID of the Synapse workspace. The format should be: /subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}. Type: string (or Expression with resultType string).
      Returns:
      the workspaceResourceId value.
    • withWorkspaceResourceId

      public AzureSynapseArtifactsLinkedServiceTypeProperties withWorkspaceResourceId(Object workspaceResourceId)
      Set the workspaceResourceId property: The resource ID of the Synapse workspace. The format should be: /subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}. Type: string (or Expression with resultType string).
      Parameters:
      workspaceResourceId - the workspaceResourceId value to set.
      Returns:
      the AzureSynapseArtifactsLinkedServiceTypeProperties object itself.
    • validate

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