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