CloudJob.JobReleaseTask 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 or sets the Job Release Task.
[Newtonsoft.Json.JsonProperty(PropertyName="jobReleaseTask")]
public Microsoft.Azure.Batch.Protocol.Models.JobReleaseTask JobReleaseTask { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="jobReleaseTask")>]
member this.JobReleaseTask : Microsoft.Azure.Batch.Protocol.Models.JobReleaseTask with get, set
Public Property JobReleaseTask As JobReleaseTask
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
The Job Release Task is a special Task run at the end of the Job on each Compute Node that has run any other Task of the Job.
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