IRoutePolicyProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.RoutePolicyPropertiesTypeConverter))]
public interface IRoutePolicyProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAnnotationResource, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IRoutePolicyPatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.RoutePolicyPropertiesTypeConverter))>]
type IRoutePolicyProperties = interface
    interface IJsonSerializable
    interface IAnnotationResource
    interface IRoutePolicyPatchableProperties
Public Interface IRoutePolicyProperties
Implements IAnnotationResource, IRoutePolicyPatchableProperties
Derived
Attributes
Implements

Properties

Name Description
AddressFamilyType

AddressFamilyType. This parameter decides whether the given ipv4 or ipv6 route policy.

AdministrativeState

Administrative state of the resource.

Annotation

Switch configuration description.

(Inherited from IAnnotationResource)
ConfigurationState

Configuration state of the resource.

DefaultAction

Default action that needs to be applied when no condition is matched. Example: Permit | Deny.

(Inherited from IRoutePolicyPatchableProperties)
NetworkFabricId

Arm Resource ID of Network Fabric.

ProvisioningState

Provisioning state of the resource.

Statement

Route Policy statements.

(Inherited from IRoutePolicyPatchableProperties)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to