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.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebAnonymousAuthentication+WebAnonymousAuthenticationConverter))]
public class WebAnonymousAuthentication : Azure.Analytics.Synapse.Artifacts.Models.WebLinkedServiceTypeProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebAnonymousAuthentication+WebAnonymousAuthenticationConverter))>]
type WebAnonymousAuthentication = class
inherit WebLinkedServiceTypeProperties
Public Class WebAnonymousAuthentication
Inherits WebLinkedServiceTypeProperties
- Inheritance
- Attributes
Constructors
WebAnonymousAuthentication(Object) |
Initializes a new instance of WebAnonymousAuthentication. |
Properties
Url |
The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string). (Inherited from WebLinkedServiceTypeProperties) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET