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

PeeringIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.PeeringIdentityTypeConverter))]
public class PeeringIdentity : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IPeeringIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.PeeringIdentityTypeConverter))>]
type PeeringIdentity = class
    interface IPeeringIdentity
    interface IJsonSerializable
Public Class PeeringIdentity
Implements IPeeringIdentity
Inheritance
PeeringIdentity
Attributes
Implements

Constructors

PeeringIdentity()

Creates an new PeeringIdentity instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PeeringIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PeeringIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IPeeringIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PeeringIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to