ArmAutomationModelFactory.AutomationAccountPython2PackageCreateOrUpdateContent 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.
Initializes a new instance of AutomationAccountPython2PackageCreateOrUpdateContent.
public static Azure.ResourceManager.Automation.Models.AutomationAccountPython2PackageCreateOrUpdateContent AutomationAccountPython2PackageCreateOrUpdateContent(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Automation.Models.AutomationContentLink contentLink = default);
static member AutomationAccountPython2PackageCreateOrUpdateContent : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Automation.Models.AutomationContentLink -> Azure.ResourceManager.Automation.Models.AutomationAccountPython2PackageCreateOrUpdateContent
Public Shared Function AutomationAccountPython2PackageCreateOrUpdateContent (Optional tags As IDictionary(Of String, String) = Nothing, Optional contentLink As AutomationContentLink = Nothing) As AutomationAccountPython2PackageCreateOrUpdateContent
Parameters
- tags
- IDictionary<String,String>
Gets or sets the tags attached to the resource.
- contentLink
- AutomationContentLink
Gets or sets the module content link.
Returns
A new AutomationAccountPython2PackageCreateOrUpdateContent instance for mocking.