IVirtualNetworkPeering.PeeringState Property

Definition

The status of the virtual network peering.

[Microsoft.Azure.PowerShell.Cmdlets.Databricks.PSArgumentCompleter(new System.String[] { "Initiated", "Connected", "Disconnected" })]
[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=false, Description="The status of the virtual network peering.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="peeringState", Update=false)]
public string PeeringState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.PSArgumentCompleter(new System.String[] { "Initiated", "Connected", "Disconnected" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=false, Description="The status of the virtual network peering.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="peeringState", Update=false)>]
member this.PeeringState : string
Public ReadOnly Property PeeringState As String

Property Value

Attributes

Applies to