JobRecurrenceInformation.RecurrenceId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the recurrence identifier (a GUID), unique per activity/script, regardless of iterations. This is something to link different occurrences of the same job together.
[Newtonsoft.Json.JsonProperty(PropertyName="recurrenceId")]
public Guid? RecurrenceId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="recurrenceId")>]
member this.RecurrenceId : Nullable<Guid>
Public ReadOnly Property RecurrenceId As Nullable(Of Guid)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET