共用方式為


IWithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT>.WithNewUserAssignedManagedServiceIdentity 方法

定義

指定要與 Web 應用程式相關聯的尚未建立使用者指派身分識別的定義。

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithUserAssignedManagedServiceIdentityBasedAccessOrCreate<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.Definition.IWithUserAssignedManagedServiceIdentityBasedAccessOrCreate<'FluentT>
Public Function WithNewUserAssignedManagedServiceIdentity (creatableIdentity As ICreatable(Of IIdentity)) As IWithUserAssignedManagedServiceIdentityBasedAccessOrCreate(Of FluentT)

參數

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

可建立的身分識別定義。

傳回

適用於