IPeeringPropertiesDirect 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.Peering.Models.PeeringPropertiesDirectTypeConverter))]
public interface IPeeringPropertiesDirect : Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.PeeringPropertiesDirectTypeConverter))>]
type IPeeringPropertiesDirect = interface
interface IJsonSerializable
Public Interface IPeeringPropertiesDirect
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Connection |
The set of connections that constitute a direct peering. |
| DirectPeeringType |
The type of direct peering. |
| PeerAsnId |
The identifier of the referenced resource. |
| UseForPeeringService |
The flag that indicates whether or not the peering is used for peering service. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |