次の方法で共有


Python2PackageOperationsExtensions.Update メソッド

定義

パッケージ名で識別される 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

Automation アカウントの名前。

packageName
String

Python パッケージの名前。

parameters
PythonPackageUpdateParameters

Python パッケージの更新パラメーター。

戻り値

適用対象