你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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