IWithServerNameIndication<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サーバー名の表示を要求できるアプリケーション ゲートウェイ要求ルーティング規則定義のステージ。
public interface IWithServerNameIndication<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasServerNameIndication.UpdateDefinition.IWithServerNameIndication<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithAttach<ParentT>>
type IWithServerNameIndication<'ParentT> = interface
interface IWithServerNameIndication<IWithAttach<'ParentT>>
Public Interface IWithServerNameIndication(Of ParentT)
Implements IWithServerNameIndication(Of IWithAttach(Of ParentT))
型パラメーター
- ParentT
この定義をアタッチした後に戻るアプリケーション ゲートウェイ定義のステージ。
- 実装
-
IWithServerNameIndication<IWithAttach<ParentT>>
メソッド
WithoutServerNameIndication() |
サーバー名の表示 (SNI) が不要であることを確認します。 (継承元 IWithServerNameIndication<ReturnT>) |
WithServerNameIndication() |
サーバー名の表示 (SNI) が必要です。 (継承元 IWithServerNameIndication<ReturnT>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET