你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithSystemAssignedIdentityBasedAccessOrApply.WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup 方法

定义

重载

WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole)

指定 (本地) 标识分配的虚拟机规模集的系统应具有虚拟机所在资源组上的角色) 描述的给定访问权限 (。 规模集 VM 实例上运行的应用程序将具有相同的权限, (资源组上的角色) 。

WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String)

指定 (本地) 标识分配的虚拟机规模集的系统应具有虚拟机所在资源组上的角色定义) 描述的访问 (。 规模集 VM 实例上运行的应用程序将具有相同的权限, (资源组上的角色) 。

WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole)

指定 (本地) 标识分配的虚拟机规模集的系统应具有虚拟机所在资源组上的角色) 描述的给定访问权限 (。 规模集 VM 实例上运行的应用程序将具有相同的权限, (资源组上的角色) 。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithSystemAssignedIdentityBasedAccessOrApply WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup (Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole role);
abstract member WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup : Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithSystemAssignedIdentityBasedAccessOrApply
Public Function WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup (role As BuiltInRole) As IWithSystemAssignedIdentityBasedAccessOrApply

参数

role
BuiltInRole

要分配给规模集本地标识的访问角色。

返回

适用于

WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String)

指定 (本地) 标识分配的虚拟机规模集的系统应具有虚拟机所在资源组上的角色定义) 描述的访问 (。 规模集 VM 实例上运行的应用程序将具有相同的权限, (资源组上的角色) 。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithSystemAssignedIdentityBasedAccessOrApply WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup (string roleDefinitionId);
abstract member WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithSystemAssignedIdentityBasedAccessOrApply
Public Function WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup (roleDefinitionId As String) As IWithSystemAssignedIdentityBasedAccessOrApply

参数

roleDefinitionId
String

要分配给规模集本地标识的访问角色定义。

返回

适用于