次の方法で共有


NetworkRuleSet コンストラクター

定義

オーバーロード

NetworkRuleSet()

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

NetworkRuleSet(String)

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

NetworkRuleSet()

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

public NetworkRuleSet ();
Public Sub New ()

適用対象

NetworkRuleSet(String)

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

public NetworkRuleSet (string publicNetworkAccess = default);
new Microsoft.Azure.Management.Monitor.Models.NetworkRuleSet : string -> Microsoft.Azure.Management.Monitor.Models.NetworkRuleSet
Public Sub New (Optional publicNetworkAccess As String = Nothing)

パラメーター

publicNetworkAccess
String

パブリック インターネットからエンドポイントへのネットワーク アクセスを許可するかどうかを設定する構成。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

適用対象