你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

专用链接关联的范围。

适用于