次の方法で共有


IWithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>.WithExistingUserAssignedManagedServiceIdentity メソッド

定義

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

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

パラメーター

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

ID。

戻り値

適用対象