Share via


PythonPackageCreateParameters Constructors

Definition

Overloads

PythonPackageCreateParameters()

Initializes a new instance of the PythonPackageCreateParameters class.

PythonPackageCreateParameters(ContentLink, IDictionary<String,String>)

Initializes a new instance of the PythonPackageCreateParameters class.

PythonPackageCreateParameters()

Initializes a new instance of the PythonPackageCreateParameters class.

public PythonPackageCreateParameters ();
Public Sub New ()

Applies to

Initializes a new instance of the PythonPackageCreateParameters class.

public PythonPackageCreateParameters (Microsoft.Azure.Management.Automation.Models.ContentLink contentLink, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Automation.Models.PythonPackageCreateParameters : Microsoft.Azure.Management.Automation.Models.ContentLink * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.PythonPackageCreateParameters
Public Sub New (contentLink As ContentLink, Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

contentLink
ContentLink

Gets or sets the module content link.

tags
IDictionary<String,String>

Gets or sets the tags attached to the resource.

Applies to