次の方法で共有


WebBasicAuthentication クラス

定義

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

public class WebBasicAuthentication : Azure.ResourceManager.DataFactory.Models.WebLinkedServiceTypeProperties
type WebBasicAuthentication = class
    inherit WebLinkedServiceTypeProperties
Public Class WebBasicAuthentication
Inherits WebLinkedServiceTypeProperties
継承
WebBasicAuthentication

コンストラクター

WebBasicAuthentication(DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecretBaseDefinition)

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

プロパティ

Password

基本認証のパスワード。

Uri

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

(継承元 WebLinkedServiceTypeProperties)
Username

基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。

適用対象