JobStream 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
JobStream() |
Initializes a new instance of the JobStream class. |
JobStream(JobStream, String, String, Guid) |
Initializes a new instance of the JobStream class. |
JobStream()
Initializes a new instance of the JobStream class.
public JobStream ();
Public Sub New ()
Applies to
JobStream(JobStream, String, String, Guid)
Initializes a new instance of the JobStream class.
public JobStream (Microsoft.Azure.Management.Automation.Models.JobStream jobStream, string resourceGroupName, string automationAccountName, Guid jobId);
new Microsoft.Azure.Commands.Automation.Model.JobStream : Microsoft.Azure.Management.Automation.Models.JobStream * string * string * Guid -> Microsoft.Azure.Commands.Automation.Model.JobStream
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