Partager via


SupportTicketsListResult Class

Definition

Object that represents a collection of SupportTicket resources.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.SupportTicketsListResultTypeConverter))]
public class SupportTicketsListResult : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ISupportTicketsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.SupportTicketsListResultTypeConverter))>]
type SupportTicketsListResult = class
    interface ISupportTicketsListResult
    interface IJsonSerializable
Public Class SupportTicketsListResult
Implements ISupportTicketsListResult
Inheritance
SupportTicketsListResult
Attributes
Implements

Constructors

SupportTicketsListResult()

Creates an new SupportTicketsListResult instance.

Properties

NextLink

The URI to fetch the next page of SupportTicket resources.

Value

List of SupportTicket resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SupportTicketsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SupportTicketsListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ISupportTicketsListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SupportTicketsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to