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

ImageTemplateIdentity interface

映像模板的标识。

属性

type

用于映像模板的标识类型。 类型“None”将从映像模板中删除任何标识。

userAssignedIdentities

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

属性详细信息

type

用于映像模板的标识类型。 类型“None”将从映像模板中删除任何标识。

type?: ResourceIdentityType

属性值

userAssignedIdentities

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

userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity}

属性值

{[propertyName: string]: UserAssignedIdentity}