Share via


HybridRunbookWorkerCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

Parameters

hybridRunbookWorkerId
String

The hybrid runbook worker id.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

hybridRunbookWorkerId is null.

Applies to