IWithServerNameIndication<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of an application gateway request routing rule definition allowing to require server name indication.
public interface IWithServerNameIndication<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasServerNameIndication.Definition.IWithServerNameIndication<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithAttach<ParentT>>
type IWithServerNameIndication<'ParentT> = interface
interface IWithServerNameIndication<IWithAttach<'ParentT>>
Public Interface IWithServerNameIndication(Of ParentT)
Implements IWithServerNameIndication(Of IWithAttach(Of ParentT))
Type Parameters
- ParentT
The stage of the application gateway definition to return to after attaching this definition.
- Implements
-
IWithServerNameIndication<IWithAttach<ParentT>>
Methods
WithoutServerNameIndication() |
Ensures server name indication (SNI) is not required. (Inherited from IWithServerNameIndication<ReturnT>) |
WithServerNameIndication() |
Requires server name indication (SNI). (Inherited from IWithServerNameIndication<ReturnT>) |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET