IDefinition 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.
Interface de conteneur pour toutes les définitions qui doivent être implémentées.
public interface IDefinition : Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Definition.IBlank, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication>
type IDefinition = interface
interface IBlank
interface IWithSignOnUrl
interface IWithCreate
interface ICreatable<IActiveDirectoryApplication>
interface IIndexable
interface IWithIdentifierUrl
interface IWithReplyUrl
interface IWithCredential
interface IWithMultiTenant
Public Interface IDefinition
Implements IBlank, ICreatable(Of IActiveDirectoryApplication), IWithCreate
- Dérivé
- Implémente
Propriétés
Key |
Interface de conteneur pour toutes les définitions qui doivent être implémentées. (Hérité de IIndexable) |
Name |
Obtient le nom de la ressource créatable. (Hérité de ICreatable<T>) |
Méthodes
Create() |
Exécutez la demande de création. (Hérité de ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Place la requête dans la file d’attente et autorise le client HTTP à l’exécuter lorsque des ressources système sont disponibles. (Hérité de ICreatable<T>) |
DefineCertificateCredential() |
Démarre la définition des informations d’identification d’un certificat. (Hérité de IWithCredential) |
DefineCertificateCredential(String) |
Démarre la définition des informations d’identification d’un certificat. (Hérité de IWithCredential) |
DefinePasswordCredential(String) |
Démarre la définition des informations d’identification d’un mot de passe. (Hérité de IWithCredential) |
WithAvailableToOtherTenants(Boolean) |
Spécifie si l’application peut être utilisée dans plusieurs locataires. (Hérité de IWithMultiTenant) |
WithIdentifierUrl(String) |
Ajoute une URL d’identificateur à l’application. (Hérité de IWithIdentifierUrl) |
WithReplyUrl(String) |
Ajoute une URL de réponse à l’application. (Hérité de IWithReplyUrl) |
WithSignOnUrl(String) |
Spécifie l’URL de connexion. (Hérité de IWithSignOnUrl) |
S’applique à
Azure SDK for .NET