ProfileUpdateModel interface
Defines modifiable attributes of a Profile
Properties
enabled |
The enabled state of the Profile |
tags | Resource tags. |
Property Details
enabledState
The enabled state of the Profile
enabledState?: string
Property Value
string
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}