Partager via


ClientsListResult Class

Definition

Result of the List Client operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ClientsListResultTypeConverter))]
public class ClientsListResult : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ClientsListResultTypeConverter))>]
type ClientsListResult = class
    interface IClientsListResult
    interface IJsonSerializable
Public Class ClientsListResult
Implements IClientsListResult
Inheritance
ClientsListResult
Attributes
Implements

Constructors

ClientsListResult()

Creates an new ClientsListResult instance.

Properties

NextLink

A link for the next page of Client.

Value

A collection of Client.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClientsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClientsListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IClientsListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClientsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to