次の方法で共有


IWithUserAssignedManagedServiceIdentityBasedAccess<FluentT>.WithNewUserAssignedManagedServiceIdentity メソッド

定義

Web アプリに関連付ける、まだ作成されていないユーザー割り当て ID の定義を指定します。

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithNewUserAssignedManagedServiceIdentity (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Msi.Fluent.IIdentity> creatableIdentity);
abstract member WithNewUserAssignedManagedServiceIdentity : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Msi.Fluent.IIdentity> -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithNewUserAssignedManagedServiceIdentity (creatableIdentity As ICreatable(Of IIdentity)) As IUpdate(Of FluentT)

パラメーター

creatableIdentity
ICreatable<Microsoft.Azure.Management.Msi.Fluent.IIdentity>

作成可能な ID 定義。

戻り値

適用対象