GoalResourceProperties interface
Definition of goal assignment property.
Properties
| disaster |
Flag which depicts whether the Arm resource is manually attested for disaster recovery recommendation. |
| disaster |
Flag which depicts whether the Arm resource is excluded for disaster recovery recommendation. |
| exclusion |
Reason for exclusion from disaster recovery goals. |
| exclusion |
Reason for exclusion from high availability goals. |
| high |
Flag which depicts whether the Arm resource is manually attested for high availability recommendation. |
| high |
Flag which depicts whether the Arm resource is excluded for high availability recommendation. |
| provisioning |
Provisioning state |
| resource |
Arm Id of resource under the SG for which the extension resource is maintained. |
| service |
List of service groups of which this resource is memberof. |
| user |
List of user confirmations for high availability solutions. |
Property Details
disasterRecoveryAttestationStatus
Flag which depicts whether the Arm resource is manually attested for disaster recovery recommendation.
disasterRecoveryAttestationStatus?: string
Property Value
string
disasterRecoveryGoalParticipation
Flag which depicts whether the Arm resource is excluded for disaster recovery recommendation.
disasterRecoveryGoalParticipation?: string
Property Value
string
exclusionReasonForDisasterRecoveryGoals
Reason for exclusion from disaster recovery goals.
exclusionReasonForDisasterRecoveryGoals?: string
Property Value
string
exclusionReasonForHighAvailabilityGoals
Reason for exclusion from high availability goals.
exclusionReasonForHighAvailabilityGoals?: string
Property Value
string
highAvailabilityAttestationStatus
Flag which depicts whether the Arm resource is manually attested for high availability recommendation.
highAvailabilityAttestationStatus: string
Property Value
string
highAvailabilityGoalParticipation
Flag which depicts whether the Arm resource is excluded for high availability recommendation.
highAvailabilityGoalParticipation: string
Property Value
string
provisioningState
Provisioning state
provisioningState?: string
Property Value
string
resourceArmId
Arm Id of resource under the SG for which the extension resource is maintained.
resourceArmId: string
Property Value
string
serviceGroupMemberships
List of service groups of which this resource is memberof.
serviceGroupMemberships?: ServiceGroupMembership[]
Property Value
userConfirmationForHighAvailability
List of user confirmations for high availability solutions.
userConfirmationForHighAvailability?: UserConfirmationForHighAvailabilityItem[]