IssueResourceListResult Class

Definition

The response of a IssueResource list operation.

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

Constructors

Name Description
IssueResourceListResult()

Creates an new IssueResourceListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The IssueResource items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IssueResourceListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IssueResourceListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IssueResourceListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to