ModuleOperationsExtensions.Update 方法 (IModuleOperations, String, ModuleUpdateParameters)
创建由模块名称标识的模块。 (请参阅 https://aka.ms/azureautomationsdk/moduleoperations 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
public static ModuleGetResponse Update(
this IModuleOperations operations,
string automationAccount,
ModuleUpdateParameters parameters
)
public:
[ExtensionAttribute]
static ModuleGetResponse^ Update(
IModuleOperations^ operations,
String^ automationAccount,
ModuleUpdateParameters^ parameters
)
static member Update :
operations:IModuleOperations *
automationAccount:string *
parameters:ModuleUpdateParameters -> ModuleGetResponse
<ExtensionAttribute>
Public Shared Function Update (
operations As IModuleOperations,
automationAccount As String,
parameters As ModuleUpdateParameters
) As ModuleGetResponse
参数
operations
Type: Microsoft.WindowsAzure.Management.Automation.IModuleOperations对 Microsoft.WindowsAzure.Management.Automation.IModuleOperations 引用。
automationAccount
Type: System.String必需。 自动管理帐户名称。
parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateParameters必需。 模块的更新参数。
返回值
Type: Microsoft.WindowsAzure.Management.Automation.Models.ModuleGetResponse
获取模块操作该响应模型。
请参阅
ModuleOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首