IWithApplicationBeta.WithExistingApplication メソッド

定義

オーバーロード

WithExistingApplication(IActiveDirectoryApplication)

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

WithExistingApplication(String)

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

WithExistingApplication(IActiveDirectoryApplication)

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

public Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate WithExistingApplication (Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication application);
abstract member WithExistingApplication : Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate
Public Function WithExistingApplication (application As IActiveDirectoryApplication) As IWithCreate

パラメーター

application
IActiveDirectoryApplication

アプリケーション。

戻り値

適用対象

WithExistingApplication(String)

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

public Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate WithExistingApplication (string id);
abstract member WithExistingApplication : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithCreate
Public Function WithExistingApplication (id As String) As IWithCreate

パラメーター

id
String

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

戻り値

適用対象