SourceControlSyncJobOperationsExtensions.Get 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.
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
Azure SDK for .NET