Share via


NetworkConnectionListResult Class

Definition

Result of the network connection list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.NetworkConnectionListResultTypeConverter))]
public class NetworkConnectionListResult : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.INetworkConnectionListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.NetworkConnectionListResultTypeConverter))>]
type NetworkConnectionListResult = class
    interface INetworkConnectionListResult
    interface IJsonSerializable
Public Class NetworkConnectionListResult
Implements INetworkConnectionListResult
Inheritance
NetworkConnectionListResult
Attributes
Implements

Constructors

NetworkConnectionListResult()

Creates an new NetworkConnectionListResult instance.

Properties

NextLink

URL to get the next set of results if there are any.

Value

Current page of results.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkConnectionListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkConnectionListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.INetworkConnectionListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkConnectionListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to