PythonPackageUpdateParameters Class
- java.
lang. Object - com.
azure. resourcemanager. automation. models. PythonPackageUpdateParameters
- com.
Implements
public final class PythonPackageUpdateParameters
implements JsonSerializable<PythonPackageUpdateParameters>
The parameters supplied to the update module operation.
Constructor Summary
| Constructor | Description |
|---|---|
| PythonPackageUpdateParameters() |
Creates an instance of Python |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Python |
fromJson(JsonReader jsonReader)
Reads an instance of Python |
| Map<String,String> |
tags()
Get the tags property: Gets or sets the tags attached to the resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Python |
withTags(Map<String,String> tags)
Set the tags property: Gets or sets the tags attached to the resource. |
Methods inherited from java.lang.Object
Constructor Details
PythonPackageUpdateParameters
public PythonPackageUpdateParameters()
Creates an instance of PythonPackageUpdateParameters class.
Method Details
fromJson
public static PythonPackageUpdateParameters fromJson(JsonReader jsonReader)
Reads an instance of PythonPackageUpdateParameters from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Gets or sets the tags attached to the resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withTags
public PythonPackageUpdateParameters withTags(Map<String,String> tags)
Set the tags property: Gets or sets the tags attached to the resource.
Parameters:
Returns: