次の方法で共有


ApplicationGatewayPrivateLinkResource コンストラクター

定義

オーバーロード

ApplicationGatewayPrivateLinkResource()

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

ApplicationGatewayPrivateLinkResource(String, String, IList<String>, IList<String>, String, String, String)

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

ApplicationGatewayPrivateLinkResource()

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

public ApplicationGatewayPrivateLinkResource ();
Public Sub New ()

適用対象

ApplicationGatewayPrivateLinkResource(String, String, IList<String>, IList<String>, String, String, String)

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

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

パラメーター

id
String

リソースの ID

groupId
String

プライベート リンク リソースのグループ識別子。

requiredMembers
IList<String>

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

requiredZoneNames
IList<String>

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

name
String

Application Gateway内で一意のプライベート リンク リソースの名前。

etag
String

リソースが更新されるたびに変更される一意の読み取り専用文字列。

type
String

リソースの種類。

適用対象