Freigeben über


HybridRunbookWorkerGroupOperationsExtensions.GetAsync Methode

Definition

Überlädt

GetAsync(IHybridRunbookWorkerGroupOperations, String, String, String)
GetAsync(IHybridRunbookWorkerGroupOperations, String, String, String, CancellationToken)

Rufen Sie eine Hybrid Runbook Workergruppe ab. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

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)

Parameter

resourceGroupName
String
automationAccount
String
hybridRunbookWorkerGroupName
String

Gibt zurück

Gilt für:

GetAsync(IHybridRunbookWorkerGroupOperations, String, String, String, CancellationToken)

Rufen Sie eine Hybrid Runbook Workergruppe ab. 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)

Parameter

operations
IHybridRunbookWorkerGroupOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

automationAccountName
String

Der Name des Automation-Kontos.

hybridRunbookWorkerGroupName
String

Der Name der Hybrid runbook Workergruppe

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: