Dela via


AttachedDataNetworkListResult Class

Definition

Response for attached data network API service call.

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

Constructors

AttachedDataNetworkListResult()

Creates an new AttachedDataNetworkListResult instance.

Properties

NextLink

The URL to get the next set of results.

Value

A list of data networks in a resource group.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AttachedDataNetworkListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AttachedDataNetworkListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AttachedDataNetworkListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to