DataNetworkListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
DataNetworkListResult() |
Creates an new DataNetworkListResult instance. |
Properties
NextLink |
The URL to get the next set of results. |
Value |
A list of data networks. |
Methods
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() |