JobHttpRequest.Body Propriedade
Opcional. Obtém ou define o corpo da solicitação.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
Consulte também
Classe JobHttpRequest
Namespace Microsoft.WindowsAzure.Scheduler.Models
Retornar ao topo