AutomationRunbookCollection.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}/runbooks/{runbookName}
  • Operation Id: Runbook_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationRunbookResource> GetIfExists (string runbookName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationRunbookResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationRunbookResource>
Public Overridable Function GetIfExists (runbookName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of AutomationRunbookResource)

Parameters

runbookName
String

The runbook name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

runbookName is null.

Applies to