Uses of Class
com.azure.resourcemanager.automation.models.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
Modifier 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
Modifier and TypeMethodDescriptionPythonPackageCreateParameters.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.