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

MonitorPrivateLinkScopeData 构造函数

定义

初始化 MonitorPrivateLinkScopeData 的新实例。

public MonitorPrivateLinkScopeData (Azure.Core.AzureLocation location, Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkAccessModeSettings accessModeSettings);
new Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeData : Azure.Core.AzureLocation * Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkAccessModeSettings -> Azure.ResourceManager.Monitor.MonitorPrivateLinkScopeData
Public Sub New (location As AzureLocation, accessModeSettings As MonitorPrivateLinkAccessModeSettings)

参数

location
AzureLocation

位置。

accessModeSettings
MonitorPrivateLinkAccessModeSettings

访问模式设置。

例外

accessModeSettings 为 null。

适用于