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