IWithApplication 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.
Définition de principal de service permettant de spécifier l’application.
public interface IWithApplication : Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithApplicationBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithApplication = interface
interface IWithApplicationBeta
interface IBeta
Public Interface IWithApplication
Implements IBeta, IWithApplicationBeta
- Dérivé
- Implémente
Méthodes
WithExistingApplication(IActiveDirectoryApplication) |
Spécifie une application existante à utiliser par le principal de service. (Hérité de IWithApplicationBeta) |
WithExistingApplication(String) |
Spécifie une application existante par son ID d’application. (Hérité de IWithApplicationBeta) |
WithNewApplication(ICreatable<IActiveDirectoryApplication>) |
Spécifie une nouvelle application à créer et à utiliser par le principal de service. (Hérité de IWithApplicationBeta) |
WithNewApplication(String) |
Spécifie une nouvelle application à créer et à utiliser par le principal de service. (Hérité de IWithApplicationBeta) |
S’applique à
Azure SDK for .NET