NetworkTapRulesListResult Class

Definition

List of NetworkTapRules.

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

Constructors

Name Description
NetworkTapRulesListResult()

Creates an new NetworkTapRulesListResult instance.

Properties

Name Description
NextLink

Url to follow for getting next page of resources.

Value

List of NetworkTapRule resources.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkTapRulesListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkTapRulesListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkTapRulesListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to