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

CloudServicesNetworkList Class

Definition

CloudServicesNetworkList represents a list of cloud services networks.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.CloudServicesNetworkListTypeConverter))]
public class CloudServicesNetworkList : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ICloudServicesNetworkList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.CloudServicesNetworkListTypeConverter))>]
type CloudServicesNetworkList = class
    interface ICloudServicesNetworkList
    interface IJsonSerializable
Public Class CloudServicesNetworkList
Implements ICloudServicesNetworkList
Inheritance
CloudServicesNetworkList
Attributes
Implements

Constructors

CloudServicesNetworkList()

Creates an new CloudServicesNetworkList instance.

Properties

NextLink

The link used to get the next page of operations.

Value

The list of cloud services networks.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CloudServicesNetworkList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CloudServicesNetworkList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ICloudServicesNetworkList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CloudServicesNetworkList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to