Share via


IAutomationPSClient.GetModule(String, String, String, Boolean) Method

Definition

public Microsoft.Azure.Commands.Automation.Model.Module GetModule (string resourceGroupName, string automationAccountName, string name, bool isPowershell72Module = false);
abstract member GetModule : string * string * string * bool -> Microsoft.Azure.Commands.Automation.Model.Module
Public Function GetModule (resourceGroupName As String, automationAccountName As String, name As String, Optional isPowershell72Module As Boolean = false) As Module

Parameters

resourceGroupName
String
automationAccountName
String
name
String
isPowershell72Module
Boolean

Returns

Applies to