Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Module Class

Definition

Namespace:
Microsoft.Azure.Commands.Automation.Model
Assembly:
Microsoft.Azure.PowerShell.Cmdlets.Automation.dll
Assembly:
Microsoft.Azure.Commands.ResourceManager.Automation.dll

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.

public class Module
type Module = class
Public Class Module
Inheritance
Module

Constructors

Name Description
Module()

Initializes a new instance of the Module class.

Module(String, String, Module)

Initializes a new instance of the Module class.

Properties

Name Description
ActivityCount

Gets or sets the ActivityCount.

AutomationAccountName

Gets or sets the automation account name.

CreationTime

Gets or sets the CreationTime.

IsGlobal

Gets or sets the IsGlobal.

LastModifiedTime

Gets or sets the LastPublishTime.

Name

Gets or sets the name.

ProvisioningState

Gets or sets the ProvisioningState.

ResourceGroupName

Gets or sets the resource group name.

SizeInBytes

Gets or sets the SizeInBytes.

Version

Gets or sets the Version.

Applies to