StatementActionProperties Class

Definition

Route policy action properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.StatementActionPropertiesTypeConverter))]
public class StatementActionProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IStatementActionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.StatementActionPropertiesTypeConverter))>]
type StatementActionProperties = class
    interface IStatementActionProperties
    interface IJsonSerializable
Public Class StatementActionProperties
Implements IStatementActionProperties
Inheritance
StatementActionProperties
Attributes
Implements

Constructors

Name Description
StatementActionProperties()

Creates an new StatementActionProperties instance.

Properties

Name Description
ActionType

Action type. Example: Permit | Deny | Continue.

IPCommunityPropertyAddIpcommunityId

List of IP Community resource IDs.

IPCommunityPropertyDeleteIpcommunityId

List of IP Community resource IDs.

IPCommunityPropertySetIpcommunityId

List of IP Community resource IDs.

IPExtendedCommunityPropertyAddIpextendedCommunityId

List of IP Extended Community resource IDs.

IPExtendedCommunityPropertyDeleteIpextendedCommunityId

List of IP Extended Community resource IDs.

IPExtendedCommunityPropertySetIpextendedCommunityId

List of IP Extended Community resource IDs.

LocalPreference

Local Preference of the route policy.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StatementActionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StatementActionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IStatementActionProperties.

FromJsonString(String)

Creates a new instance of StatementActionProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StatementActionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to