JobStreamRecord Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
JobStreamRecord() |
Initializes a new instance of the JobStreamRecord class. |
JobStreamRecord(JobStream, String, String, Guid) |
Initializes a new instance of the JobStreamRecord class. |
JobStreamRecord()
Initializes a new instance of the JobStreamRecord class.
public JobStreamRecord ();
Public Sub New ()
Applies to
JobStreamRecord(JobStream, String, String, Guid)
Initializes a new instance of the JobStreamRecord class.
public JobStreamRecord (Microsoft.Azure.Management.Automation.Models.JobStream jobStream, string resourceGroupName, string automationAccountName, Guid jobId);
new Microsoft.Azure.Commands.Automation.Model.JobStreamRecord : Microsoft.Azure.Management.Automation.Models.JobStream * string * string * Guid -> Microsoft.Azure.Commands.Automation.Model.JobStreamRecord
Public Sub New (jobStream As JobStream, resourceGroupName As String, automationAccountName As String, jobId As Guid)
Parameters
- jobStream
- JobStream
The job stream.
- resourceGroupName
- String
The resource group name.
- automationAccountName
- String
The automation account name
- jobId
- Guid
The job Id