次の方法で共有


IUpdate インターフェイス

定義

変更可能なすべての設定を含む更新操作のテンプレート。 Update.apply() を呼び出して、Azure のリソースに変更を適用します。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithAdditionalProperty, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleCollection, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithFirewallPolicy, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNatRuleCollection, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleCollection, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithSku, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithThreatIntelMode, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithVirtualHub, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithZones, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.IAzureFirewall>
type IUpdate = interface
    interface IAppliable<IAzureFirewall>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithThreatIntelMode
    interface IWithVirtualHub
    interface IWithFirewallPolicy
    interface IWithSku
    interface IWithAdditionalProperty
    interface IWithZones
    interface IWithApplicationRuleCollection
    interface IWithNatRuleCollection
    interface IWithNetworkRuleCollection
Public Interface IUpdate
Implements IAppliable(Of IAzureFirewall), IUpdateWithTags(Of IUpdate), IWithAdditionalProperty, IWithApplicationRuleCollection, IWithFirewallPolicy, IWithNatRuleCollection, IWithNetworkRuleCollection, IWithSku, IWithThreatIntelMode, IWithVirtualHub, IWithZones
派生
実装

プロパティ

Key

変更可能なすべての設定を含む更新操作のテンプレート。 Update.apply() を呼び出して、Azure のリソースに変更を適用します。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
DefineAzureFirewallApplicationRuleCollection(String)

Azure ファイアウォール アプリケーション規則のコレクションを設定します。

(継承元 IWithApplicationRuleCollection)
DefineAzureFirewallNatRuleCollection(String)

Azure Firewall nat 規則のコレクションを設定します。

(継承元 IWithNatRuleCollection)
DefineAzureFirewallNetworkRuleCollection(String)

Azure ファイアウォール ネットワーク規則のコレクションを設定します。

(継承元 IWithNetworkRuleCollection)
UpdateAzureFirewallApplicationRuleCollection(String)

Azure ファイアウォール アプリケーション規則コレクションを更新します。

(継承元 IWithApplicationRuleCollection)
UpdateAzureFirewallNatRuleCollection(String)

Azure Firewall nat 規則コレクションを更新します。

(継承元 IWithNatRuleCollection)
UpdateAzureFirewallNetworkRuleCollection(String)

Azure ファイアウォール ネットワーク規則コレクションを更新します。

(継承元 IWithNetworkRuleCollection)
WithAdditionalProperties(IDictionary<String,String>)

さらに構成するために使用する追加のプロパティを設定します。

(継承元 IWithAdditionalProperty)
WithAdditionalProperty(String, String)

さらに構成するために使用する追加のプロパティを設定します。

(継承元 IWithAdditionalProperty)
WithAlertModeForThreatIntel()

脅威インテリジェンスの操作モードを "アラート" として有効にします。

(継承元 IWithThreatIntelMode)
WithAzureFirewallHubSkuName()

リソース SKU 名を 'AZFW_Hub' に設定します。

(継承元 IWithSku)
WithAzureFirewallVnetSkuName()

リソース SKU 名を 'AZFW_VNet' に設定します。

(継承元 IWithSku)
WithDenyModeForThreatIntel()

脅威インテリジェンスの操作モードを "拒否" として有効にします。

(継承元 IWithThreatIntelMode)
WithFirewallPolicy(String)

ファイアウォールが属するファイアウォール ポリシーを設定します。

(継承元 IWithFirewallPolicy)
WithOffModeForThreatIntel()

脅威インテリジェンスの操作モードを "オフ" として有効にします。

(継承元 IWithThreatIntelMode)
WithoutAdditionalProperty(String)

さらに構成するために使用される追加のプロパティを削除します。

(継承元 IWithAdditionalProperty)
WithoutAzureFirewallApplicationRuleCollection(String)

Azure ファイアウォール アプリケーション規則コレクションを削除します。

(継承元 IWithApplicationRuleCollection)
WithoutAzureFirewallNatRuleCollection(String)

Azure Firewall nat 規則コレクションを削除します。

(継承元 IWithNatRuleCollection)
WithoutAzureFirewallNetworkRuleCollection(String)

Azure ファイアウォール ネットワーク規則コレクションを削除します。

(継承元 IWithNetworkRuleCollection)
WithoutTag(String)

リソースからタグを削除します。

(継承元 IUpdateWithTags<T>)
WithoutZone(String)

リソースの取得元を指定する可用性ゾーンを削除します。

(継承元 IWithZones)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IUpdateWithTags<T>)
WithVirtualHub(String)

ファイアウォールが属する仮想ハブを設定します。

(継承元 IWithVirtualHub)
WithZone(String)

リソースの取得元を示す可用性ゾーンを設定します。

(継承元 IWithZones)
WithZones(IList<String>)

リソースの取得元を示す可用性ゾーンの一覧を設定します。

(継承元 IWithZones)

適用対象