Share via


ServicePrincipalImpl.IWithApplicationBeta.WithExistingApplication Method

Definition

Overloads

IWithApplicationBeta.WithExistingApplication(IActiveDirectoryApplication)

Specifies an existing application to use by the service principal.

IWithApplicationBeta.WithExistingApplication(String)

Specifies an existing application by its app ID.

IWithApplicationBeta.WithExistingApplication(IActiveDirectoryApplication)

Specifies an existing application to use by the service principal.

Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate IWithApplicationBeta.WithExistingApplication (Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication application);
abstract member Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithApplicationBeta.WithExistingApplication : Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate
override this.Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithApplicationBeta.WithExistingApplication : Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate
Function WithExistingApplication (application As IActiveDirectoryApplication) As IWithCreate Implements IWithApplicationBeta.WithExistingApplication

Parameters

application
IActiveDirectoryApplication

The application.

Returns

Implements

Applies to

IWithApplicationBeta.WithExistingApplication(String)

Specifies an existing application by its app ID.

Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate IWithApplicationBeta.WithExistingApplication (string id);
abstract member Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithApplicationBeta.WithExistingApplication : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate
override this.Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithApplicationBeta.WithExistingApplication : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate
Function WithExistingApplication (id As String) As IWithCreate Implements IWithApplicationBeta.WithExistingApplication

Parameters

id
String

The app ID of the application.

Returns

Implements

Applies to