ICredential Interface
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.
Représentation côté client immuable d’informations d’identification Azure AD.
public interface ICredential : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type ICredential = interface
interface IBeta
interface IIndexable
interface IHasId
interface IHasName
Public Interface ICredential
Implements IBeta, IHasId, IHasName, IIndexable
- Dérivé
- Implémente
Propriétés
EndDate |
Obtient la date de fin. |
Id |
Obtient la chaîne d’ID de ressource (Hérité de IHasId) |
Key |
Représentation côté client immuable d’informations d’identification Azure AD. (Hérité de IIndexable) |
Name |
Obtient le nom de la ressource (Hérité de IHasName) |
StartDate |
Obtient la date de début. |
Value |
Obtient la valeur de clé. |
S’applique à
Azure SDK for .NET