ServicePrincipalImpl.IWithApplicationBeta.WithExistingApplication Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET