Class WebLinkedServiceTypeProperties

    • Constructor Detail

      • WebLinkedServiceTypeProperties

        public WebLinkedServiceTypeProperties()
    • Method Detail

      • 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

        public WebLinkedServiceTypeProperties setUrl​(Object url)
        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.