ModuleProperties Class
Definition of the module property type.
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
| Name | Description | |
|---|---|---|
![]() | ModuleProperties() | Initializes a new instance of the ModuleProperties class. |
| Name | Description | |
|---|---|---|
![]() | ActivityCount | Optional. Gets or sets the activity count of the module. |
![]() | ContentLink | Optional. Gets or sets the contentLink of the module. |
![]() | CreationTime | Optional. Gets or sets the creation time of the module. |
![]() | IsGlobal | Optional. Gets or sets the isGlobal flag of the module. |
![]() | LastModifiedTime | Optional. Gets or sets the last modified time of the module. |
![]() | ProvisioningState | Optional. Gets or sets the provisioning state of the module. |
![]() | SizeInBytes | Optional. Gets or sets the size in bytes of the module. |
![]() | Version | Optional. Gets or sets the version of the module. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


