AutomationSourceControlResource.GetSourceControlSyncJobAsync Method
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.
Retrieve the source control sync job identified by job id.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}/sourceControlSyncJobs/{sourceControlSyncJobId}
- Operation Id: SourceControlSyncJob_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.Models.SourceControlSyncJobResult>> GetSourceControlSyncJobAsync (Guid sourceControlSyncJobId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSourceControlSyncJobAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.Models.SourceControlSyncJobResult>>
override this.GetSourceControlSyncJobAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.Models.SourceControlSyncJobResult>>
Public Overridable Function GetSourceControlSyncJobAsync (sourceControlSyncJobId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SourceControlSyncJobResult))
Parameters
- sourceControlSyncJobId
- Guid
The source control sync job id.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET