IExternalNetworkPatch 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.ExternalNetworkPatchTypeConverter))]
public interface IExternalNetworkPatch : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ExternalNetworkPatchTypeConverter))>]
type IExternalNetworkPatch = interface
interface IJsonSerializable
Public Interface IExternalNetworkPatch
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Annotation |
Switch configuration description. |
| ExportRoutePolicy |
Export Route Policy either IPv4 or IPv6. |
| ExportRoutePolicyId |
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility. |
| ImportRoutePolicy |
Import Route Policy either IPv4 or IPv6. |
| ImportRoutePolicyId |
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility. |
| OptionAPropertyBfdConfiguration |
BFD configuration properties |
| OptionAPropertyEgressAclId |
Egress Acl. ARM resource ID of Access Control Lists. |
| OptionAPropertyFabricAsn |
Fabric ASN number. Example 65001 |
| OptionAPropertyIngressAclId |
Ingress Acl. ARM resource ID of Access Control Lists. |
| OptionAPropertyMtu |
MTU to use for option A peering. |
| OptionAPropertyPeerAsn |
Peer ASN number.Example : 28 |
| OptionAPropertyPrimaryIpv4Prefix |
IPv4 Address Prefix. |
| OptionAPropertyPrimaryIpv6Prefix |
IPv6 Address Prefix. |
| OptionAPropertySecondaryIpv4Prefix |
Secondary IPv4 Address Prefix. |
| OptionAPropertySecondaryIpv6Prefix |
Secondary IPv6 Address Prefix. |
| OptionAPropertyVlanId |
Vlan identifier. Example : 501 |
| OptionBProperty |
option B properties object |
| PeeringOption |
Peering option list. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |