NetworkRacksListResult Class

Definition

List of Network Racks.

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

Constructors

Name Description
NetworkRacksListResult()

Creates an new NetworkRacksListResult instance.

Properties

Name Description
NextLink

Url to follow for getting next page of resources.

Value

List of Network Rack resources.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkRacksListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkRacksListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkRacksListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to