次の方法で共有


ServicePrincipalImpl.WithExistingApplication メソッド

定義

オーバーロード

WithExistingApplication(String)
WithExistingApplication(IActiveDirectoryApplication)

WithExistingApplication(String)

public Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipalImpl WithExistingApplication (string id);
member this.WithExistingApplication : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipalImpl
Public Function WithExistingApplication (id As String) As ServicePrincipalImpl

パラメーター

id
String

戻り値

適用対象

WithExistingApplication(IActiveDirectoryApplication)

public Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipalImpl WithExistingApplication (Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication application);
member this.WithExistingApplication : Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipalImpl
Public Function WithExistingApplication (application As IActiveDirectoryApplication) As ServicePrincipalImpl

パラメーター

戻り値

適用対象