IPMatchCondition Class
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.
Defines the condition that can be filtered using the selected IPs.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPMatchConditionTypeConverter))]
public class IPMatchCondition : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPMatchCondition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPMatchConditionTypeConverter))>]
type IPMatchCondition = class
interface IIPMatchCondition
interface IJsonSerializable
Public Class IPMatchCondition
Implements IIPMatchCondition
- Inheritance
-
IPMatchCondition
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| IPMatchCondition() |
Creates an new IPMatchCondition instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IPMatchCondition. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IPMatchCondition. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPMatchCondition. |
| FromJsonString(String) |
Creates a new instance of IPMatchCondition, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of IPMatchCondition into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |