次の方法で共有


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.WebSites.Models.PrivateLinkResourceProperties : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.WebSites.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

プライベート リンク リソースの GroupId

requiredMembers
IList<String>

RequiredMembers of a private link resource

requiredZoneNames
IList<String>

プライベート リンク リソースの RequiredZoneNames

適用対象