Поделиться через


IActivityOperations.GetAsync Метод

Определение

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)

Параметры

resourceGroupName
String
automationAccount
String
moduleName
String
activityName
String
cancellationToken
CancellationToken

Возвращаемое значение

Применяется к