NetworkTapRulePatchableProperties Class

Definition

Network Tap Rule updatable properties.

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

Constructors

Name Description
NetworkTapRulePatchableProperties()

Creates an new NetworkTapRulePatchableProperties instance.

Properties

Name Description
ConfigurationType

Input method to configure Network Tap Rule.

DynamicMatchConfiguration

List of dynamic match configurations.

MatchConfiguration

List of match configurations.

TapRulesUrl

Network Tap Rules file URL.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkTapRulePatchableProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkTapRulePatchableProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkTapRulePatchableProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to