Dela via


HybridRunbookWorkerGroupOperationsExtensions.GetAsync Metod

Definition

Överlagringar

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

Hämta en Hybrid Runbook Worker-grupp. 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)

Parametrar

resourceGroupName
String
automationAccount
String
hybridRunbookWorkerGroupName
String

Returer

Gäller för

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

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)

Parametrar

operations
IHybridRunbookWorkerGroupOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på en Azure-resursgrupp.

automationAccountName
String

Namnet på Automation-kontot.

hybridRunbookWorkerGroupName
String

Hybrid Runbook Worker-gruppnamnet

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Gäller för