public static interface ApplicationGatewayFrontend.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayFrontend.UpdateDefinitionStages.Blank<ParentT>
The first stage of an application gateway frontend definition.
|
static interface |
ApplicationGatewayFrontend.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of an application gateway frontend definition.
|
static interface |
ApplicationGatewayFrontend.UpdateDefinitionStages.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 virtual network.
|
static interface |
ApplicationGatewayFrontend.UpdateDefinitionStages.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.UpdateDefinitionStages.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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/