你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithSystemAssignedIdentityBasedAccessOrCreate.WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole) |
指定具有当前资源组访问权限且具有指定角色的系统分配托管服务标识。 |
WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String) |
指定系统分配的托管服务标识,该标识有权访问当前资源组,并具有 ID 中的指定角色。 |
WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(BuiltInRole)
指定具有当前资源组访问权限且具有指定角色的系统分配托管服务标识。
public Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithSystemAssignedIdentityBasedAccessOrCreate WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup (Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole role);
abstract member WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup : Microsoft.Azure.Management.Graph.RBAC.Fluent.BuiltInRole -> Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithSystemAssignedIdentityBasedAccessOrCreate
Public Function WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup (role As BuiltInRole) As IWithSystemAssignedIdentityBasedAccessOrCreate
参数
- role
- BuiltInRole
要分配给标识的访问角色。
返回
定义的下一阶段。
实现
适用于
WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup(String)
指定系统分配的托管服务标识,该标识有权访问当前资源组,并具有 ID 中的指定角色。
public Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithSystemAssignedIdentityBasedAccessOrCreate WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup (string roleDefinitionId);
abstract member WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup : string -> Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithSystemAssignedIdentityBasedAccessOrCreate
Public Function WithSystemAssignedIdentityBasedAccessToCurrentResourceGroup (roleDefinitionId As String) As IWithSystemAssignedIdentityBasedAccessOrCreate
参数
- roleDefinitionId
- String
要分配给标识的访问角色的 ID。
返回
定义的下一阶段。