次の方法で共有


IWithUserAssignedManagedServiceIdentityBasedAccess<FluentT>.WithExistingUserAssignedManagedServiceIdentity メソッド

定義

Web アプリに関連付ける既存のユーザー割り当て ID を指定します。

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithExistingUserAssignedManagedServiceIdentity (Microsoft.Azure.Management.Msi.Fluent.IIdentity identity);
abstract member WithExistingUserAssignedManagedServiceIdentity : Microsoft.Azure.Management.Msi.Fluent.IIdentity -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithExistingUserAssignedManagedServiceIdentity (identity As IIdentity) As IUpdate(Of FluentT)

パラメーター

identity
Microsoft.Azure.Management.Msi.Fluent.IIdentity

ID。

戻り値

適用対象