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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET