Share via


VirtualNetworkPeeringInner.PeeringState Property

Definition

Gets or sets the status of the virtual network peering. Possible values include: 'Initiated', 'Connected', 'Disconnected'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.peeringState")]
public Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkPeeringState PeeringState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.peeringState")>]
member this.PeeringState : Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkPeeringState with get, set
Public Property PeeringState As VirtualNetworkPeeringState

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to