IAutomationClient.CreateModule(String, String, Uri, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Commands.Automation.Model.Module CreateModule (string resourceGroupName, string automationAccountName, Uri contentLink, string moduleName);
abstract member CreateModule : string * string * Uri * string -> Microsoft.Azure.Commands.Automation.Model.Module
Public Function CreateModule (resourceGroupName As String, automationAccountName As String, contentLink As Uri, moduleName As String) As Module
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- contentLink
- Uri
- moduleName
- String