NetworkTapsListResult Class

Definition

List of NetworkTaps.

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

Constructors

Name Description
NetworkTapsListResult()

Creates an new NetworkTapsListResult instance.

Properties

Name Description
NextLink

Url to follow for getting next page of resources.

Value

List of NetworkTap resources.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkTapsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkTapsListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkTapsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to