共用方式為


IWithSystemAssignedIdentityBasedAccess<FluentT>.WithSystemAssignedIdentityBasedAccessTo 方法

定義

多載

WithSystemAssignedIdentityBasedAccessTo(String, BuiltInRole)

指定 Web 應用程式的系統指派 (本機) 身分識別應該具有由資源識別碼所識別之 ARM 資源上角色) 所描述的指定存取權 (。 在 Web 應用程式上執行的應用程式,在 ARM 資源上會有相同的許可權 (角色) 。

WithSystemAssignedIdentityBasedAccessTo(String, String)

指定 Web 應用程式的系統指派 (本機) 身分識別應該具有由資源識別碼所識別之 ARM 資源上的角色定義) 所描述的存取權 (。 在 Web 應用程式上執行的應用程式,在 ARM 資源上會有相同的許可權 (角色) 。

WithSystemAssignedIdentityBasedAccessTo(String, BuiltInRole)

指定 Web 應用程式的系統指派 (本機) 身分識別應該具有由資源識別碼所識別之 ARM 資源上角色) 所描述的指定存取權 (。 在 Web 應用程式上執行的應用程式,在 ARM 資源上會有相同的許可權 (角色) 。

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithSystemAssignedIdentityBasedAccessTo (string resourceId, Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole role);
abstract member WithSystemAssignedIdentityBasedAccessTo : string * Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithSystemAssignedIdentityBasedAccessTo (resourceId As String, role As BuiltInRole) As IUpdate(Of FluentT)

參數

resourceId
String

資源的 ARM 識別碼。

role
BuiltInRole

要指派給 Web 應用程式的本機身分識別的存取角色。

傳回

適用於

WithSystemAssignedIdentityBasedAccessTo(String, String)

指定 Web 應用程式的系統指派 (本機) 身分識別應該具有由資源識別碼所識別之 ARM 資源上的角色定義) 所描述的存取權 (。 在 Web 應用程式上執行的應用程式,在 ARM 資源上會有相同的許可權 (角色) 。

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithSystemAssignedIdentityBasedAccessTo (string resourceId, string roleDefinitionId);
abstract member WithSystemAssignedIdentityBasedAccessTo : string * string -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithSystemAssignedIdentityBasedAccessTo (resourceId As String, roleDefinitionId As String) As IUpdate(Of FluentT)

參數

resourceId
String

以 ARM 資源識別碼格式表示的存取範圍。

roleDefinitionId
String

存取指派給 Web 應用程式本機身分識別的角色定義。

傳回

適用於