Share via


AutomationPSClient.DeleteModule(String, String, String, Boolean) Method

Definition

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

Implements

Applies to