SourceControlSyncJob 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
SourceControlSyncJob() |
Initializes a new instance of the SourceControlSyncJob class. |
SourceControlSyncJob(String, String, String, SourceControlSyncJob) |
Initializes a new instance of the SourceControlSyncJob class. |
SourceControlSyncJob()
Initializes a new instance of the SourceControlSyncJob class.
public SourceControlSyncJob ();
Public Sub New ()
Applies to
SourceControlSyncJob(String, String, String, SourceControlSyncJob)
Initializes a new instance of the SourceControlSyncJob class.
public SourceControlSyncJob (string resourceGroupName, string automationAccountName, string sourceControlName, Microsoft.Azure.Management.Automation.Models.SourceControlSyncJob syncJob);
new Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJob : string * string * string * Microsoft.Azure.Management.Automation.Models.SourceControlSyncJob -> Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJob
Public Sub New (resourceGroupName As String, automationAccountName As String, sourceControlName As String, syncJob As SourceControlSyncJob)
Parameters
- resourceGroupName
- String
The resource group name.
- automationAccountName
- String
The automation account name.
- sourceControlName
- String
The sourceControl name.
- syncJob
- SourceControlSyncJob
The SourceControlSyncJob object.