PrivateEndpointInner.ManualPrivateLinkServiceConnections Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.manualPrivateLinkServiceConnections")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceConnectionInner> ManualPrivateLinkServiceConnections { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.manualPrivateLinkServiceConnections")>]
member this.ManualPrivateLinkServiceConnections : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceConnectionInner> with get, set
Public Property ManualPrivateLinkServiceConnections As IList(Of PrivateLinkServiceConnectionInner)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute