IBlank 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.
Première étape de la définition du principal de service.
public interface IBlank : Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithApplication, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IBlank = interface
interface IWithApplication
interface IWithApplicationBeta
interface IBeta
Public Interface IBlank
Implements IBeta, IWithApplication
- 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