FetchInvestigationResultParameters Class

Definition

Parameters provided to get the investigation result

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.FetchInvestigationResultParametersTypeConverter))]
public class FetchInvestigationResultParameters : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IFetchInvestigationResultParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.FetchInvestigationResultParametersTypeConverter))>]
type FetchInvestigationResultParameters = class
    interface IFetchInvestigationResultParameters
    interface IJsonSerializable
Public Class FetchInvestigationResultParameters
Implements IFetchInvestigationResultParameters
Inheritance
FetchInvestigationResultParameters
Attributes
Implements

Constructors

Name Description
FetchInvestigationResultParameters()

Creates an new FetchInvestigationResultParameters instance.

Properties

Name Description
InvestigationId

The unique identifier of the investigation

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FetchInvestigationResultParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FetchInvestigationResultParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IFetchInvestigationResultParameters.

FromJsonString(String)

Creates a new instance of FetchInvestigationResultParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FetchInvestigationResultParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to