public static interface ApplicationGatewayListener.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayListener.UpdateDefinitionStages.Blank<ParentT>
The first stage of an application gateway HTTP listener configuration definition.
|
static interface |
ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of an application gateway HTTP listener definition.
|
static interface |
ApplicationGatewayListener.UpdateDefinitionStages.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.UpdateDefinitionStages.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.UpdateDefinitionStages.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.UpdateDefinitionStages.WithProtocol<ParentT>
The stage of an application gateway frontend listener definition allowing to specify the protocol.
|
static interface |
ApplicationGatewayListener.UpdateDefinitionStages.WithServerNameIndication<ParentT>
The stage of an application gateway frontend listener definition allowing to require server name indication
(SNI).
|
static interface |
ApplicationGatewayListener.UpdateDefinitionStages.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.UpdateDefinitionStages.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 © 2021 Microsoft Corporation. All rights reserved.