次の方法で共有


WebAnonymousAuthentication クラス

定義

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

[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
継承
WebAnonymousAuthentication
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

WebAnonymousAuthentication()

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

WebAnonymousAuthentication(Object)

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

プロパティ

Url

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

(継承元 WebLinkedServiceTypeProperties)

メソッド

Validate()

オブジェクトを検証します。

適用対象