| title | campaignSchedule resource type |
|---|---|
| description | Represents a schedule for launching a campaign. |
| author | akgraph |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 06/10/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a schedule for launching a campaign.
| Property | Type | Description |
|---|---|---|
| completionDateTime | DateTimeOffset | The date and time at which the campaign completed. |
| launchDateTime | DateTimeOffset | The date and time at which the campaign was launched. |
| status | campaignStatus | The current state of the campaign. The possible values are: unknown, draft, inProgress, scheduled, completed, failed, cancelled, excluded, deleted, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.campaignSchedule",
"completionDateTime": "String (timestamp)",
"launchDateTime": "String (timestamp)",
"status": "String"
}