Class WebLinkedServiceTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.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

    • url

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

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

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