共用方式為


VirtualNetworkPeering.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 string PeeringState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.peeringState")>]
member this.PeeringState : string with get, set
Public Property PeeringState As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to