次の方法で共有


IUpdate インターフェイス

定義

変更できるすべての設定を含む、ロード バランサーの更新操作のテンプレート。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IWithBackend, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IWithInboundNatPool, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IWithInboundNatRule, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IWithLoadBalancingRule, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IWithOutboundRule, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IWithPrivateFrontend, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IWithProbe, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IWithPublicFrontend, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type IUpdate = interface
    interface IAppliable<ILoadBalancer>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithProbe
    interface IWithBackend
    interface IWithLoadBalancingRule
    interface IWithPublicFrontend
    interface IWithPrivateFrontend
    interface IWithInboundNatRule
    interface IWithInboundNatPool
    interface IWithOutboundRule
Public Interface IUpdate
Implements IAppliable(Of ILoadBalancer), IUpdateWithTags(Of IUpdate), IWithBackend, IWithInboundNatPool, IWithInboundNatRule, IWithLoadBalancingRule, IWithOutboundRule, IWithPrivateFrontend, IWithProbe, IWithPublicFrontend
実装

プロパティ

Key

変更できるすべての設定を含む、ロード バランサーの更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

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

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

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

このロード バランサー更新プログラムの一部として、新しいバックエンドの定義を開始します。

(継承元 IWithBackend)
DefineHttpProbe(String)

ロード バランサーに追加する新しい HTTP プローブの定義を開始します。 定義は、LoadBalancerHttpProbe.DefinitionStages.WithAttach.attach() の呼び出しで完了する必要があります。

(継承元 IWithProbe)
DefineHttpsProbe(String)

ロード バランサーに追加する新しい HTTPS プローブの定義を開始します。 定義は、LoadBalancerHttpProbe.DefinitionStages.WithAttach.attach() の呼び出しで完了する必要があります。

(継承元 IWithProbe)
DefineInboundNatPool(String)

新しい受信 NAT プールの定義を開始します。

(継承元 IWithInboundNatPool)
DefineInboundNatRule(String)

新しい受信 NAT 規則の定義を開始します。 定義は、LoadBalancerInboundNatRule.UpdateDefinitionStages.WithAttach.attach() の呼び出しで完了する必要があります。

(継承元 IWithInboundNatRule)
DefineLoadBalancingRule(String)

ロード バランサーに追加する新しい負荷分散規則の定義を開始します。

(継承元 IWithLoadBalancingRule)
DefineOutboundRule(String)

ロード バランサーに追加する新しいロード バランサー送信規則の定義を開始します。

(継承元 IWithOutboundRule)
DefinePrivateFrontend(String)

内部ロード バランサー フロントエンドの更新を開始します。

(継承元 IWithPrivateFrontend)
DefinePublicFrontend(String)

ロード バランサー フロントエンドの更新を開始します。 定義は、LoadBalancerPublicFrontend.UpdateDefinitionStages.WithAttach.attach() の呼び出しで完了する必要があります。

(継承元 IWithPublicFrontend)
DefineTcpProbe(String)

ロード バランサーに追加する新しい TCP プローブの定義を開始します。 定義は、LoadBalancerHttpProbe.DefinitionStages.WithAttach.attach() の呼び出しで完了する必要があります。

(継承元 IWithProbe)
UpdateBackend(String)

このロード バランサーの既存のバックエンドに対する更新の説明を開始します。

(継承元 IWithBackend)
UpdateHttpProbe(String)

このロード バランサー上の既存の HTTP プローブに対する更新の説明を開始します。

(継承元 IWithProbe)
UpdateHttpsProbe(String)

このロード バランサー上の既存の HTTPS プローブに対する更新の説明を開始します。

(継承元 IWithProbe)
UpdateInboundNatPool(String)

既存の受信 NAT プールに対する更新の説明を開始します。

(継承元 IWithInboundNatPool)
UpdateInboundNatRule(String)

既存の受信 NAT 規則に対する更新の説明を開始します。

(継承元 IWithInboundNatRule)
UpdateLoadBalancingRule(String)

このロード バランサーの既存の負荷分散規則に対する更新の説明を開始します。

(継承元 IWithLoadBalancingRule)
UpdateOutboundRule(String)

既存のロード バランサーの送信規則の更新を開始します。

(継承元 IWithOutboundRule)
UpdatePrivateFrontend(String)

既存の内部フロントエンドに対する更新の説明を開始します。

(継承元 IWithPrivateFrontend)
UpdatePublicFrontend(String)

既存のインターネットに接続されたフロントエンドに対する更新プログラムの説明を開始します。

(継承元 IWithPublicFrontend)
UpdateTcpProbe(String)

このロード バランサー上の既存の TCP プローブに対する更新の説明を開始します。

(継承元 IWithProbe)
WithoutBackend(String)

指定したバックエンドをロード バランサーから削除します。

(継承元 IWithBackend)
WithoutFrontend(String)

ロード バランサーから指定されたフロントエンドを削除します。

(継承元 IWithPublicFrontend)
WithoutInboundNatPool(String)

指定した受信 NAT プールをロード バランサーから削除します。

(継承元 IWithInboundNatPool)
WithoutInboundNatRule(String)

指定した受信 NAT 規則をロード バランサーから削除します。

(継承元 IWithInboundNatRule)
WithoutLoadBalancingRule(String)

指定した負荷分散規則が存在する場合は、ロード バランサーから削除します。

(継承元 IWithLoadBalancingRule)
WithoutOutboundRule(String)

指定した送信規則をロード バランサーから削除します。

(継承元 IWithOutboundRule)
WithoutProbe(String)

指定したプローブがロード バランサーから削除されます (存在する場合)。

(継承元 IWithProbe)
WithoutTag(String)

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

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

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

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

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

(継承元 IUpdateWithTags<T>)

適用対象