Share via


PrivateEndpoint.ManualPrivateLinkServiceConnections Property

Definition

Gets or sets a list of connections to the remote resource. Immutable after it is set.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.manualPrivateLinkServiceConnections")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.PrivateLinkServiceConnection> ManualPrivateLinkServiceConnections { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.manualPrivateLinkServiceConnections")>]
member this.ManualPrivateLinkServiceConnections : System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.PrivateLinkServiceConnection> with get, set
Public Property ManualPrivateLinkServiceConnections As IList(Of PrivateLinkServiceConnection)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to