Поделиться через


NetworkToNetworkInterconnectData Class

Definition

A class representing the NetworkToNetworkInterconnect data model. The Network To Network Interconnect resource definition.

public class NetworkToNetworkInterconnectData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.NetworkToNetworkInterconnectData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.NetworkToNetworkInterconnectData>
type NetworkToNetworkInterconnectData = class
    inherit ResourceData
    interface IJsonModel<NetworkToNetworkInterconnectData>
    interface IPersistableModel<NetworkToNetworkInterconnectData>
Public Class NetworkToNetworkInterconnectData
Inherits ResourceData
Implements IJsonModel(Of NetworkToNetworkInterconnectData), IPersistableModel(Of NetworkToNetworkInterconnectData)
Inheritance
NetworkToNetworkInterconnectData
Implements

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)

Explicit Interface Implementations

IJsonModel<NetworkToNetworkInterconnectData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NetworkToNetworkInterconnectData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkToNetworkInterconnectData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkToNetworkInterconnectData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NetworkToNetworkInterconnectData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to