Udostępnij za pośrednictwem


PrivateEndpointInner.ManualPrivateLinkServiceConnections Property

Definition

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

Applies to