次の方法で共有


IWithAttach<ParentT> インターフェイス

定義

内部フロントエンド定義の最終ステージ。 この段階では、残りのオプション設定を指定することも、フロントエンド定義を親ロード バランサー定義にアタッチすることもできます。

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.UpdateDefinition.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.LoadBalancerPrivateFrontend.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerPrivateFrontend.UpdateDefinition.IWithAvailabilityZone<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IInUpdateAlt<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAttach<'ParentT> = interface
    interface IInUpdateAlt<'ParentT>
    interface IWithPrivateIPAddress<IWithAttach<'ParentT>>
    interface IWithAvailabilityZone<'ParentT>
    interface IBeta
Public Interface IWithAttach(Of ParentT)
Implements IBeta, IInUpdateAlt(Of ParentT), IWithAvailabilityZone(Of ParentT), IWithPrivateIPAddress(Of IWithAttach(Of ParentT))

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

Attach()

親リソースの更新プログラムに子定義をアタッチします。

(継承元 IInUpdateAlt<ParentT>)
WithAvailabilityZone(AvailabilityZoneId)

プライベート フロントエンドの可用性ゾーンを指定します。

(継承元 IWithAvailabilityZone<ParentT>)
WithPrivateIPAddressDynamic()

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

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

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

(継承元 IWithPrivateIPAddress<ReturnT>)

適用対象