Interface Remediation.UpdateStages.WithPolicyAssignmentId

All Known Subinterfaces:
Remediation.Update
Enclosing interface:
Remediation.UpdateStages

public static interface Remediation.UpdateStages.WithPolicyAssignmentId
The stage of the Remediation update allowing to specify policyAssignmentId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPolicyAssignmentId(String policyAssignmentId)
    Specifies the policyAssignmentId property: The resource ID of the policy assignment that should be remediated..
  • Method Details

    • withPolicyAssignmentId

      Remediation.Update withPolicyAssignmentId(String policyAssignmentId)
      Specifies the policyAssignmentId property: The resource ID of the policy assignment that should be remediated..
      Parameters:
      policyAssignmentId - The resource ID of the policy assignment that should be remediated.
      Returns:
      the next definition stage.