WebAnonymousAuthentication クラス

定義

匿名認証を使用して HTTP エンドポイントと通信する WebLinkedService。

[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
継承
WebAnonymousAuthentication
属性

コンストラクター

WebAnonymousAuthentication(Object)

WebAnonymousAuthentication の新しいインスタンスを初期化します。

プロパティ

Url

Web サービス エンドポイントの URL (例: http://www.microsoft.com )。 型: string (または resultType 文字列を含む式)。

(継承元 WebLinkedServiceTypeProperties)

適用対象