ArmMonitorWorkspacesModelFactory.IssueInvestigationResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Monitor.Workspaces.Models.IssueInvestigationResult IssueInvestigationResult(string id = default, Azure.ResourceManager.Monitor.Workspaces.Models.MonitorEntityOrigin origin = default, DateTimeOffset? createdOn = default, DateTimeOffset? lastModifiedOn = default, string result = default);
static member IssueInvestigationResult : string * Azure.ResourceManager.Monitor.Workspaces.Models.MonitorEntityOrigin * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string -> Azure.ResourceManager.Monitor.Workspaces.Models.IssueInvestigationResult
Public Shared Function IssueInvestigationResult (Optional id As String = Nothing, Optional origin As MonitorEntityOrigin = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional result As String = Nothing) As IssueInvestigationResult
Parameters
- id
- String
The identifier of the investigation.
- origin
- MonitorEntityOrigin
The origin of the investigation.
- createdOn
- Nullable<DateTimeOffset>
The creation time of the investigation (in UTC).
- lastModifiedOn
- Nullable<DateTimeOffset>
The last update time of the investigation (in UTC).
- result
- String
The result of this investigation.
Returns
A new IssueInvestigationResult instance for mocking.