Python2PackageOperationsExtensions.Update Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mettez à jour le package Python 2 identifié par le nom du package. http://aka.ms/azureautomationsdk/moduleoperations
public static Microsoft.Azure.Management.Automation.Models.Module Update (this Microsoft.Azure.Management.Automation.IPython2PackageOperations operations, string resourceGroupName, string automationAccountName, string packageName, Microsoft.Azure.Management.Automation.Models.PythonPackageUpdateParameters parameters);
static member Update : Microsoft.Azure.Management.Automation.IPython2PackageOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.PythonPackageUpdateParameters -> Microsoft.Azure.Management.Automation.Models.Module
<Extension()>
Public Function Update (operations As IPython2PackageOperations, resourceGroupName As String, automationAccountName As String, packageName As String, parameters As PythonPackageUpdateParameters) As Module
Paramètres
- operations
- IPython2PackageOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom d’un groupe de ressources Azure.
- automationAccountName
- String
Nom du compte Automation.
- packageName
- String
Nom du package Python.
- parameters
- PythonPackageUpdateParameters
Paramètres de mise à jour pour le package Python.
Retours
S’applique à
Azure SDK for .NET