IIPMatchCondition Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPMatchConditionTypeConverter))]
public interface IIPMatchCondition : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPMatchConditionTypeConverter))>]
type IIPMatchCondition = interface
    interface IJsonSerializable
Public Interface IIPMatchCondition
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
IPGroupName

The List of IP Group Names that need to be matched.

IPPrefixValue

The list of IP Prefixes that need to be matched.

PrefixType

IP Prefix Type that needs to be matched.

Type

IP Address type that needs to be matched.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to