Module Class

Definition

Definition of the module type.

public class Module : Microsoft.Azure.Management.Automation.Models.ResourceBase
[Microsoft.Rest.Serialization.JsonTransformation]
public class Module : Microsoft.Azure.Management.Automation.Models.TrackedResource
type Module = class
    inherit ResourceBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Module = class
    inherit TrackedResource
Public Class Module
Inherits ResourceBase
Public Class Module
Inherits TrackedResource
Inheritance
Inheritance
Attributes

Constructors

Module()

Initializes a new instance of the Module class.

Module(String, String, String, IDictionary<String,String>, String, Nullable<Boolean>, String, Nullable<Int64>, Nullable<Int32>, Nullable<ModuleProvisioningState>, ContentLink, ModuleErrorInfo, DateTimeOffset, DateTimeOffset, String, Nullable<Boolean>, String)

Initializes a new instance of the Module class.

Properties

ActivityCount

Gets or sets the activity count of the module.

ContentLink

Gets or sets the contentLink of the module.

CreationTime

Gets or sets the creation time.

Description

Gets or sets the description.

Error

Gets or sets the error info of the module.

Etag

Gets or sets the etag of the resource.

Etag (Inherited from ResourceBase)
Id (Inherited from ResourceBase)
Id

Gets fully qualified resource Id for the resource

(Inherited from Resource)
IsComposite

Gets or sets type of module, if its composite or not.

IsGlobal

Gets or sets the isGlobal flag of the module.

LastModifiedTime

Gets or sets the last modified time.

Location (Inherited from ResourceBase)
Location

Gets or sets the Azure Region where the resource lives

(Inherited from TrackedResource)
Name (Inherited from ResourceBase)
Name

Gets the name of the resource

(Inherited from Resource)
Properties
ProvisioningState

Gets or sets the provisioning state of the module. Possible values include: 'Created', 'Creating', 'StartingImportModuleRunbook', 'RunningImportModuleRunbook', 'ContentRetrieved', 'ContentDownloaded', 'ContentValidated', 'ConnectionTypeImported', 'ContentStored', 'ModuleDataStored', 'ActivitiesStored', 'ModuleImportRunbookComplete', 'Succeeded', 'Failed', 'Cancelled', 'Updating'

SizeInBytes

Gets or sets the size in bytes of the module.

Tags (Inherited from ResourceBase)
Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type (Inherited from ResourceBase)
Type

Gets the type of the resource.

(Inherited from Resource)
Version

Gets or sets the version of the module.

Methods

Validate()

Validate the object.

Applies to