次の方法で共有


PrivateLinkResourceProperties コンストラクター

定義

オーバーロード

PrivateLinkResourceProperties()

PrivateLinkResourceProperties クラスの新しいインスタンスを初期化します。

PrivateLinkResourceProperties(String, IList<String>, IList<String>, IList<ShareablePrivateLinkResourceType>)

PrivateLinkResourceProperties クラスの新しいインスタンスを初期化します。

PrivateLinkResourceProperties()

PrivateLinkResourceProperties クラスの新しいインスタンスを初期化します。

public PrivateLinkResourceProperties();
Public Sub New ()

適用対象

PrivateLinkResourceProperties(String, IList<String>, IList<String>, IList<ShareablePrivateLinkResourceType>)

PrivateLinkResourceProperties クラスの新しいインスタンスを初期化します。

public PrivateLinkResourceProperties(string groupId = default, System.Collections.Generic.IList<string> requiredMembers = default, System.Collections.Generic.IList<string> requiredZoneNames = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Search.Models.ShareablePrivateLinkResourceType> shareablePrivateLinkResourceTypes = default);
new Microsoft.Azure.Management.Search.Models.PrivateLinkResourceProperties : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Search.Models.ShareablePrivateLinkResourceType> -> Microsoft.Azure.Management.Search.Models.PrivateLinkResourceProperties
Public Sub New (Optional groupId As String = Nothing, Optional requiredMembers As IList(Of String) = Nothing, Optional requiredZoneNames As IList(Of String) = Nothing, Optional shareablePrivateLinkResourceTypes As IList(Of ShareablePrivateLinkResourceType) = Nothing)

パラメーター

groupId
String

プライベート リンク リソースのグループ ID。

requiredMembers
IList<String>

プライベート リンク リソースの必須メンバーの一覧。

requiredZoneNames
IList<String>

プライベート リンク リソースの必要な DNS ゾーン名の一覧。

shareablePrivateLinkResourceTypes
IList<ShareablePrivateLinkResourceType>

Azure Cognitive Searchでサポートされているプライベート リンク サービスにオンボードされているリソースの一覧。

適用対象