ExpressRouteConnectionInformation Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ExpressRouteConnectionInformationTypeConverter))]
public class ExpressRouteConnectionInformation : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IExpressRouteConnectionInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ExpressRouteConnectionInformationTypeConverter))>]
type ExpressRouteConnectionInformation = class
    interface IExpressRouteConnectionInformation
    interface IJsonSerializable
Public Class ExpressRouteConnectionInformation
Implements IExpressRouteConnectionInformation
Inheritance
ExpressRouteConnectionInformation
Attributes
Implements

Constructors

Name Description
ExpressRouteConnectionInformation()

Creates an new ExpressRouteConnectionInformation instance.

Properties

Name Description
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

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExpressRouteConnectionInformation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExpressRouteConnectionInformation.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExpressRouteConnectionInformation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to