ModuleOperationsExtensions.Get Method (IModuleOperations, String, String)
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)
<ExtensionAttribute> Public Shared Function Get ( operations As IModuleOperations, automationAccount As String, moduleName As String ) As ModuleGetResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IModuleOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
- automationAccount
-
Type:
System.String
Required. The automation account name.
- moduleName
-
Type:
System.String
Required. The module name.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.ModuleGetResponseThe response model for the get module operation.
Show: