GoalAssignmentProperties interface
Definition of goal assignment property.
Properties
| error |
Details of any errors encountered during the operation. |
| goal |
The type of goal assignment. |
| goal |
Arm id of the goal template. |
| provisioning |
Provisioning state |
| service |
List of service level resources. |
Property Details
errorDetails
Details of any errors encountered during the operation.
errorDetails?: ErrorDetail
Property Value
goalAssignmentType
The type of goal assignment.
goalAssignmentType: string
Property Value
string
goalTemplateId
Arm id of the goal template.
goalTemplateId: string
Property Value
string
provisioningState
Provisioning state
provisioningState?: string
Property Value
string
serviceLevelResources
List of service level resources.
serviceLevelResources?: ServiceLevelResource[]