IExternalNetworkPatchProperties Interface

Definition

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

Properties

Name Description
Annotation

Switch configuration description.

(Inherited from IAnnotationResource)
ExportRoutePolicy

Export Route Policy either IPv4 or IPv6.

(Inherited from IExternalNetworkPatchableProperties)
ExportRoutePolicyId

ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.

(Inherited from IExternalNetworkPatchableProperties)
ImportRoutePolicy

Import Route Policy either IPv4 or IPv6.

(Inherited from IExternalNetworkPatchableProperties)
ImportRoutePolicyId

ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.

(Inherited from IExternalNetworkPatchableProperties)
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)

Applies to