Class PythonPackageCreateProperties
java.lang.Object
com.azure.resourcemanager.automation.fluent.models.PythonPackageCreateProperties
The parameters supplied to the create or update module properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the contentLink property: Gets or sets the module content link.void
validate()
Validates the instance.withContentLink
(ContentLink contentLink) Set the contentLink property: Gets or sets the module content link.
-
Constructor Details
-
PythonPackageCreateProperties
public PythonPackageCreateProperties()
-
-
Method Details
-
contentLink
Get the contentLink property: Gets or sets the module content link.- Returns:
- the contentLink value.
-
withContentLink
Set the contentLink property: Gets or sets the module content link.- Parameters:
contentLink
- the contentLink value to set.- Returns:
- the PythonPackageCreateProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-