SourceControlSyncJobOperationsExtensions.Create Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee maakt u de synchronisatietaak voor een broncodebeheer. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations
public static Microsoft.Azure.Management.Automation.Models.SourceControlSyncJob Create(this Microsoft.Azure.Management.Automation.ISourceControlSyncJobOperations operations, string resourceGroupName, string automationAccountName, string sourceControlName, Guid sourceControlSyncJobId, Microsoft.Azure.Management.Automation.Models.SourceControlSyncJobCreateParameters parameters);
static member Create : Microsoft.Azure.Management.Automation.ISourceControlSyncJobOperations * string * string * string * Guid * Microsoft.Azure.Management.Automation.Models.SourceControlSyncJobCreateParameters -> Microsoft.Azure.Management.Automation.Models.SourceControlSyncJob
<Extension()>
Public Function Create (operations As ISourceControlSyncJobOperations, resourceGroupName As String, automationAccountName As String, sourceControlName As String, sourceControlSyncJobId As Guid, parameters As SourceControlSyncJobCreateParameters) As SourceControlSyncJob
Parameters
- operations
- ISourceControlSyncJobOperations
De bewerkingsgroep voor deze extensiemethode.
- resourceGroupName
- String
Naam van een Azure-resourcegroep.
- automationAccountName
- String
De naam van het Automation-account.
- sourceControlName
- String
De naam van het broncodebeheer.
- sourceControlSyncJobId
- Guid
De taak-id van de synchronisatietaak voor broncodebeheer.
- parameters
- SourceControlSyncJobCreateParameters
De parameters die zijn opgegeven voor de synchronisatietaak voor broncodebeheer maken.
Retouren
Van toepassing op
Azure SDK for .NET