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

定義

インバウンド NAT 規則定義の全体。

public interface IDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasBackendPort.Definition.IWithBackendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>>, Microsoft.Azure.Management.Network.Fluent.HasFloatingIP.Definition.IWithFloatingIP<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>>, Microsoft.Azure.Management.Network.Fluent.HasFrontend.Definition.IWithFrontend<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithFrontendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>>, Microsoft.Azure.Management.Network.Fluent.HasFrontendPort.Definition.IWithFrontendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>>, Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithFrontend<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>,Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithBackendPort<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithFloatingIP<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithFrontend<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithFrontendPort<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithIdleTimeout<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithProtocol<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithProtocol<'ParentT>
    interface IWithProtocol<IWithFrontend<IWithCreateAndInboundNatRule>, TransportProtocol>
    interface IWithFrontend<'ParentT>
    interface IWithFrontend<IWithFrontendPort<IWithCreateAndInboundNatRule>>
    interface IWithFrontendPort<'ParentT>
    interface IWithFrontendPort<IWithAttach<IWithCreateAndInboundNatRule>>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithBackendPort<'ParentT>
    interface IWithBackendPort<IWithAttach<IWithCreateAndInboundNatRule>>
    interface IWithFloatingIP<'ParentT>
    interface IWithFloatingIP<IWithAttach<IWithCreateAndInboundNatRule>>
    interface IWithIdleTimeout<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithBackendPort(Of IWithAttach(Of IWithCreateAndInboundNatRule)), IWithBackendPort(Of ParentT), IWithFloatingIP(Of IWithAttach(Of IWithCreateAndInboundNatRule)), IWithFloatingIP(Of ParentT), IWithFrontend(Of IWithFrontendPort(Of IWithCreateAndInboundNatRule)), IWithFrontend(Of ParentT), IWithFrontendPort(Of IWithAttach(Of IWithCreateAndInboundNatRule)), IWithFrontendPort(Of ParentT), IWithIdleTimeout(Of ParentT), IWithProtocol(Of IWithFrontend(Of IWithCreateAndInboundNatRule), TransportProtocol), IWithProtocol(Of ParentT)

型パラメーター

ParentT

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

実装

メソッド

Attach()

インバウンド NAT 規則定義の全体。

(継承元 IInDefinition<ParentT>)
FromExistingPublicIPAddress(IPublicIPAddress)

ネットワーク トラフィックを受信する既存のパブリック IP アドレスを指定します。 このロード バランサーに、このパブリック IP アドレスを参照するフロントエンドが既にある場合、それが使用されるフロントエンドです。 それ以外の場合は、新しいパブリック フロントエンドという名前が自動的にロード バランサーに暗黙的に作成されます。

(継承元 IWithFrontend<ReturnT>)
FromExistingPublicIPAddress(String)

ネットワーク トラフィックを受信する既存のパブリック IP アドレスを指定します。 このロード バランサーに、このパブリック IP アドレスを参照するフロントエンドが既にある場合、それが使用されるフロントエンドです。 それ以外の場合は、新しいパブリック フロントエンドという名前が自動的にロード バランサーに暗黙的に作成されます。

(継承元 IWithFrontend<ReturnT>)
FromExistingSubnet(INetwork, String)

ネットワーク トラフィックを受信する既存のプライベート サブネットを指定します。 このロード バランサーに、このサブネットを参照するフロントエンドが既にある場合、それが使用されるフロントエンドです。 それ以外の場合、新しいプライベート フロントエンドという名前が自動的にロード バランサーに暗黙的に作成されます。

(継承元 IWithFrontend<ReturnT>)
FromExistingSubnet(ISubnet)

ネットワーク トラフィックを受信する既存のプライベート サブネットを指定します。 このロード バランサーに、このサブネットを参照するフロントエンドが既にある場合、それが使用されるフロントエンドです。 それ以外の場合、新しいプライベート フロントエンドという名前が自動的にロード バランサーに暗黙的に作成されます。

(継承元 IWithFrontend<ReturnT>)
FromExistingSubnet(String, String)

ネットワーク トラフィックを受信する既存のプライベート サブネットを指定します。 このロード バランサーに、このサブネットを参照するフロントエンドが既にある場合、それが使用されるフロントエンドです。 それ以外の場合、新しいプライベート フロントエンドという名前が自動的にロード バランサーに暗黙的に作成されます。

(継承元 IWithFrontend<ReturnT>)
FromFrontend(String)

ネットワーク トラフィックを受信するフロントエンドを指定します。

(継承元 IWithFrontend<ReturnT>)
FromFrontendPort(Int32)

ネットワーク トラフィックを受信するフロントエンド ポートを指定します。

(継承元 IWithFrontendPort<ReturnT>)
FromNewPublicIPAddress()

ロード バランサーと共に既定の設定を自動的に作成する新しいパブリック IP アドレスでネットワーク トラフィックを受信するように指定します。 このような新しいパブリック IP アドレスごとに、自動的に名前が付けられた新しいパブリック フロントエンドが、このロード バランサーに暗黙的に作成されます。

(継承元 IWithFrontend<ReturnT>)
FromNewPublicIPAddress(ICreatable<IPublicIPAddress>)

指定された定義に基づいてロード バランサーと共に作成される新しいパブリック IP アドレスでネットワーク トラフィックを受信するように指定します。 このような新しいパブリック IP アドレスごとに、自動的に名前が付けられた新しいパブリック フロントエンドが、このロード バランサーに暗黙的に作成されます。

(継承元 IWithFrontend<ReturnT>)
FromNewPublicIPAddress(String)

同じリージョンとリソース グループ内のロード バランサーと共に作成される新しいパブリック IP アドレスで、提供されたリーフ DNS ラベルの下でネットワーク トラフィックを受信する必要があることを指定します(使用可能であると仮定)。 このような新しいパブリック IP アドレスごとに、このロード バランサーに自動的に名前が付けられた新しいパブリック フロントエンドが暗黙的に作成されるため、必ず一意の DNS ラベルを使用してください。

(継承元 IWithFrontend<ReturnT>)
ToBackendPort(Int32)

ネットワーク トラフィックの送信先のバックエンド ポートを指定します。 指定しない場合、フロントエンドで使用されるものと同じバックエンド ポート番号が想定されます。

(継承元 IWithBackendPort<ReturnT>)
WithFloatingIP(Boolean)

フローティング IP 有効化を設定します。

(継承元 IWithFloatingIP<ReturnT>)
WithFloatingIPDisabled()

フローティング IP のサポートを無効にします。

(継承元 IWithFloatingIP<ReturnT>)
WithFloatingIPEnabled()

フローティング IP のサポートを有効にします。

(継承元 IWithFloatingIP<ReturnT>)
WithIdleTimeoutInMinutes(Int32)

アイドル状態の接続タイムアウトを分単位で指定します。

(継承元 IWithIdleTimeout<ParentT>)
WithProtocol(ProtocolT)

トランスポート プロトコルを指定します。

(継承元 IWithProtocol<ReturnT,ProtocolT>)

適用対象