ImageTemplateIdentity interface
映像模板的标识。
属性
| type | 用于映像模板的标识类型。 类型“None”将从映像模板中删除任何标识。 |
| user |
与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将为 ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 字典值可以是请求中的空对象({})。 |
属性详细信息
type
userAssignedIdentities
与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将为 ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 字典值可以是请求中的空对象({})。
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity}
属性值
{[propertyName: string]: UserAssignedIdentity}