Share via


ServicePrincipalImpl.WithExistingApplication Method

Definition

Overloads

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

Parameters

id
String

Returns

Applies to

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

Parameters

Returns

Applies to