Share via


FluidRelayServerList Class

Definition

Paged response

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.FluidRelayServerListTypeConverter))]
public class FluidRelayServerList : Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.IFluidRelayServerList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.FluidRelayServerListTypeConverter))>]
type FluidRelayServerList = class
    interface IFluidRelayServerList
    interface IJsonSerializable
Public Class FluidRelayServerList
Implements IFluidRelayServerList
Inheritance
FluidRelayServerList
Attributes
Implements

Constructors

FluidRelayServerList()

Creates an new FluidRelayServerList instance.

Properties

NextLink

A link to the next page of results, if any.

Value

A sequence of FluidRelay servers.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FluidRelayServerList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FluidRelayServerList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.IFluidRelayServerList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FluidRelayServerList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to