次の方法で共有


IUpdate インターフェイス

定義

変更できるすべての設定を含む仮想ネットワーク更新操作のテンプレート。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.Network.Update.IWithAddressSpace, Microsoft.Azure.Management.Network.Fluent.Network.Update.IWithDdosProtectionPlan, Microsoft.Azure.Management.Network.Fluent.Network.Update.IWithDnsServer, Microsoft.Azure.Management.Network.Fluent.Network.Update.IWithSubnet, Microsoft.Azure.Management.Network.Fluent.Network.Update.IWithVmProtection, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.Network.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.INetwork>
type IUpdate = interface
    interface IAppliable<INetwork>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithSubnet
    interface IWithDnsServer
    interface IWithAddressSpace
    interface IWithAddressSpaceBeta
    interface IBeta
    interface IWithDdosProtectionPlan
    interface IWithVmProtection
Public Interface IUpdate
Implements IAppliable(Of INetwork), IBeta, IUpdateWithTags(Of IUpdate), IWithAddressSpace, IWithDdosProtectionPlan, IWithDnsServer, IWithSubnet, IWithVmProtection
実装

プロパティ

Key

変更できるすべての設定を含む仮想ネットワーク更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

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

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

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

この仮想ネットワークに追加する新しいサブネットの定義を開始します。

(継承元 IWithSubnet)
UpdateSubnet(String)

このネットワークの既存のサブネットの更新の説明を開始します。

(継承元 IWithSubnet)
WithAddressSpace(String)

仮想ネットワークにアドレス空間を明示的に追加します。 このメソッドの効果は追加的であることに注意してください。つまり、使用されるたびに、新しいアドレス空間がネットワークに追加されます。 このメソッドは、競合や他のアドレス空間との重複についてはチェックしません。 競合が発生した場合は、更新プログラムの適用後にクラウド例外がスローされる可能性があります。

(継承元 IWithAddressSpace)
WithDnsServer(String)

仮想ネットワークに関連付ける DNS サーバーの IP アドレスを指定します。 この方法の効果は追加的であることに注意してください。つまり、使用されるたびに、新しい DNS サーバーがネットワークに追加されます。

(継承元 IWithDnsServer)
WithExistingDdosProtectionPlan(String)

既存の DDoS 保護プランを仮想ネットワークに関連付けます。

(継承元 IWithDdosProtectionPlan)
WithNewDdosProtectionPlan()

仮想ネットワークと同じリージョンとグループに新しい DDoS 保護プランを作成し、それをリソースに関連付けます。 DDoS 保護プランの内部名は、リソースの名前から派生します。

(継承元 IWithDdosProtectionPlan)
WithoutAddressSpace(String)

指定したアドレス空間を仮想ネットワークから削除します。これは、どのサブネットも使用されていないことを前提としています。

(継承元 IWithAddressSpaceBeta)
WithoutDdosProtectionPlan()

DDoS 保護プランの関連付けを解除し、この仮想ネットワークの Standard DDoS 保護を無効にします。 注: プラン リソースは Azure から削除されません。

(継承元 IWithDdosProtectionPlan)
WithoutSubnet(String)

仮想ネットワークからサブネットを削除します。

(継承元 IWithSubnet)
WithoutTag(String)

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

(継承元 IUpdateWithTags<T>)
WithoutVmProtection()

仮想ネットワーク内のすべてのサブネットの VM 保護を無効にします。

(継承元 IWithVmProtection)
WithSubnet(String, String)

仮想ネットワークにサブネットを明示的に追加します。 このメソッドの効果は追加的であることに注意してください。つまり、使用されるたびに、新しいサブネットがネットワークに追加されます。

(継承元 IWithSubnet)
WithSubnets(IDictionary<String,String>)

指定されたマップに基づいて、仮想ネットワーク内のすべてのサブネットを明示的に定義します。 これにより、以前に既存のサブネットが置き換えられます。

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

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

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

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

(継承元 IUpdateWithTags<T>)
WithVmProtection()

仮想ネットワーク内のすべてのサブネットに対して VM 保護を有効にします。

(継承元 IWithVmProtection)

適用対象