Share via


HybridRunbookWorkerGroupCollection.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}
  • Operation Id: HybridRunbookWorkerGroup_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource>> GetIfExistsAsync (string hybridRunbookWorkerGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource>>
Public Overridable Function GetIfExistsAsync (hybridRunbookWorkerGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of HybridRunbookWorkerGroupResource))

Parameters

hybridRunbookWorkerGroupName
String

The hybrid runbook worker group name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

hybridRunbookWorkerGroupName is null.

Applies to