Share via


IWithApplicationBeta.WithExistingApplication Methode

Definition

Überlädt

WithExistingApplication(IActiveDirectoryApplication)

Gibt eine vorhandene Anwendung an, die vom Dienstprinzipal verwendet werden soll.

WithExistingApplication(String)

Gibt eine vorhandene Anwendung anhand ihrer App-ID an.

WithExistingApplication(IActiveDirectoryApplication)

Gibt eine vorhandene Anwendung an, die vom Dienstprinzipal verwendet werden soll.

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

Parameter

application
IActiveDirectoryApplication

Die Anwendung.

Gibt zurück

Gilt für:

WithExistingApplication(String)

Gibt eine vorhandene Anwendung anhand ihrer App-ID an.

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

Parameter

id
String

Die App-ID der Anwendung.

Gibt zurück

Gilt für: