AutomationScheduleCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}
  • Operation Id: Schedule_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationScheduleResource> GetIfExists (string scheduleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationScheduleResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationScheduleResource>
Public Overridable Function GetIfExists (scheduleName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of AutomationScheduleResource)

Parameters

scheduleName
String

The schedule name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

scheduleName is an empty string, and was expected to be non-empty.

scheduleName is null.

Applies to