Condividi tramite


ArmAutomationModelFactory.AutomationAccountPython2PackageCreateOrUpdateContent Method

Definition

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.

Applies to