Freigeben über


PagedApproval Class

Definition

Paged collection of Approval items

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.PagedApprovalTypeConverter))]
public class PagedApproval : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IPagedApproval
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.PagedApprovalTypeConverter))>]
type PagedApproval = class
    interface IPagedApproval
    interface IJsonSerializable
Public Class PagedApproval
Implements IPagedApproval
Inheritance
PagedApproval
Attributes
Implements

Constructors

Name Description
PagedApproval()

Creates an new PagedApproval instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The Approval items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PagedApproval.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PagedApproval.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IPagedApproval.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PagedApproval into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to