PythonPackageCreateParameters Constructors
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.
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
PythonPackageCreateParameters(ContentLink, IDictionary<String,String>)
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
Azure SDK for .NET