ExternalNetworkProperties Class

Definition

External Network Properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ExternalNetworkPropertiesTypeConverter))]
public class ExternalNetworkProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IExternalNetworkProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ExternalNetworkPropertiesTypeConverter))>]
type ExternalNetworkProperties = class
    interface IExternalNetworkProperties
    interface IJsonSerializable
    interface IAnnotationResource
    interface IExternalNetworkPatchableProperties
    interface IValidates
Public Class ExternalNetworkProperties
Implements IExternalNetworkProperties, IValidates
Inheritance
ExternalNetworkProperties
Attributes
Implements

Constructors

Name Description
ExternalNetworkProperties()

Creates an new ExternalNetworkProperties instance.

Properties

Name Description
AdministrativeState

Administrative state of the resource.

Annotation

Switch configuration description.

ConfigurationState

Configuration state of the resource.

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.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExternalNetworkProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExternalNetworkProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IExternalNetworkProperties.

FromJsonString(String)

Creates a new instance of ExternalNetworkProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExternalNetworkProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to