InternalNetworksList Class

Definition

List of Internal Networks.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternalNetworksListTypeConverter))]
public class InternalNetworksList : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IInternalNetworksList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternalNetworksListTypeConverter))>]
type InternalNetworksList = class
    interface IInternalNetworksList
    interface IJsonSerializable
Public Class InternalNetworksList
Implements IInternalNetworksList
Inheritance
InternalNetworksList
Attributes
Implements

Constructors

Name Description
InternalNetworksList()

Creates an new InternalNetworksList instance.

Properties

Name Description
NextLink

Url to follow for getting next page of resources.

Value

List of Internal Network resources.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InternalNetworksList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InternalNetworksList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IInternalNetworksList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InternalNetworksList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to