ServicePrincipalImpl.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(String) | |
WithExistingApplication(IActiveDirectoryApplication) |
WithExistingApplication(String)
public Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipalImpl WithExistingApplication (string id);
member this.WithExistingApplication : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipalImpl
Public Function WithExistingApplication (id As String) As ServicePrincipalImpl
Paramètres
- id
- String
Retours
S’applique à
WithExistingApplication(IActiveDirectoryApplication)
public Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipalImpl WithExistingApplication (Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication application);
member this.WithExistingApplication : Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipalImpl
Public Function WithExistingApplication (application As IActiveDirectoryApplication) As ServicePrincipalImpl
Paramètres
- application
- IActiveDirectoryApplication
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET