IAutomationPSClient.UpdatePython3Package 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 UpdatePython3Package (string resourceGroupName, string automationAccountName, string name, Uri contentLink, string contentLinkVersion);
abstract member UpdatePython3Package : string * string * string * Uri * string -> Microsoft.Azure.Commands.Automation.Model.Module
Public Function UpdatePython3Package (resourceGroupName As String, automationAccountName As String, name As String, contentLink As Uri, contentLinkVersion As String) As Module
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- name
- String
- contentLink
- Uri
- contentLinkVersion
- String