PagedRelatedResource Class

Definition

Paged collection of RelatedResource items

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

Constructors

Name Description
PagedRelatedResource()

Creates an new PagedRelatedResource instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The RelatedResource items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PagedRelatedResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PagedRelatedResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PagedRelatedResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to