NetworkToNetworkInterconnectData Class
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.
A class representing the NetworkToNetworkInterconnect data model. The Network To Network Interconnect resource definition.
public class NetworkToNetworkInterconnectData : Azure.ResourceManager.Models.ResourceData
type NetworkToNetworkInterconnectData = class
inherit ResourceData
Public Class NetworkToNetworkInterconnectData
Inherits ResourceData
- Inheritance
Constructors
NetworkToNetworkInterconnectData(NetworkFabricBooleanValue) |
Initializes a new instance of NetworkToNetworkInterconnectData. |
Properties
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. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
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. |
Name |
The name of the resource. (Inherited from ResourceData) |
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. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
UseOptionB |
Based on this option layer3 parameters are mandatory. Example: True/False. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET