Share via


AutomationJobScheduleCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobSchedules/{jobScheduleId}
  • Operation Id: JobSchedule_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationJobScheduleResource>> GetIfExistsAsync (Guid jobScheduleId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationJobScheduleResource>>
override this.GetIfExistsAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationJobScheduleResource>>
Public Overridable Function GetIfExistsAsync (jobScheduleId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of AutomationJobScheduleResource))

Parameters

jobScheduleId
Guid

The job schedule name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to