INetworkToNetworkInterconnectPatchableProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkToNetworkInterconnectPatchablePropertiesTypeConverter))]
public interface INetworkToNetworkInterconnectPatchableProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkToNetworkInterconnectPatchablePropertiesTypeConverter))>]
type INetworkToNetworkInterconnectPatchableProperties = interface
interface IJsonSerializable
Public Interface INetworkToNetworkInterconnectPatchableProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| EgressAclId |
Egress Acl. ARM resource ID of Access Control Lists. |
| ExportRoutePolicy |
Export Route Policy information |
| ImportRoutePolicy |
Import Route Policy information. |
| IngressAclId |
Ingress Acl. ARM resource ID of Access Control Lists. |
| Layer2Configuration |
Common properties for Layer2Configuration. |
| NpbStaticRouteConfiguration |
NPB Static Route Configuration properties. |
| OptionBLayer3ConfigurationFabricAsn |
ASN of CE devices for CE/PE connectivity. |
| OptionBLayer3ConfigurationPeerAsn |
ASN of PE devices for CE/PE connectivity.Example : 28 |
| OptionBLayer3ConfigurationPrimaryIpv4Prefix |
IPv4 Address Prefix. |
| OptionBLayer3ConfigurationPrimaryIpv6Prefix |
IPv6 Address Prefix. |
| OptionBLayer3ConfigurationSecondaryIpv4Prefix |
Secondary IPv4 Address Prefix. |
| OptionBLayer3ConfigurationSecondaryIpv6Prefix |
Secondary IPv6 Address Prefix. |
| OptionBLayer3ConfigurationVlanId |
VLAN for CE/PE Layer 3 connectivity.Example : 501 |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |