PrivateLinkResource.RequiredMembers Property

Definition

Gets the list of required members that are used to establish the private link connection.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.requiredMembers")]
public System.Collections.Generic.IList<string> RequiredMembers { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.requiredMembers")>]
member this.RequiredMembers : System.Collections.Generic.IList<string>
Public ReadOnly Property RequiredMembers As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to