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