AzureFirewall コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AzureFirewall()
AzureFirewall クラスの新しいインスタンスを初期化します。
public AzureFirewall ();
Public Sub New ()
適用対象
AzureFirewall(String, String, String, String, IDictionary<String, String>, IList<AzureFirewallApplicationRuleCollection>, IList<AzureFirewallNatRuleCollection>, IList<AzureFirewallNetworkRuleCollection>, IList<AzureFirewallIPConfiguration>, AzureFirewallIPConfiguration, String, String, SubResource, SubResource, HubIPAddresses, IList<AzureFirewallIpGroups>, AzureFirewallSku, IDictionary<String,String>, IList<String>, String)
AzureFirewall クラスの新しいインスタンスを初期化します。
public AzureFirewall (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallApplicationRuleCollection> applicationRuleCollections = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallNatRuleCollection> natRuleCollections = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallNetworkRuleCollection> networkRuleCollections = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallIPConfiguration> ipConfigurations = default, Microsoft.Azure.Management.Network.Models.AzureFirewallIPConfiguration managementIpConfiguration = default, string provisioningState = default, string threatIntelMode = default, Microsoft.Azure.Management.Network.Models.SubResource virtualHub = default, Microsoft.Azure.Management.Network.Models.SubResource firewallPolicy = default, Microsoft.Azure.Management.Network.Models.HubIPAddresses hubIPAddresses = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallIpGroups> ipGroups = default, Microsoft.Azure.Management.Network.Models.AzureFirewallSku sku = default, System.Collections.Generic.IDictionary<string,string> additionalProperties = default, System.Collections.Generic.IList<string> zones = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.AzureFirewall : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallApplicationRuleCollection> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallNatRuleCollection> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallNetworkRuleCollection> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallIPConfiguration> * Microsoft.Azure.Management.Network.Models.AzureFirewallIPConfiguration * string * string * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.HubIPAddresses * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureFirewallIpGroups> * Microsoft.Azure.Management.Network.Models.AzureFirewallSku * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Models.AzureFirewall
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional applicationRuleCollections As IList(Of AzureFirewallApplicationRuleCollection) = Nothing, Optional natRuleCollections As IList(Of AzureFirewallNatRuleCollection) = Nothing, Optional networkRuleCollections As IList(Of AzureFirewallNetworkRuleCollection) = Nothing, Optional ipConfigurations As IList(Of AzureFirewallIPConfiguration) = Nothing, Optional managementIpConfiguration As AzureFirewallIPConfiguration = Nothing, Optional provisioningState As String = Nothing, Optional threatIntelMode As String = Nothing, Optional virtualHub As SubResource = Nothing, Optional firewallPolicy As SubResource = Nothing, Optional hubIPAddresses As HubIPAddresses = Nothing, Optional ipGroups As IList(Of AzureFirewallIpGroups) = Nothing, Optional sku As AzureFirewallSku = Nothing, Optional additionalProperties As IDictionary(Of String, String) = Nothing, Optional zones As IList(Of String) = Nothing, Optional etag As String = Nothing)
パラメーター
- id
- String
リソースの ID
- name
- String
リソース名。
- type
- String
リソースの種類。
- location
- String
リソースの場所。
- tags
- IDictionary<String,String>
リソース タグ。
- applicationRuleCollections
- IList<AzureFirewallApplicationRuleCollection>
Azure Firewallによって使用されるアプリケーション ルール コレクションのコレクション。
- natRuleCollections
- IList<AzureFirewallNatRuleCollection>
Azure Firewallによって使用される NAT 規則コレクションのコレクション。
- networkRuleCollections
- IList<AzureFirewallNetworkRuleCollection>
Azure Firewallによって使用されるネットワーク ルール コレクションのコレクション。
- ipConfigurations
- IList<AzureFirewallIPConfiguration>
Azure Firewall リソースの IP 構成。
- managementIpConfiguration
- AzureFirewallIPConfiguration
管理トラフィックに使用されるAzure Firewallの IP 構成。
- provisioningState
- String
Azure ファイアウォール リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
- threatIntelMode
- String
脅威インテリジェンスの操作モード。 指定できる値は、'Alert'、'Deny'、'Off' です。
- virtualHub
- SubResource
ファイアウォールが属する virtualHub。
- firewallPolicy
- SubResource
この Azure ファイアウォールに関連付けられている firewallPolicy。
- hubIPAddresses
- HubIPAddresses
AzureFirewall に関連付けられている IP アドレス。
- ipGroups
- IList<AzureFirewallIpGroups>
AzureFirewall に関連付けられている IpGroups。
- sku
- AzureFirewallSku
Azure Firewall リソース SKU。
- additionalProperties
- IDictionary<String,String>
この Azure ファイアウォールをさらに構成するために使用される追加のプロパティ。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
適用対象
Azure SDK for .NET