次の方法で共有


NetworkRuleSet コンストラクター

定義

オーバーロード

NetworkRuleSet()

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

NetworkRuleSet(DefaultAction, String, IList<ResourceAccessRule>, IList<VirtualNetworkRule>, IList<IPRule>)

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

NetworkRuleSet()

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

public NetworkRuleSet ();
Public Sub New ()

適用対象

NetworkRuleSet(DefaultAction, String, IList<ResourceAccessRule>, IList<VirtualNetworkRule>, IList<IPRule>)

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

public NetworkRuleSet (Microsoft.Azure.Management.Storage.Models.DefaultAction defaultAction, string bypass = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.ResourceAccessRule> resourceAccessRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule> virtualNetworkRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.IPRule> ipRules = default);
new Microsoft.Azure.Management.Storage.Models.NetworkRuleSet : Microsoft.Azure.Management.Storage.Models.DefaultAction * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.ResourceAccessRule> * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.VirtualNetworkRule> * System.Collections.Generic.IList<Microsoft.Azure.Management.Storage.Models.IPRule> -> Microsoft.Azure.Management.Storage.Models.NetworkRuleSet
Public Sub New (defaultAction As DefaultAction, Optional bypass As String = Nothing, Optional resourceAccessRules As IList(Of ResourceAccessRule) = Nothing, Optional virtualNetworkRules As IList(Of VirtualNetworkRule) = Nothing, Optional ipRules As IList(Of IPRule) = Nothing)

パラメーター

defaultAction
DefaultAction

他のルールが一致しない場合に許可または拒否の既定のアクションを指定します。 使用可能な値は次のとおりです: 'Allow'、'Deny'

bypass
String

ログ/メトリック/AzureServices にトラフィックをバイパスするかどうかを指定します。 使用可能な値は、ログの任意の組み合わせです|メトリック|これらのトラフィックをバイパスしない場合は、AzureServices ("ログ記録、メトリック" など)、または None。 使用可能な値は、'None'、'Logging'、'Metrics'、'AzureServices' です。

resourceAccessRules
IList<ResourceAccessRule>

リソース アクセス規則を設定します

virtualNetworkRules
IList<VirtualNetworkRule>

仮想ネットワーク規則を設定します

ipRules
IList<IPRule>

IP ACL 規則を設定します

適用対象