Aracılığıyla paylaş


AutomationJobScheduleCollection.GetIfExists(Guid, CancellationToken) 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 Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationJobScheduleResource> GetIfExists (Guid jobScheduleId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : Guid * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationJobScheduleResource>
override this.GetIfExists : Guid * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationJobScheduleResource>
Public Overridable Function GetIfExists (jobScheduleId As Guid, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of AutomationJobScheduleResource)

Parameters

jobScheduleId
Guid

The job schedule name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to