Skip to main content

EntitlementRecommendationAssignResult

Properties

NameTypeDescriptionNotes
BatchIdStringThe unique identifier of the assignment batch created by this request.[optional]

Examples

  • Prepare the resource
$EntitlementRecommendationAssignResult = Initialize-EntitlementRecommendationAssignResult  -BatchId 770e8400-e29b-41d4-a716-446655440099
  • Convert the resource to JSON
$EntitlementRecommendationAssignResult | ConvertTo-JSON

[Back to top]