次の方法で共有


IUpdate インターフェイス

定義

ロード バランサー更新プログラムの一部としてのプライベート フロントエンド更新プログラムの全体。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Update.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.LoadBalancerPrivateFrontend.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerPrivateFrontend.Update.IWithSubnet, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithSubnet
    interface IWithPrivateIPAddress<IUpdate>
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithPrivateIPAddress(Of IUpdate), IWithSubnet
実装

メソッド

Parent()

ロード バランサー更新プログラムの一部としてのプライベート フロントエンド更新プログラムの全体。

(継承元 ISettable<ParentT>)
WithExistingSubnet(INetwork, String)

指定したサブネットを内部ロード バランサーのこのプライベート フロントエンドに割り当てます。

(継承元 IWithSubnet)
WithPrivateIPAddressDynamic()

関連付けられたサブネット内で動的プライベート IP アドレスの割り当てを有効にします。

(継承元 IWithPrivateIPAddress<ReturnT>)
WithPrivateIPAddressStatic(String)

関連付けられたサブネット内で、指定した静的プライベート IP アドレスを割り当てます。

(継承元 IWithPrivateIPAddress<ReturnT>)

適用対象