Circuit Class

Definition

An ExpressRoute Circuit

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.CircuitTypeConverter))]
public class Circuit : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ICircuit
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.CircuitTypeConverter))>]
type Circuit = class
    interface ICircuit
    interface IJsonSerializable
Public Class Circuit
Implements ICircuit
Inheritance
Circuit
Attributes
Implements

Constructors

Circuit()

Creates an new Circuit instance.

Properties

ExpressRouteId

Identifier of the ExpressRoute Circuit (Microsoft Colo only)

ExpressRoutePrivatePeeringId

ExpressRoute Circuit private peering identifier

PrimarySubnet

CIDR of primary subnet

SecondarySubnet

CIDR of secondary subnet

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Circuit.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Circuit.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.ICircuit.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Circuit into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to