次の方法で共有


IWithCreate インターフェイス

定義

(WithCreate.create()) を使用して) 作成するリソースに必要な最小入力をすべて含む定義のステージ。また、その他のオプション設定を指定することもできます。

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

プロパティ

Key

(WithCreate.create()) を使用して) 作成するリソースに必要な最小入力をすべて含む定義のステージ。また、その他のオプション設定を指定することもできます。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

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

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

(継承元 IWithApplicationRuleCollection)
DefineAzureFirewallIpConfiguration(String)

Azure ファイアウォール の IP 構成を設定します。

(継承元 IWithIpConfiguration)
DefineAzureFirewallNatRuleCollection(String)

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

(継承元 IWithNatRuleCollection)
DefineAzureFirewallNetworkRuleCollection(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)
WithRegion(Region)

リソースのリージョンを指定します。

(継承元 IDefinitionWithRegion<T>)
WithRegion(String)

リソースのリージョンを名前で指定します。

(継承元 IDefinitionWithRegion<T>)
WithStandardSkuTier()

リソース SKU レベルを "Standard" に設定します。

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

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

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

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

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

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

(継承元 IWithVirtualHub)
WithZone(String)

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

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

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

(継承元 IWithZones)

適用対象