Class WebAnonymousAuthentication
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.WebLinkedServiceTypeProperties
-
- com.azure.resourcemanager.datafactory.models.WebAnonymousAuthentication
-
public final class WebAnonymousAuthentication extends WebLinkedServiceTypeProperties
A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint.
-
-
Constructor Summary
Constructors Constructor Description WebAnonymousAuthentication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate()
Validates the instance.WebAnonymousAuthentication
withUrl(Object url)
Set the url property: The URL of the web service endpoint, e.g.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.WebLinkedServiceTypeProperties
url
-
-
-
-
Method Detail
-
withUrl
public WebAnonymousAuthentication withUrl(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).- Overrides:
withUrl
in classWebLinkedServiceTypeProperties
- Parameters:
url
- the url value to set.- Returns:
- the WebLinkedServiceTypeProperties object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classWebLinkedServiceTypeProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-