Udostępnij przez


IPeeringLocation.Kind Property

Definition

The kind of peering that the peering location supports.

[Microsoft.Azure.PowerShell.Cmdlets.Peering.PSArgumentCompleter(new System.String[] { "Direct", "Exchange" })]
[Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Create=true, Description="The kind of peering that the peering location supports.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="kind", Update=true)]
public string Kind { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Peering.PSArgumentCompleter(new System.String[] { "Direct", "Exchange" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Create=true, Description="The kind of peering that the peering location supports.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="kind", Update=true)>]
member this.Kind : string with get, set
Public Property Kind As String

Property Value

Attributes

Applies to