PrivateEndpoint.PrivateLinkServiceConnections Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="properties.privateLinkServiceConnections")]
public System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateLinkServiceConnection> PrivateLinkServiceConnections { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.privateLinkServiceConnections")>]
member this.PrivateLinkServiceConnections : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateLinkServiceConnection> with get, set
Public Property PrivateLinkServiceConnections As IList(Of PrivateLinkServiceConnection)

Property Value

IList<PrivateLinkServiceConnection>
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to