SourceControlSyncJobStreamRecord 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
SourceControlSyncJobStreamRecord() |
Initializes a new instance of the JobStreamRecord class. |
SourceControlSyncJobStreamRecord(SourceControlSyncJobStreamById, String, String, String, Guid) |
Initializes a new instance of the SourceControlSyncJobStreamRecord class. |
SourceControlSyncJobStreamRecord()
Initializes a new instance of the JobStreamRecord class.
public SourceControlSyncJobStreamRecord ();
Public Sub New ()
Applies to
SourceControlSyncJobStreamRecord(SourceControlSyncJobStreamById, String, String, String, Guid)
Initializes a new instance of the SourceControlSyncJobStreamRecord class.
public SourceControlSyncJobStreamRecord (Microsoft.Azure.Management.Automation.Models.SourceControlSyncJobStreamById syncJobStream, string resourceGroupName, string automationAccountName, string sourceControlName, Guid sourceControlSyncJobId);
new Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJobStreamRecord : Microsoft.Azure.Management.Automation.Models.SourceControlSyncJobStreamById * string * string * string * Guid -> Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJobStreamRecord
Public Sub New (syncJobStream As SourceControlSyncJobStreamById, resourceGroupName As String, automationAccountName As String, sourceControlName As String, sourceControlSyncJobId As Guid)
Parameters
- syncJobStream
- SourceControlSyncJobStreamById
The source control job stream.
- resourceGroupName
- String
The resource group name.
- automationAccountName
- String
The automation account name.
- sourceControlName
- String
The source control name.
- sourceControlSyncJobId
- Guid
The job Id.