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

MobileNetworkManagedServiceIdentity 类

定义

托管服务标识 (用户分配的标识) 。

public class MobileNetworkManagedServiceIdentity
type MobileNetworkManagedServiceIdentity = class
Public Class MobileNetworkManagedServiceIdentity
继承
MobileNetworkManagedServiceIdentity

构造函数

MobileNetworkManagedServiceIdentity(MobileNetworkManagedServiceIdentityType)

初始化 MobileNetworkManagedServiceIdentity 的新实例。

属性

IdentityType

托管服务标识的类型 (目前仅允许 UserAssigned) 。

UserAssignedIdentities

与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将是采用以下格式的 ARM 资源 ID:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是请求中 ({}) 的空对象。

适用于