IIPMatchCondition Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |