次の方法で共有


IUpdate インターフェイス

定義

変更可能なすべての設定を含むローカル ネットワーク ゲートウェイの更新操作のテンプレート。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IWithAddressSpace, Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IWithBgp, Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IWithIPAddress, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.ILocalNetworkGateway>
type IUpdate = interface
    interface IAppliable<ILocalNetworkGateway>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithIPAddress
    interface IWithAddressSpace
    interface IWithBgp
Public Interface IUpdate
Implements IAppliable(Of ILocalNetworkGateway), IUpdateWithTags(Of IUpdate), IWithAddressSpace, IWithBgp, IWithIPAddress
実装

プロパティ

Key

変更可能なすべての設定を含むローカル ネットワーク ゲートウェイの更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

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

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

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

アドレス空間を追加します。 注: このメソッドの効果は追加的です。つまり、使用されるたびに、新しいアドレス空間がネットワークに追加されます。

(継承元 IWithAddressSpace)
WithBgp(Int64, String)

BGP を有効にします。

(継承元 IWithBgp)
WithIPAddress(String)

変更可能なすべての設定を含むローカル ネットワーク ゲートウェイの更新操作のテンプレート。

(継承元 IWithIPAddress)
WithoutAddressSpace(String)

アドレス空間を削除します。 注: アドレス空間は、正確な cidr 文字列が一致する場合にのみ削除されます。

(継承元 IWithAddressSpace)
WithoutBgp()

BGP を無効にします。

(継承元 IWithBgp)
WithoutTag(String)

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

(継承元 IUpdateWithTags<T>)
WithTag(String, String)

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

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

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

(継承元 IUpdateWithTags<T>)

適用対象