AzureFirewallApplicationRuleCollectionInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AzureFirewallApplicationRuleCollectionInner() |
AzureFirewallApplicationRuleCollectionInner クラスの新しいインスタンスを初期化します。 |
AzureFirewallApplicationRuleCollectionInner(String, Nullable<Int32>, AzureFirewallRCAction, IList<AzureFirewallApplicationRule>, ProvisioningState, String, String) |
AzureFirewallApplicationRuleCollectionInner クラスの新しいインスタンスを初期化します。 |
AzureFirewallApplicationRuleCollectionInner()
AzureFirewallApplicationRuleCollectionInner クラスの新しいインスタンスを初期化します。
public AzureFirewallApplicationRuleCollectionInner ();
Public Sub New ()
適用対象
AzureFirewallApplicationRuleCollectionInner(String, Nullable<Int32>, AzureFirewallRCAction, IList<AzureFirewallApplicationRule>, ProvisioningState, String, String)
AzureFirewallApplicationRuleCollectionInner クラスの新しいインスタンスを初期化します。
public AzureFirewallApplicationRuleCollectionInner (string id = default, int? priority = default, Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallRCAction action = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallApplicationRule> rules = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallApplicationRuleCollectionInner : string * Nullable<int> * Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallRCAction * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallApplicationRule> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallApplicationRuleCollectionInner
Public Sub New (Optional id As String = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional action As AzureFirewallRCAction = Nothing, Optional rules As IList(Of AzureFirewallApplicationRule) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
パラメーター
- id
- String
- action
- AzureFirewallRCAction
ルール コレクションのアクションの種類。
アプリケーション ルール コレクションによって使用されるルールのコレクション。
- provisioningState
- ProvisioningState
アプリケーション ルール コレクション リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
- name
- String
Azure ファイアウォール内で一意のリソースの名前。 この名前は、リソースへのアクセスに使用できます。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET