Delen via


SourceControlSyncJobOperationsExtensions.Get Methode

Definitie

Haal de synchronisatietaak voor broncodebeheer op die wordt geïdentificeerd door de taak-id. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

public static Microsoft.Azure.Management.Automation.Models.SourceControlSyncJobById Get(this Microsoft.Azure.Management.Automation.ISourceControlSyncJobOperations operations, string resourceGroupName, string automationAccountName, string sourceControlName, Guid sourceControlSyncJobId);
static member Get : Microsoft.Azure.Management.Automation.ISourceControlSyncJobOperations * string * string * string * Guid -> Microsoft.Azure.Management.Automation.Models.SourceControlSyncJobById
<Extension()>
Public Function Get (operations As ISourceControlSyncJobOperations, resourceGroupName As String, automationAccountName As String, sourceControlName As String, sourceControlSyncJobId As Guid) As SourceControlSyncJobById

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.

Retouren

Van toepassing op