IExternalNetworkProperties Interface

Definition

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

Properties

Name Description
AdministrativeState

Administrative state of the resource.

Annotation

Switch configuration description.

(Inherited from IAnnotationResource)
ConfigurationState

Configuration state of the resource.

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)
NetworkToNetworkInterconnectId

Gets the networkToNetworkInterconnectId of the resource.

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.

ProvisioningState

Provisioning state of the resource.

Methods

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

Applies to