JobHttpRequest.Authentication 属性

 

可选。 获取或设置请求身份验证。

命名空间:   Microsoft.WindowsAzure.Scheduler.Models
程序集:  Microsoft.WindowsAzure.Management.Scheduler(Microsoft.WindowsAzure.Management.Scheduler.dll 中)

语法

public HttpAuthentication Authentication { get; set; }
public:
property HttpAuthentication^ Authentication {
    HttpAuthentication^ get();
    void set(HttpAuthentication^ value);
}
member Authentication : HttpAuthentication with get, set
Public Property Authentication As HttpAuthentication

属性值

Type: Microsoft.WindowsAzure.Scheduler.Models.HttpAuthentication

请参阅

JobHttpRequest 类
Microsoft.WindowsAzure.Scheduler.Models 命名空间

返回页首