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

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

Public Methods

Method Description
JobStreamRecord ( ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the JobStreamRecord class.

JobStreamRecord ( Microsoft.Azure.Management.Automation jobStream, string resourceGroupName, string automationAccountName, System.Guid jobId ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the JobStreamRecord class.

Method Details

JobStreamRecord() public method

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

JobStreamRecord() public method

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