次の方法で共有


AADOAuthAuthentication クラス

定義

ジョブの Active Directory OAuth 認証

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

コンストラクター

AADOAuthAuthentication()

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

プロパティ

Audience

任意。 対象ユーザーを取得または設定します。

ClientId

任意。 クライアント ID を取得または設定します。

Secret

省略可能。 シークレットを取得または設定します。

Tenant

省略可能。 テナントを取得または設定します。

Type

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

(継承元 HttpAuthentication)

適用対象