JobGetResponse.Job Property
Optional. Gets or sets a job.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public Job Job { get; set; }
public:
property Job^ Job {
Job^ get();
void set(Job^ value);
}
member Job : Job with get, set
Public Property Job As Job
Property Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.Job
See Also
JobGetResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top