AutomationAccountResource.GetHybridRunbookWorkerGroup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve a hybrid runbook worker group.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
- Operation Id: HybridRunbookWorkerGroup_Get
public virtual Azure.Response<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource> GetHybridRunbookWorkerGroup (string hybridRunbookWorkerGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHybridRunbookWorkerGroup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource>
override this.GetHybridRunbookWorkerGroup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource>
Public Overridable Function GetHybridRunbookWorkerGroup (hybridRunbookWorkerGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HybridRunbookWorkerGroupResource)
Parameters
- hybridRunbookWorkerGroupName
- String
The hybrid runbook worker group name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
hybridRunbookWorkerGroupName
is null.
hybridRunbookWorkerGroupName
is an empty string, and was expected to be non-empty.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET