PagedDeviceInsight Class

Definition

Paged collection of DeviceInsight items

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.PagedDeviceInsightTypeConverter))]
public class PagedDeviceInsight : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IPagedDeviceInsight
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.PagedDeviceInsightTypeConverter))>]
type PagedDeviceInsight = class
    interface IPagedDeviceInsight
    interface IJsonSerializable
Public Class PagedDeviceInsight
Implements IPagedDeviceInsight
Inheritance
PagedDeviceInsight
Attributes
Implements

Constructors

Name Description
PagedDeviceInsight()

Creates an new PagedDeviceInsight instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The DeviceInsight items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PagedDeviceInsight.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PagedDeviceInsight.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IPagedDeviceInsight.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PagedDeviceInsight into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to