SourceControlSyncJobCreateParameters 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
SourceControlSyncJobCreateParameters() |
Initializes a new instance of the SourceControlSyncJobCreateParameters class. |
SourceControlSyncJobCreateParameters(String) |
Initializes a new instance of the SourceControlSyncJobCreateParameters class. |
SourceControlSyncJobCreateParameters()
Initializes a new instance of the SourceControlSyncJobCreateParameters class.
public SourceControlSyncJobCreateParameters ();
Public Sub New ()
Applies to
SourceControlSyncJobCreateParameters(String)
Initializes a new instance of the SourceControlSyncJobCreateParameters class.
public SourceControlSyncJobCreateParameters (string commitId);
new Microsoft.Azure.Management.Automation.Models.SourceControlSyncJobCreateParameters : string -> Microsoft.Azure.Management.Automation.Models.SourceControlSyncJobCreateParameters
Public Sub New (commitId As String)
Parameters
- commitId
- String
The commit id of the source control sync job. If not syncing to a commitId, enter an empty string.
Applies to
Azure SDK for .NET