C# Class Microsoft.Azure.Commands.Automation.Model.JobStream

The Job Stream.
Show file Open project: Azure/azure-powershell

Public Methods

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.

Method Details

JobStream() public method

Initializes a new instance of the JobStream class.
public JobStream ( ) : Microsoft.Azure.Commands.Automation.Common
return Microsoft.Azure.Commands.Automation.Common

JobStream() public method

Initializes a new instance of the JobStream class.
///
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