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

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

必需。 获取或设置用户名。

适用于