你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithSystemAssignedIdentityBasedAccessOrCreate.WithSystemAssignedIdentityBasedAccessTo 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
WithSystemAssignedIdentityBasedAccessTo(String, BuiltInRole) |
指定 (本地) 标识分配的虚拟机规模集的系统应具有由资源 ID 标识的 ARM 资源上的角色) 描述的给定访问权限 (。 在规模集 VM 实例上运行的应用程序将具有与 ARM 资源) 角色 (相同的权限。 |
WithSystemAssignedIdentityBasedAccessTo(String, String) |
指定 (本地) 标识分配的虚拟机规模集的系统应具有资源 ID 标识的 ARM 资源上的角色定义) 描述的访问 (。 在规模集 VM 实例上运行的应用程序将具有与 ARM 资源) 角色 (相同的权限。 |
WithSystemAssignedIdentityBasedAccessTo(String, BuiltInRole)
指定 (本地) 标识分配的虚拟机规模集的系统应具有由资源 ID 标识的 ARM 资源上的角色) 描述的给定访问权限 (。 在规模集 VM 实例上运行的应用程序将具有与 ARM 资源) 角色 (相同的权限。
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithSystemAssignedIdentityBasedAccessOrCreate 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.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithSystemAssignedIdentityBasedAccessOrCreate
Public Function WithSystemAssignedIdentityBasedAccessTo (resourceId As String, role As BuiltInRole) As IWithSystemAssignedIdentityBasedAccessOrCreate
参数
- resourceId
- String
资源的 ARM 标识符。
- role
- BuiltInRole
要分配给规模集本地标识的访问角色。
返回
适用于
WithSystemAssignedIdentityBasedAccessTo(String, String)
指定 (本地) 标识分配的虚拟机规模集的系统应具有资源 ID 标识的 ARM 资源上的角色定义) 描述的访问 (。 在规模集 VM 实例上运行的应用程序将具有与 ARM 资源) 角色 (相同的权限。
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithSystemAssignedIdentityBasedAccessOrCreate WithSystemAssignedIdentityBasedAccessTo (string resourceId, string roleDefinitionId);
abstract member WithSystemAssignedIdentityBasedAccessTo : string * string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithSystemAssignedIdentityBasedAccessOrCreate
Public Function WithSystemAssignedIdentityBasedAccessTo (resourceId As String, roleDefinitionId As String) As IWithSystemAssignedIdentityBasedAccessOrCreate
参数
- resourceId
- String
以 ARM 资源 ID 格式表示的访问范围。
- roleDefinitionId
- String
要分配给规模集本地标识的访问角色定义。