WebAnonymousAuthentication Class

Definition

A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint.

public class WebAnonymousAuthentication : Azure.ResourceManager.DataFactory.Models.WebLinkedServiceTypeProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.WebAnonymousAuthentication>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.WebAnonymousAuthentication>
public class WebAnonymousAuthentication : Azure.ResourceManager.DataFactory.Models.WebLinkedServiceTypeProperties
type WebAnonymousAuthentication = class
    inherit WebLinkedServiceTypeProperties
    interface IJsonModel<WebAnonymousAuthentication>
    interface IPersistableModel<WebAnonymousAuthentication>
type WebAnonymousAuthentication = class
    inherit WebLinkedServiceTypeProperties
Public Class WebAnonymousAuthentication
Inherits WebLinkedServiceTypeProperties
Implements IJsonModel(Of WebAnonymousAuthentication), IPersistableModel(Of WebAnonymousAuthentication)
Public Class WebAnonymousAuthentication
Inherits WebLinkedServiceTypeProperties
Inheritance
WebAnonymousAuthentication
Implements

Constructors

WebAnonymousAuthentication(DataFactoryElement<String>)

Initializes a new instance of WebAnonymousAuthentication.

Properties

Uri

The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string).

(Inherited from WebLinkedServiceTypeProperties)

Explicit Interface Implementations

IJsonModel<WebAnonymousAuthentication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WebAnonymousAuthentication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<WebLinkedServiceTypeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from WebLinkedServiceTypeProperties)
IJsonModel<WebLinkedServiceTypeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from WebLinkedServiceTypeProperties)
IPersistableModel<WebAnonymousAuthentication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebAnonymousAuthentication>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WebAnonymousAuthentication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<WebLinkedServiceTypeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from WebLinkedServiceTypeProperties)
IPersistableModel<WebLinkedServiceTypeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from WebLinkedServiceTypeProperties)
IPersistableModel<WebLinkedServiceTypeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from WebLinkedServiceTypeProperties)

Applies to