次の方法で共有


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

定義

アプリケーション ゲートウェイ フロントエンド定義の最終段階。 この段階では、残りのオプション設定を指定することも、フロントエンド定義を親アプリケーション ゲートウェイ定義にアタッチすることもできます。

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithPrivateIP<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithSubnet<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Definition.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IInDefinitionAlt<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.Definition.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithAttach<ParentT>>
type IWithAttach<'ParentT> = interface
    interface IInDefinitionAlt<'ParentT>
    interface IWithSubnet<'ParentT>
    interface IWithSubnet<IWithAttach<'ParentT>>
    interface IWithPrivateIP<'ParentT>
    interface IWithPrivateIPAddress<IWithAttach<'ParentT>>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinitionAlt(Of ParentT), IWithPrivateIP(Of ParentT), IWithPrivateIPAddress(Of IWithAttach(Of ParentT)), IWithSubnet(Of IWithAttach(Of ParentT)), IWithSubnet(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親アプリケーション ゲートウェイ定義のステージ。

派生
実装

メソッド

Attach()

子定義を親リソース定義にアタッチします。

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

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

(継承元 IWithSubnet<ParentT>)
WithExistingSubnet(String, String)

指定したサブネットをこのリソースに割り当てます。

(継承元 IWithSubnet<ReturnT>)
WithPrivateIPAddressDynamic()

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

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

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

(継承元 IWithPrivateIPAddress<ReturnT>)

適用対象