NetworkTapRulePatchProperties Class

Definition

Network Tap Rule Patch properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkTapRulePatchPropertiesTypeConverter))]
public class NetworkTapRulePatchProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkTapRulePatchProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkTapRulePatchPropertiesTypeConverter))>]
type NetworkTapRulePatchProperties = class
    interface INetworkTapRulePatchProperties
    interface IJsonSerializable
    interface IAnnotationResource
    interface INetworkTapRulePatchableProperties
    interface IValidates
Public Class NetworkTapRulePatchProperties
Implements INetworkTapRulePatchProperties, IValidates
Inheritance
NetworkTapRulePatchProperties
Attributes
Implements

Constructors

Name Description
NetworkTapRulePatchProperties()

Creates an new NetworkTapRulePatchProperties instance.

Properties

Name Description
Annotation

Switch configuration 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 NetworkTapRulePatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkTapRulePatchProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkTapRulePatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to