次の方法で共有


PrivateLinkAssociationPropertiesExpanded コンストラクター

定義

オーバーロード

PrivateLinkAssociationPropertiesExpanded()

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

PrivateLinkAssociationPropertiesExpanded(String, String, String, String)

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

PrivateLinkAssociationPropertiesExpanded()

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

public PrivateLinkAssociationPropertiesExpanded ();
Public Sub New ()

適用対象

PrivateLinkAssociationPropertiesExpanded(String, String, String, String)

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

public PrivateLinkAssociationPropertiesExpanded (string privateLink = default, string publicNetworkAccess = default, string tenantID = default, string scope = default);
new Microsoft.Azure.Management.ResourceManager.Models.PrivateLinkAssociationPropertiesExpanded : string * string * string * string -> Microsoft.Azure.Management.ResourceManager.Models.PrivateLinkAssociationPropertiesExpanded
Public Sub New (Optional privateLink As String = Nothing, Optional publicNetworkAccess As String = Nothing, Optional tenantID As String = Nothing, Optional scope As String = Nothing)

パラメーター

privateLink
String

rmpl リソース ID。

publicNetworkAccess
String

使用可能な値は次のとおりです: 'Enabled'、'Disabled'

tenantID
String

TenantID。

scope
String

プライベート リンク関連付けのスコープ。

適用対象