WebAnonymousAuthentication Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint.
[Newtonsoft.Json.JsonObject("Anonymous")]
public class WebAnonymousAuthentication : Microsoft.Azure.Management.DataFactory.Models.WebLinkedServiceTypeProperties
[<Newtonsoft.Json.JsonObject("Anonymous")>]
type WebAnonymousAuthentication = class
inherit WebLinkedServiceTypeProperties
Public Class WebAnonymousAuthentication
Inherits WebLinkedServiceTypeProperties
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
WebAnonymousAuthentication() |
Initializes a new instance of the WebAnonymousAuthentication class. |
WebAnonymousAuthentication(Object) |
Initializes a new instance of the WebAnonymousAuthentication class. |
Properties
Url |
Gets or sets the URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string). (Inherited from WebLinkedServiceTypeProperties) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET