你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

适用于