Share via


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

Name Description
CloudServicesNetworkList()

Creates an new CloudServicesNetworkList instance.

Properties

Name Description
NextLink

The link used to get the next page of operations.

Value

The list of cloud services networks.

Methods

Name Description
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