AutomationPSClient.GetModule(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 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
override this.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