Module 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.
Definition of the module type.
public class Module : Microsoft.WindowsAzure.Management.Automation.Models.ResourceBase
type Module = class
inherit ResourceBase
Public Class Module
Inherits ResourceBase
- Inheritance
Constructors
Module() |
Initializes a new instance of the Module class. |
Properties
Id |
Optional. Gets or sets the id of the resource. (Inherited from ResourceBase) |
Location |
Optional. Gets or sets the location of the resource. (Inherited from ResourceBase) |
Name |
Optional. Gets or sets the name of the resource. (Inherited from ResourceBase) |
Properties |
Optional. Gets or sets the module properties. |
Tags |
Optional. Gets or sets the tags attached to the resource. (Inherited from ResourceBase) |
Type |
Optional. Gets or sets the type of the resource. (Inherited from ResourceBase) |