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