IncidentListResponse Class
The List incidents operation response.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.OperationResponse
Microsoft.Azure.Management.Insights.Models.IncidentListResponse
Syntax
public class IncidentListResponse : OperationResponse, IEnumerable<Incident>,
IEnumerable
public ref class IncidentListResponse : OperationResponse, IEnumerable<Incident^>,
IEnumerable
type IncidentListResponse =
class
inherit OperationResponse
interface IEnumerable<Incident>
interface IEnumerable
end
Public Class IncidentListResponse
Inherits OperationResponse
Implements IEnumerable(Of Incident), IEnumerable
Constructors
Name | Description | |
---|---|---|
IncidentListResponse() | Initializes a new instance of the IncidentListResponse class. |
Properties
Name | Description | |
---|---|---|
RequestId | (Inherited from OperationResponse.) |
|
StatusCode | (Inherited from OperationResponse.) |
|
Value | Optional. Incident collection. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetEnumerator() | Gets the sequence of Value. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator() | Gets the sequence of Value. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Management.Insights.Models Namespace
Return to top