次の方法で共有


PrivateLinkAssociation コンストラクター

定義

オーバーロード

PrivateLinkAssociation()

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

PrivateLinkAssociation(PrivateLinkAssociationPropertiesExpanded, String, String, String)

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

PrivateLinkAssociation()

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

public PrivateLinkAssociation ();
Public Sub New ()

適用対象

PrivateLinkAssociation(PrivateLinkAssociationPropertiesExpanded, String, String, String)

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

public PrivateLinkAssociation (Microsoft.Azure.Management.ResourceManager.Models.PrivateLinkAssociationPropertiesExpanded properties = default, string id = default, string type = default, string name = default);
new Microsoft.Azure.Management.ResourceManager.Models.PrivateLinkAssociation : Microsoft.Azure.Management.ResourceManager.Models.PrivateLinkAssociationPropertiesExpanded * string * string * string -> Microsoft.Azure.Management.ResourceManager.Models.PrivateLinkAssociation
Public Sub New (Optional properties As PrivateLinkAssociationPropertiesExpanded = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing)

パラメーター

properties
PrivateLinkAssociationPropertiesExpanded

プライベート リンクの関連付けプロパティ。

id
String

plaResourceID。

type
String

操作の種類です。

name
String

pla 名。

適用対象