AutomationPSClient.DeleteModule(String, String, 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 void DeleteModule (string resourceGroupName, string automationAccountName, string name, bool isPowershell72Module = false);
abstract member DeleteModule : string * string * string * bool -> unit
override this.DeleteModule : string * string * string * bool -> unit
Public Sub DeleteModule (resourceGroupName As String, automationAccountName As String, name As String, Optional isPowershell72Module As Boolean = false)
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- name
- String
- isPowershell72Module
- Boolean