IModuleOperations.GetAsync Method (String, String, CancellationToken)
Retrieve the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Function GetAsync ( automationAccount As String, moduleName As String, cancellationToken As CancellationToken ) As Task(Of ModuleGetResponse)
Parameters
- automationAccount
-
Type:
System.String
The automation account name.
- moduleName
-
Type:
System.String
The module name.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of ModuleGetResponse)The response model for the get module operation.
Show: