JobHttpRequest.Body Property

 

Optional. Gets or sets the request body.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

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

Property Value

Type: System.String

See Also

JobHttpRequest Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top