ModuleOperationsExtensions.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)
public static Microsoft.WindowsAzure.Management.Automation.Models.ModuleGetResponse Update(this Microsoft.WindowsAzure.Management.Automation.IModuleOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateParameters parameters);
static member Update : Microsoft.WindowsAzure.Management.Automation.IModuleOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateParameters -> Microsoft.WindowsAzure.Management.Automation.Models.ModuleGetResponse
<Extension()>
Public Function Update (operations As IModuleOperations, automationAccount As String, parameters As ModuleUpdateParameters) As ModuleGetResponse
Parameters
- operations
- IModuleOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
- automationAccount
- String
Required. The automation account name.
- parameters
- ModuleUpdateParameters
Required. The update parameters for module.
Returns
The response model for the get module operation.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET