Megosztás a következőn keresztül:


BatchStartTaskInfo.Result Property

Definition

The result of the Task execution. If the value is 'failed', then the details of the failure can be found in the failureInfo property.

public Azure.Compute.Batch.BatchTaskExecutionResult? Result { get; }
member this.Result : Nullable<Azure.Compute.Batch.BatchTaskExecutionResult>
Public ReadOnly Property Result As Nullable(Of BatchTaskExecutionResult)

Property Value

Applies to