Megosztás a következőn keresztül:


IActivityOperations.GetAsync Metódus

Definíció

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ActivityGetResponse> GetAsync (string resourceGroupName, string automationAccount, string moduleName, string activityName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ActivityGetResponse>
Public Function GetAsync (resourceGroupName As String, automationAccount As String, moduleName As String, activityName As String, cancellationToken As CancellationToken) As Task(Of ActivityGetResponse)

Paraméterek

resourceGroupName
String
automationAccount
String
moduleName
String
activityName
String
cancellationToken
CancellationToken

Válaszok

A következőre érvényes: