DataNetworkListResult Class

Definition

Response for data network API service call.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.DataNetworkListResultTypeConverter))]
public class DataNetworkListResult : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IDataNetworkListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.DataNetworkListResultTypeConverter))>]
type DataNetworkListResult = class
    interface IDataNetworkListResult
    interface IJsonSerializable
Public Class DataNetworkListResult
Implements IDataNetworkListResult
Inheritance
DataNetworkListResult
Attributes
Implements

Constructors

Name Description
DataNetworkListResult()

Creates an new DataNetworkListResult instance.

Properties

Name Description
NextLink

The URL to get the next set of results.

Value

A list of data networks.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataNetworkListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataNetworkListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IDataNetworkListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataNetworkListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to