Uses of Class
com.azure.resourcemanager.automation.models.PythonPackageCreateParameters
Packages that use PythonPackageCreateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of PythonPackageCreateParameters in com.azure.resourcemanager.automation.fluent
Methods in com.azure.resourcemanager.automation.fluent with parameters of type PythonPackageCreateParametersModifier and TypeMethodDescriptionPython2PackagesClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String packageName, PythonPackageCreateParameters parameters) Create or Update the python 2 package identified by package name.com.azure.core.http.rest.Response
<ModuleInner> Python2PackagesClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String packageName, PythonPackageCreateParameters parameters, com.azure.core.util.Context context) Create or Update the python 2 package identified by package name. -
Uses of PythonPackageCreateParameters in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return PythonPackageCreateParametersModifier and TypeMethodDescriptionPythonPackageCreateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PythonPackageCreateParameters from the JsonReader.PythonPackageCreateParameters.withContentLink
(ContentLink contentLink) Set the contentLink property: Gets or sets the module content link.Set the tags property: Gets or sets the tags attached to the resource.