ModuleOperationsExtensions::Create Method (IModuleOperations^, String^, ModuleCreateParameters^)

 

Create the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

public:
[ExtensionAttribute]
static ModuleCreateResponse^ Create(
	IModuleOperations^ operations,
	String^ automationAccount,
	ModuleCreateParameters^ parameters
)

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.

parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models::ModuleCreateParameters^

Required. The create parameters for module.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models::ModuleCreateResponse^

The response model for the create module operation.

Return to top
Show: