Method | Description | |
---|---|---|
JobStream ( ) : Microsoft.Azure.Commands.Automation.Common |
Initializes a new instance of the JobStream class.
|
|
JobStream ( Microsoft.Azure.Management.Automation jobStream, string resourceGroupName, string automationAccountName, System.Guid jobId ) : Microsoft.Azure.Commands.Automation.Common |
Initializes a new instance of the JobStream class.
|
public JobStream ( ) : Microsoft.Azure.Commands.Automation.Common | ||
return | Microsoft.Azure.Commands.Automation.Common |
public JobStream ( Microsoft.Azure.Management.Automation jobStream, string resourceGroupName, string automationAccountName, System.Guid jobId ) : Microsoft.Azure.Commands.Automation.Common | ||
jobStream | Microsoft.Azure.Management.Automation | /// The job stream. /// |
resourceGroupName | string | /// The resource group name. /// |
automationAccountName | string | /// The automation account name /// |
jobId | System.Guid | /// The job Id /// |
return | Microsoft.Azure.Commands.Automation.Common |