Skip to main content

Campaign2AllOfSourceOwnerCampaignInfo

Properties

NameTypeDescriptionNotes
SourceIds[]StringThe list of sources to be included in the campaign.[optional]

Examples

  • Prepare the resource
$Campaign2AllOfSourceOwnerCampaignInfo = Initialize-Campaign2AllOfSourceOwnerCampaignInfo  -SourceIds ["0fbe863c063c4c88a35fd7f17e8a3df5"]
  • Convert the resource to JSON
$Campaign2AllOfSourceOwnerCampaignInfo | ConvertTo-JSON

[Back to top]