Share via


WebLinkedService.TypeProperties Property

Definition

Web linked service properties. Please note WebLinkedServiceTypeProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include WebAnonymousAuthentication, WebBasicAuthentication and WebClientCertificateAuthentication.

public Azure.ResourceManager.DataFactory.Models.WebLinkedServiceTypeProperties TypeProperties { get; set; }
member this.TypeProperties : Azure.ResourceManager.DataFactory.Models.WebLinkedServiceTypeProperties with get, set
Public Property TypeProperties As WebLinkedServiceTypeProperties

Property Value

Applies to