次の方法で共有


PrivateLinkResourceProperties コンストラクター

定義

オーバーロード

PrivateLinkResourceProperties()

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

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

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

PrivateLinkResourceProperties()

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

public PrivateLinkResourceProperties ();
Public Sub New ()

適用対象

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

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

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

パラメーター

groupId
String

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

requiredMembers
IList<String>

プライベート リンク リソースに必要なメンバー名。

requiredZoneNames
IList<String>

プライベート リンク リソースに必要なゾーン名。

適用対象