Share via


SearchService.SharedPrivateLinkResources Property

Definition

Gets the list of shared private link resources managed by the Azure Cognitive Search service.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.sharedPrivateLinkResources")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResource> SharedPrivateLinkResources { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.sharedPrivateLinkResources")>]
member this.SharedPrivateLinkResources : System.Collections.Generic.IList<Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResource>
Public ReadOnly Property SharedPrivateLinkResources As IList(Of SharedPrivateLinkResource)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to