Share via


IWithApplicationBeta.WithNewApplication Methode

Definition

Überlädt

WithNewApplication(ICreatable<IActiveDirectoryApplication>)

Gibt eine neue Anwendung an, die vom Dienstprinzipal erstellt und verwendet werden soll.

WithNewApplication(String)

Gibt eine neue Anwendung an, die vom Dienstprinzipal erstellt und verwendet werden soll.

WithNewApplication(ICreatable<IActiveDirectoryApplication>)

Gibt eine neue Anwendung an, die vom Dienstprinzipal erstellt und verwendet werden soll.

public Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate WithNewApplication (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication> applicationCreatable);
abstract member WithNewApplication : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate
Public Function WithNewApplication (applicationCreatable As ICreatable(Of IActiveDirectoryApplication)) As IWithCreate

Parameter

applicationCreatable
ICreatable<IActiveDirectoryApplication>

Die neue Anwendung ist erstellbar.

Gibt zurück

Gilt für:

WithNewApplication(String)

Gibt eine neue Anwendung an, die vom Dienstprinzipal erstellt und verwendet werden soll.

public Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate WithNewApplication (string signOnUrl);
abstract member WithNewApplication : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate
Public Function WithNewApplication (signOnUrl As String) As IWithCreate

Parameter

signOnUrl
String

Die Anmelde-URL der neuen Anwendung.

Gibt zurück

Gilt für: