IPeeringIdentity 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.PeeringIdentityTypeConverter))]
public interface IPeeringIdentity : Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.PeeringIdentityTypeConverter))>]
type IPeeringIdentity = interface
interface IJsonSerializable
Public Interface IPeeringIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ConnectionMonitorTestName |
The name of the connection monitor test |
Id |
Resource identity path |
PeerAsnName |
The peer ASN name. |
PeeringName |
The name of the peering. |
PeeringServiceName |
The name of the peering service. |
PrefixName |
The name of the prefix. |
RegisteredAsnName |
The name of the registered ASN. |
RegisteredPrefixName |
The name of the registered prefix. |
ResourceGroupName |
The name of the resource group. |
SubscriptionId |
The Azure subscription ID. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |