CommonDynamicMatchConfiguration 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.
Dynamic match configuration object.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.CommonDynamicMatchConfigurationTypeConverter))]
public class CommonDynamicMatchConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ICommonDynamicMatchConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.CommonDynamicMatchConfigurationTypeConverter))>]
type CommonDynamicMatchConfiguration = class
interface ICommonDynamicMatchConfiguration
interface IJsonSerializable
Public Class CommonDynamicMatchConfiguration
Implements ICommonDynamicMatchConfiguration
- Inheritance
-
CommonDynamicMatchConfiguration
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CommonDynamicMatchConfiguration() |
Creates an new CommonDynamicMatchConfiguration instance. |
Properties
| Name | Description |
|---|---|
| IPGroup |
List of IP Groups. |
| PortGroup |
List of the port groups. |
| VlanGroup |
List of vlan groups. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CommonDynamicMatchConfiguration. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CommonDynamicMatchConfiguration. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ICommonDynamicMatchConfiguration. |
| FromJsonString(String) |
Creates a new instance of CommonDynamicMatchConfiguration, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CommonDynamicMatchConfiguration into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |