BasicAuthentication Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Authentification de base pour le travail
public class BasicAuthentication : Microsoft.WindowsAzure.Scheduler.Models.HttpAuthentication
type BasicAuthentication = class
inherit HttpAuthentication
Public Class BasicAuthentication
Inherits HttpAuthentication
- Héritage
Constructeurs
BasicAuthentication() |
Initialise une nouvelle instance de la classe BasicAuthentication. |
BasicAuthentication(String) |
Initialise une nouvelle instance de la classe BasicAuthentication avec les arguments requis. |
Propriétés
Password |
facultatif. Obtient ou définit le mot de passe. |
Type |
facultatif. Spécifie le type d’authentification (Hérité de HttpAuthentication) |
Username |
Obligatoire. Obtient ou définit le nom d’utilisateur. |
S’applique à
Azure SDK for .NET