ServicePrincipalImpl.IWithApplicationBeta.WithExistingApplication Método

Definição

Sobrecargas

IWithApplicationBeta.WithExistingApplication(IActiveDirectoryApplication)

Especifica um aplicativo existente a ser usado pela entidade de serviço.

IWithApplicationBeta.WithExistingApplication(String)

Especifica um aplicativo existente por sua ID de aplicativo.

IWithApplicationBeta.WithExistingApplication(IActiveDirectoryApplication)

Especifica um aplicativo existente a ser usado pela entidade de serviço.

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

Parâmetros

application
IActiveDirectoryApplication

O aplicativo.

Retornos

Implementações

Aplica-se a

IWithApplicationBeta.WithExistingApplication(String)

Especifica um aplicativo existente por sua ID de aplicativo.

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

Parâmetros

id
String

A ID do aplicativo.

Retornos

Implementações

Aplica-se a