StatementConditionProperties 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.
Route policy statement condition properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.StatementConditionPropertiesTypeConverter))]
public class StatementConditionProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IStatementConditionProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.StatementConditionPropertiesTypeConverter))>]
type StatementConditionProperties = class
interface IStatementConditionProperties
interface IJsonSerializable
interface IIPCommunityIdList
interface IIPExtendedCommunityIdList
interface IValidates
Public Class StatementConditionProperties
Implements IStatementConditionProperties, IValidates
- Inheritance
-
StatementConditionProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StatementConditionProperties() |
Creates an new StatementConditionProperties instance. |
Properties
| Name | Description |
|---|---|
| IPCommunityId |
List of IP Community resource IDs. |
| IPExtendedCommunityId |
List of IP Extended Community resource IDs. |
| IPPrefixId |
Arm Resource Id of IpPrefix. |
| Type |
Type of the condition used. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StatementConditionProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StatementConditionProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IStatementConditionProperties. |
| FromJsonString(String) |
Creates a new instance of StatementConditionProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StatementConditionProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |