Share via


ConfidentialLedgerList Class

Definition

Object that includes an array of Confidential Ledgers and a possible link for next set.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.ConfidentialLedgerListTypeConverter))]
public class ConfidentialLedgerList : Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.IConfidentialLedgerList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.ConfidentialLedgerListTypeConverter))>]
type ConfidentialLedgerList = class
    interface IConfidentialLedgerList
    interface IJsonSerializable
Public Class ConfidentialLedgerList
Implements IConfidentialLedgerList
Inheritance
ConfidentialLedgerList
Attributes
Implements

Constructors

ConfidentialLedgerList()

Creates an new ConfidentialLedgerList instance.

Properties

NextLink

The URL the client should use to fetch the next page (per server side paging).

Value

List of Confidential Ledgers

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfidentialLedgerList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfidentialLedgerList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20220513.IConfidentialLedgerList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfidentialLedgerList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to