public static interface ApplicationGatewayFrontend.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayFrontend.DefinitionStages.Blank<ParentT>
The first stage of an application gateway frontend definition.
|
static interface |
ApplicationGatewayFrontend.DefinitionStages.WithAttach<ParentT>
The final stage of an application gateway frontend definition.
|
static interface |
ApplicationGatewayFrontend.DefinitionStages.WithPrivateIP<ParentT>
The stage of an application gateway frontend definition allowing to specify the private IP address this
application gateway should be available at within the selected subnet.
|
static interface |
ApplicationGatewayFrontend.DefinitionStages.WithPublicIPAddress<ParentT>
The stage of an application gateway frontend definition allowing to specify an existing public IP address to
make the application gateway available at as Internet-facing.
|
static interface |
ApplicationGatewayFrontend.DefinitionStages.WithSubnet<ParentT>
The stage of an application gateway frontend definition allowing to specify a subnet from the selected
network to make this application gateway visible to.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.