你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.