ICircuit Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.CircuitTypeConverter))]
public interface ICircuit : Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.CircuitTypeConverter))>]
type ICircuit = interface
interface IJsonSerializable
Public Interface ICircuit
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |