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


ExpressRouteConnectionInformation Class

Definition

The ExpressRoute circuit ID and the Auth Key are required for you to successfully deploy NFC service.

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

Constructors

ExpressRouteConnectionInformation(ResourceIdentifier)

Initializes a new instance of ExpressRouteConnectionInformation.

Properties

ExpressRouteAuthorizationKey

Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations. The Auth Key is a mandatory attribute.

ExpressRouteCircuitId

The express route circuit Azure resource ID, must be of type Microsoft.Network/expressRouteCircuits/circuitName. The ExpressRoute Circuit is a mandatory attribute.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExpressRouteConnectionInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExpressRouteConnectionInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExpressRouteConnectionInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpressRouteConnectionInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExpressRouteConnectionInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to