IWithApplicationBeta.WithExistingApplication Méthode
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.
Surcharges
WithExistingApplication(IActiveDirectoryApplication) |
Spécifie une application existante à utiliser par le principal de service. |
WithExistingApplication(String) |
Spécifie une application existante par son ID d’application. |
WithExistingApplication(IActiveDirectoryApplication)
Spécifie une application existante à utiliser par le principal de service.
public Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate WithExistingApplication (Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication application);
abstract member WithExistingApplication : Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate
Public Function WithExistingApplication (application As IActiveDirectoryApplication) As IWithCreate
Paramètres
- application
- IActiveDirectoryApplication
Application.
Retours
S’applique à
WithExistingApplication(String)
Spécifie une application existante par son ID d’application.
public Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate WithExistingApplication (string id);
abstract member WithExistingApplication : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate
Public Function WithExistingApplication (id As String) As IWithCreate
Paramètres
- id
- String
ID d’application de l’application.
Retours
S’applique à
Azure SDK for .NET