ModuleProperties Class

 

Definition of the module property type.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

System.Object
  Microsoft.WindowsAzure.Management.Automation.Models.ModuleProperties

public class ModuleProperties

NameDescription
System_CAPS_pubmethodModuleProperties()

Initializes a new instance of the ModuleProperties class.

NameDescription
System_CAPS_pubpropertyActivityCount

Optional. Gets or sets the activity count of the module.

System_CAPS_pubpropertyContentLink

Optional. Gets or sets the contentLink of the module.

System_CAPS_pubpropertyCreationTime

Optional. Gets or sets the creation time of the module.

System_CAPS_pubpropertyIsGlobal

Optional. Gets or sets the isGlobal flag of the module.

System_CAPS_pubpropertyLastModifiedTime

Optional. Gets or sets the last modified time of the module.

System_CAPS_pubpropertyProvisioningState

Optional. Gets or sets the provisioning state of the module.

System_CAPS_pubpropertySizeInBytes

Optional. Gets or sets the size in bytes of the module.

System_CAPS_pubpropertyVersion

Optional. Gets or sets the version of the module.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: