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