Python2PackageOperationsExtensions.Update 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
更新以套件名稱識別的 Python 2 套件。 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
參數
- operations
- IPython2PackageOperations
這個擴充方法的作業群組。
- resourceGroupName
- String
Azure 資源群組的名稱。
- automationAccountName
- String
自動化帳戶的名稱。
- packageName
- String
Python 套件的名稱。
- parameters
- PythonPackageUpdateParameters
Python 套件的更新參數。