Share via


CloudJobTerminateParameters.TerminateReason Property

 

Optional. Gets or sets the text you want to appear as the job's TerminateReason. The default is 'UserTerminate'.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public string TerminateReason { get; set; }
public:
property String^ TerminateReason {
    String^ get();
    void set(String^ value);
}
member TerminateReason : string with get, set
Public Property TerminateReason As String

Property Value

Type: System.String

See Also

CloudJobTerminateParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top