Compartilhar via


JobHttpRequest.Authentication Propriedade

 

Opcional. Obtém ou define a solicitação de autenticação.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)

Sintaxe

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

Valor de propriedade

Type: Microsoft.WindowsAzure.Scheduler.Models.HttpAuthentication

Consulte também

Classe JobHttpRequest
Namespace Microsoft.WindowsAzure.Scheduler.Models

Retornar ao topo