HybridRunbookWorkerGroupOperationsExtensions.GetAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetAsync(IHybridRunbookWorkerGroupOperations, String, String, String)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroupGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations operations, string resourceGroupName, string automationAccount, string hybridRunbookWorkerGroupName);
static member GetAsync : Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroupGetResponse>
<Extension()>
Public Function GetAsync (operations As IHybridRunbookWorkerGroupOperations, resourceGroupName As String, automationAccount As String, hybridRunbookWorkerGroupName As String) As Task(Of HybridRunbookWorkerGroupGetResponse)
Parámetros
- operations
- IHybridRunbookWorkerGroupOperations
- resourceGroupName
- String
- automationAccount
- String
- hybridRunbookWorkerGroupName
- String
Devoluciones
Se aplica a
GetAsync(IHybridRunbookWorkerGroupOperations, String, String, String, CancellationToken)
Recupere un grupo de Hybrid Runbook Worker. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup> GetAsync (this Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations operations, string resourceGroupName, string automationAccountName, string hybridRunbookWorkerGroupName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup>
<Extension()>
Public Function GetAsync (operations As IHybridRunbookWorkerGroupOperations, resourceGroupName As String, automationAccountName As String, hybridRunbookWorkerGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HybridRunbookWorkerGroup)
Parámetros
- operations
- IHybridRunbookWorkerGroupOperations
El grupo de operaciones de este método de extensión.
- resourceGroupName
- String
Nombre de un grupo de recursos de Azure.
- automationAccountName
- String
Nombre de la cuenta de Automation.
- hybridRunbookWorkerGroupName
- String
El nombre del grupo de Hybrid Runbook Worker
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Se aplica a
Azure SDK for .NET