IServicePrincipal 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’un principal de service Azure AD.
public interface IServicePrincipal : Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryObject, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ServicePrincipalInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IUpdate>
type IServicePrincipal = interface
interface IBeta
interface IActiveDirectoryObject
interface IIndexable
interface IHasId
interface IHasName
interface IHasManager<GraphRbacManager>
interface IHasInner<ServicePrincipalInner>
interface IUpdatable<IUpdate>
Public Interface IServicePrincipal
Implements IActiveDirectoryObject, IBeta, IHasId, IHasInner(Of ServicePrincipalInner), IHasManager(Of GraphRbacManager), IHasName, IIndexable, IUpdatable(Of IUpdate)
- Dérivé
- Implémente
Propriétés
ApplicationId |
Obtient l’ID d’application. |
CertificateCredentials |
Obtient le mappage des informations d’identification de certificat à partir de leurs ID. |
Id |
Obtient la chaîne d’ID de ressource (Hérité de IHasId) |
Inner |
Représentation côté client immuable d’un principal de service Azure AD. (Hérité de IHasInner<T>) |
Key |
Représentation côté client immuable d’un principal de service Azure AD. (Hérité de IIndexable) |
Manager |
Obtient le type de client manager de ce type de ressource. (Hérité de IHasManager<ManagerT>) |
Name |
Obtient le nom de la ressource (Hérité de IHasName) |
PasswordCredentials |
Obtient le mappage des informations d’identification de mot de passe à partir de leurs ID. |
RoleAssignments |
Obtient le mappage des étendues aux attributions de rôles. |
ServicePrincipalNames |
Obtient la liste des noms. |
Méthodes
Update() |
Représentation côté client immuable d’un principal de service Azure AD. (Hérité de IUpdatable<T>) |
S’applique à
Azure SDK for .NET