NetworkToNetworkInterconnectPatch Class

Definition

The Network To Network Interconnect resource patch definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkToNetworkInterconnectPatchTypeConverter))]
public class NetworkToNetworkInterconnectPatch : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkToNetworkInterconnectPatch, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkToNetworkInterconnectPatchTypeConverter))>]
type NetworkToNetworkInterconnectPatch = class
    interface INetworkToNetworkInterconnectPatch
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class NetworkToNetworkInterconnectPatch
Implements INetworkToNetworkInterconnectPatch, IValidates
Inheritance
NetworkToNetworkInterconnectPatch
Attributes
Implements

Constructors

Name Description
NetworkToNetworkInterconnectPatch()

Creates an new NetworkToNetworkInterconnectPatch instance.

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}"

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

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

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

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

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkToNetworkInterconnectPatch.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkToNetworkInterconnectPatch.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkToNetworkInterconnectPatch into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to