ModuleUpdateParameters Class
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.
The parameters supplied to the update module operation.
public class ModuleUpdateParameters : Microsoft.WindowsAzure.Management.Automation.Models.ResourceUpdateParameterBase
type ModuleUpdateParameters = class
inherit ResourceUpdateParameterBase
Public Class ModuleUpdateParameters
Inherits ResourceUpdateParameterBase
- Inheritance
Constructors
ModuleUpdateParameters() |
Initializes a new instance of the ModuleUpdateParameters class. |
ModuleUpdateParameters(ModuleUpdateProperties) |
Initializes a new instance of the ModuleUpdateParameters class with required arguments. |
Properties
Location |
Optional. Gets or sets the location of the resource. (Inherited from ResourceUpdateParameterBase) |
Name |
Optional. Gets or sets the name of the resource. (Inherited from ResourceUpdateParameterBase) |
Properties |
Required. Gets or sets the module update properties. |
Tags |
Optional. Gets or sets the tags attached to the resource. (Inherited from ResourceUpdateParameterBase) |
Applies to
Azure SDK for .NET