Udostępnij przez


IPeerAsn.PeerContactDetail Property

Definition

The contact details of the peer.

[Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Create=true, Description="The contact details of the peer.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IContactDetail) }, Read=true, ReadOnly=false, Required=false, SerializedName="peerContactDetail", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IContactDetail> PeerContactDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Create=true, Description="The contact details of the peer.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IContactDetail) }, Read=true, ReadOnly=false, Required=false, SerializedName="peerContactDetail", Update=true)>]
member this.PeerContactDetail : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IContactDetail> with get, set
Public Property PeerContactDetail As List(Of IContactDetail)

Property Value

Attributes

Applies to