次の方法で共有


BasicAuthentication クラス

定義

ジョブの基本認証

public class BasicAuthentication : Microsoft.WindowsAzure.Scheduler.Models.HttpAuthentication
type BasicAuthentication = class
    inherit HttpAuthentication
Public Class BasicAuthentication
Inherits HttpAuthentication
継承
BasicAuthentication

コンストラクター

BasicAuthentication()

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

BasicAuthentication(String)

必須の引数を使用して、BasicAuthentication クラスの新しいインスタンスを初期化します。

プロパティ

Password

省略可能。 パスワードを取得します。値の設定も可能です。

Type

省略可能。 認証の種類を指定します

(継承元 HttpAuthentication)
Username

必須。 ユーザー名を取得または設定します。

適用対象