Skip to main content

SearchCriteriaQuery

Properties

NameTypeDescriptionNotes
QueryStringA structured query for advanced search.[optional]

Examples

  • Prepare the resource
$SearchCriteriaQuery = Initialize-BetaSearchCriteriaQuery  -Query status:active
  • Convert the resource to JSON
$SearchCriteriaQuery | ConvertTo-JSON

[Back to top]