RoutePolicyProperties 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.
RoutePolicyProperties defines the resource properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.RoutePolicyPropertiesTypeConverter))]
public class RoutePolicyProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IRoutePolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.RoutePolicyPropertiesTypeConverter))>]
type RoutePolicyProperties = class
interface IRoutePolicyProperties
interface IJsonSerializable
interface IAnnotationResource
interface IRoutePolicyPatchableProperties
interface IValidates
Public Class RoutePolicyProperties
Implements IRoutePolicyProperties, IValidates
- Inheritance
-
RoutePolicyProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| RoutePolicyProperties() |
Creates an new RoutePolicyProperties instance. |
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. |
| ConfigurationState |
Configuration state of the resource. |
| DefaultAction |
Default action that needs to be applied when no condition is matched. Example: Permit | Deny. |
| NetworkFabricId |
Arm Resource ID of Network Fabric. |
| ProvisioningState |
Provisioning state of the resource. |
| Statement |
Route Policy statements. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RoutePolicyProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RoutePolicyProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IRoutePolicyProperties. |
| FromJsonString(String) |
Creates a new instance of RoutePolicyProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of RoutePolicyProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |