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 です。

適用対象