Class WebLinkedServiceTypeProperties

java.lang.Object
com.azure.analytics.synapse.artifacts.models.WebLinkedServiceTypeProperties
Direct Known Subclasses:
WebAnonymousAuthentication, WebBasicAuthentication, WebClientCertificateAuthentication

public class WebLinkedServiceTypeProperties extends Object
Base definition of WebLinkedServiceTypeProperties, this typeProperties is polymorphic based on authenticationType, so not flattened in SDK models.
  • Constructor Details

    • WebLinkedServiceTypeProperties

      public WebLinkedServiceTypeProperties()
  • Method Details

    • getUrl

      public Object getUrl()
      Get the url property: The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string).
      Returns:
      the url value.
    • setUrl

      Set the url property: The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string).
      Parameters:
      url - the url value to set.
      Returns:
      the WebLinkedServiceTypeProperties object itself.