IWithPublicFrontend インターフェイス

定義

1 つ以上のパブリック またはインターネットに接続するフロントエンドを定義できるアプリケーション ゲートウェイ定義のステージ。

public interface IWithPublicFrontend : Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithPublicIPAddress, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithNewPublicIPAddressNoDnsLabel<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithPublicIPAddressNoDnsLabel<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate>
type IWithPublicFrontend = interface
    interface IWithPublicIPAddress
    interface IWithPublicIPAddressNoDnsLabel<IWithCreate>
    interface IWithExistingPublicIPAddress<IWithCreate>
    interface IWithNewPublicIPAddressNoDnsLabel<IWithCreate>
Public Interface IWithPublicFrontend
Implements IWithExistingPublicIPAddress(Of IWithCreate), IWithNewPublicIPAddressNoDnsLabel(Of IWithCreate), IWithPublicIPAddress, IWithPublicIPAddressNoDnsLabel(Of IWithCreate)
派生
実装

メソッド

WithExistingPublicIPAddress(IPublicIPAddress)

既存のパブリック IP アドレスをリソースに関連付けます。

(継承元 IWithExistingPublicIPAddress<ReturnT>)
WithExistingPublicIPAddress(String)

既存のパブリック IP アドレスをリソースに関連付けます。

(継承元 IWithExistingPublicIPAddress<ReturnT>)
WithNewPublicIPAddress()

リソースと同じリージョンとグループに新しいパブリック IP アドレスを作成し、それをリソースに関連付けます。 パブリック IP アドレスの内部名と DNS ラベルは、リソースの名前から派生します。

(継承元 IWithNewPublicIPAddressNoDnsLabel<ReturnT>)
WithNewPublicIPAddress(ICreatable<IPublicIPAddress>)

リソースに関連付ける新しいパブリック IP アドレスを作成します。

(継承元 IWithNewPublicIPAddressNoDnsLabel<ReturnT>)
WithoutPublicFrontend()

アプリケーション ゲートウェイをインターネットに接続しないように指定します。

適用対象