AccountUpdateParameters interface
The account update properties.
Properties
identity | Identity related info to add/remove userAssignedIdentities. |
properties | The account properties. |
tags | Tags on the azure resource. |
Property Details
identity
Identity related info to add/remove userAssignedIdentities.
identity?: Identity
Property Value
properties
tags
Tags on the azure resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}