public static interface ApplicationGatewayListener.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayListener.DefinitionStages.Blank<ParentT>
The first stage of an application gateway HTTP listener.
|
static interface |
ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>
The final stage of an application gateway HTTP listener.
|
static interface |
ApplicationGatewayListener.DefinitionStages.WithFrontend<ParentT>
The stage of an application gateway frontend listener definition allowing to specify the frontend IP
configuration to associate the listener with.
|
static interface |
ApplicationGatewayListener.DefinitionStages.WithFrontendPort<ParentT>
The stage of an application gateway frontend listener definition allowing to specify the frontend port to
associate the listener with.
|
static interface |
ApplicationGatewayListener.DefinitionStages.WithHostname<ParentT>
The stage of an application gateway frontend listener definition allowing to specify the hostname of the
website for which the traffic is received.
|
static interface |
ApplicationGatewayListener.DefinitionStages.WithProtocol<ParentT>
The stage of an application gateway frontend listener definition allowing to specify the protocol.
|
static interface |
ApplicationGatewayListener.DefinitionStages.WithServerNameIndication<ParentT>
The stage of an application gateway frontend listener definition allowing to require server name indication
(SNI).
|
static interface |
ApplicationGatewayListener.DefinitionStages.WithSslCertificate<ParentT>
The stage of an application gateway frontend listener definition allowing to specify the SSL certificate to
associate with the listener.
|
static interface |
ApplicationGatewayListener.DefinitionStages.WithSslPassword<ParentT>
The stage of an application gateway frontend listener definition allowing to specify the password for the
private key of the imported SSL certificate.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.