IWithFrontendPort<ReturnT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
負荷分散規則定義のステージ。負荷分散するフロントエンド ポートを指定できます。
public interface IWithFrontendPort<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasFrontendPort.Definition.IWithFrontendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Definition.IWithBackend<ReturnT>>
type IWithFrontendPort<'ReturnT> = interface
interface IWithFrontendPort<IWithBackend<'ReturnT>>
Public Interface IWithFrontendPort(Of ReturnT)
Implements IWithFrontendPort(Of IWithBackend(Of ReturnT))
型パラメーター
- ReturnT
この定義をアタッチした後に戻る親定義のステージ。
- 派生
- 実装
-
IWithFrontendPort<IWithBackend<ReturnT>>
メソッド
FromFrontendPort(Int32) |
ネットワーク トラフィックを受信するフロントエンド ポートを指定します。 (継承元 IWithFrontendPort<ReturnT>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET