共用方式為


PrivateLinkResourceProperties.ShareablePrivateLinkResourceTypes Property

Definition

Gets the list of resources that are onboarded to private link service, that are supported by Azure Cognitive Search.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to