Skip to main content

SedBatchRequest

Properties

NameTypeDescriptionNotes
Entitlements[]Stringlist of entitlement ids[optional]
Seds[]Stringlist of sed ids[optional]
SearchCriteriamap[string]SearchCriteriaSearch criteria for the batch request.[optional]

Examples

  • Prepare the resource
$SedBatchRequest = Initialize-BetaSedBatchRequest  -Entitlements null `
-Seds null `
-SearchCriteria null
  • Convert the resource to JSON
$SedBatchRequest | ConvertTo-JSON

[Back to top]