ModuleListResponse Class
The response model for the list module operation.
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
System.Object
Hyak.Common.HttpOperationResponse
Microsoft.Azure.AzureOperationResponse
Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipToken
Microsoft.WindowsAzure.Management.Automation.Models.ModuleListResponse
Hyak.Common.HttpOperationResponse
Microsoft.Azure.AzureOperationResponse
Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipToken
Microsoft.WindowsAzure.Management.Automation.Models.ModuleListResponse
| Name | Description | |
|---|---|---|
![]() | ModuleListResponse() | Initializes a new instance of the ModuleListResponse class. |
| Name | Description | |
|---|---|---|
![]() | Modules | Optional. Gets or sets a list of modules. |
![]() | NextLink | Optional. Gets or sets the next link.(Inherited from OperationResponseWithSkipToken.) |
![]() | RequestId | (Inherited from AzureOperationResponse.) |
![]() | SkipToken | Optional. Gets or sets the skip token.(Inherited from OperationResponseWithSkipToken.) |
![]() | StatusCode | (Inherited from HttpOperationResponse.) |
| 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.
Show:


