HybridRunbookWorkerGroupOperationsExtensions.GetAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
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)
Parameters
- operations
- IHybridRunbookWorkerGroupOperations
- resourceGroupName
- String
- automationAccount
- String
- hybridRunbookWorkerGroupName
- String
Retouren
Van toepassing op
GetAsync(IHybridRunbookWorkerGroupOperations, String, String, String, CancellationToken)
Haal een Hybrid Runbook Worker-groep op. 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)
Parameters
- operations
- IHybridRunbookWorkerGroupOperations
De bewerkingsgroep voor deze extensiemethode.
- resourceGroupName
- String
Naam van een Azure-resourcegroep.
- automationAccountName
- String
De naam van het Automation-account.
- hybridRunbookWorkerGroupName
- String
De naam van de hybrid runbook worker-groep
- cancellationToken
- CancellationToken
Het annuleringstoken.
Retouren
Van toepassing op
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET