你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IPeeringIdentity Interface

Definition

[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)

Applies to