Module Class

Definition

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)

Applies to