次の方法で共有


ServicePrincipalImpl.IWithApplicationBeta.WithExistingApplication メソッド

定義

オーバーロード

IWithApplicationBeta.WithExistingApplication(IActiveDirectoryApplication)

サービス プリンシパルで使用する既存のアプリケーションを指定します。

IWithApplicationBeta.WithExistingApplication(String)

既存のアプリケーションをアプリ ID で指定します。

IWithApplicationBeta.WithExistingApplication(IActiveDirectoryApplication)

サービス プリンシパルで使用する既存のアプリケーションを指定します。

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

パラメーター

application
IActiveDirectoryApplication

アプリケーション。

戻り値

実装

適用対象

IWithApplicationBeta.WithExistingApplication(String)

既存のアプリケーションをアプリ 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

パラメーター

id
String

アプリケーションのアプリ ID。

戻り値

実装

適用対象