AutomationPSClient.CreateModule(String, String, Uri, String, Boolean) 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, bool isPowershell72Module = false);
abstract member CreateModule : string * string * Uri * string * bool -> Microsoft.Azure.Commands.Automation.Model.Module
override this.CreateModule : string * string * Uri * string * bool -> Microsoft.Azure.Commands.Automation.Model.Module
Public Function CreateModule (resourceGroupName As String, automationAccountName As String, contentLink As Uri, moduleName As String, Optional isPowershell72Module As Boolean = false) As Module
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- contentLink
- Uri
- moduleName
- String
- isPowershell72Module
- Boolean