Class WebAnonymousAuthentication
java.lang.Object
com.azure.resourcemanager.datafactory.models.WebLinkedServiceTypeProperties
com.azure.resourcemanager.datafactory.models.WebAnonymousAuthentication
A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint.
-
Constructor Summary
ConstructorDescriptionCreates an instance of WebAnonymousAuthentication class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.Set the url property: The URL of the web service endpoint, e.g.Methods inherited from class com.azure.resourcemanager.datafactory.models.WebLinkedServiceTypeProperties
url
-
Constructor Details
-
WebAnonymousAuthentication
public WebAnonymousAuthentication()Creates an instance of WebAnonymousAuthentication class.
-
-
Method Details
-
withUrl
Set the url property: The URL of the web service endpoint, e.g. https://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.
-