GoalAssignmentProperties(ResourceIdentifier, GoalAssignmentType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of GoalAssignmentProperties.
public GoalAssignmentProperties(Azure.Core.ResourceIdentifier goalTemplateId, Azure.ResourceManager.ResilienceManagement.Models.GoalAssignmentType goalAssignmentType);
new Azure.ResourceManager.ResilienceManagement.Models.GoalAssignmentProperties : Azure.Core.ResourceIdentifier * Azure.ResourceManager.ResilienceManagement.Models.GoalAssignmentType -> Azure.ResourceManager.ResilienceManagement.Models.GoalAssignmentProperties
Public Sub New (goalTemplateId As ResourceIdentifier, goalAssignmentType As GoalAssignmentType)
Parameters
- goalTemplateId
- ResourceIdentifier
Arm id of the goal template.
- goalAssignmentType
- GoalAssignmentType
The type of goal assignment.
Exceptions
goalTemplateId is null.