INetworkToNetworkInterconnectProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkToNetworkInterconnectPropertiesTypeConverter))]
public interface INetworkToNetworkInterconnectProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkToNetworkInterconnectPropertiesTypeConverter))>]
type INetworkToNetworkInterconnectProperties = interface
interface IJsonSerializable
Public Interface INetworkToNetworkInterconnectProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AdministrativeState |
Administrative state of the resource. |
| ConfigurationState |
Configuration state of the resource. |
| EgressAclId |
Egress Acl. ARM resource ID of Access Control Lists. |
| ExportRoutePolicy |
Export Route Policy configuration. |
| ImportRoutePolicy |
Import Route Policy configuration. |
| IngressAclId |
Ingress Acl. ARM resource ID of Access Control Lists. |
| IsManagementType |
Configuration to use NNI for Infrastructure Management. Example: True/False. |
| Layer2Configuration |
Common properties for Layer2 Configuration. |
| NniType |
Type of NNI used. Example: CE | NPB |
| NpbStaticRouteConfiguration |
NPB Static Route Configuration properties. |
| OptionBLayer3Configuration |
Common properties for Layer3Configuration. |
| ProvisioningState |
Provisioning state of the resource. |
| UseOptionB |
Based on this option layer3 parameters are mandatory. Example: True/False |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |