Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.21 KB

File metadata and controls

44 lines (36 loc) · 1.21 KB
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

campaignSchedule resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a schedule for launching a campaign.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.campaignSchedule",
  "completionDateTime": "String (timestamp)",
  "launchDateTime": "String (timestamp)",
  "status": "String"
}