PythonPackageCreateProperties Class
- java.
lang. Object - com.
azure. resourcemanager. automation. fluent. models. PythonPackageCreateProperties
- com.
Implements
public final class PythonPackageCreateProperties
implements JsonSerializable<PythonPackageCreateProperties>
The parameters supplied to the create or update module properties.
Constructor Summary
| Constructor | Description |
|---|---|
| PythonPackageCreateProperties() |
Creates an instance of Python |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Content |
contentLink()
Get the content |
|
static
Python |
fromJson(JsonReader jsonReader)
Reads an instance of Python |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Python |
withContentLink(ContentLink contentLink)
Set the content |
Methods inherited from java.lang.Object
Constructor Details
PythonPackageCreateProperties
public PythonPackageCreateProperties()
Creates an instance of PythonPackageCreateProperties class.
Method Details
contentLink
public ContentLink contentLink()
Get the contentLink property: Gets or sets the module content link.
Returns:
fromJson
public static PythonPackageCreateProperties fromJson(JsonReader jsonReader)
Reads an instance of PythonPackageCreateProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withContentLink
public PythonPackageCreateProperties withContentLink(ContentLink contentLink)
Set the contentLink property: Gets or sets the module content link.
Parameters:
Returns: