INetworkToNetworkInterconnectPatch Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkToNetworkInterconnectPatchTypeConverter))]
public interface INetworkToNetworkInterconnectPatch : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkToNetworkInterconnectPatchTypeConverter))>]
type INetworkToNetworkInterconnectPatch = interface
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
Public Interface INetworkToNetworkInterconnectPatch
Implements IProxyResource
Derived
Attributes
Implements

Properties

Name Description
EgressAclId

Egress Acl. ARM resource ID of Access Control Lists.

ExportRoutePolicy

Export Route Policy information

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

(Inherited from IResource)
ImportRoutePolicy

Import Route Policy information.

IngressAclId

Ingress Acl. ARM resource ID of Access Control Lists.

Layer2Configuration

Common properties for Layer2Configuration.

Name

The name of the resource

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

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)

Methods

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

Applies to