次の方法で共有


SearchServiceUpdate.SharedPrivateLinkResources プロパティ

定義

Azure Cognitive Search サービスによって管理される共有プライベート リンク リソースの一覧を取得します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象