FabricModelUpdate interface
Fabric model update.
Properties
| id | Gets or sets the Id of the resource. |
| name | Gets or sets the name of the resource. |
| properties | Fabric model properties. |
| system |
Metadata pertaining to creation and last modification of the resource. |
| tags | Gets or sets the resource tags. |
| type | Gets or sets the type of the resource. |
Property Details
id
Gets or sets the Id of the resource.
id?: string
Property Value
string
name
Gets or sets the name of the resource.
name?: string
Property Value
string
properties
systemData
Metadata pertaining to creation and last modification of the resource.
systemData?: SystemData
Property Value
tags
Gets or sets the resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
type
Gets or sets the type of the resource.
type?: string
Property Value
string