public interface ApplicationGatewayFrontend extends HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayFrontendIPConfigurationInner>, ChildResource<ApplicationGateway>, HasPrivateIPAddress, HasSubnet, HasPublicIPAddress
Modifier and Type | Interface and Description |
---|---|
static interface |
ApplicationGatewayFrontend.Definition<ParentT>
The entirety of an application gateway frontend definition.
|
static interface |
ApplicationGatewayFrontend.DefinitionStages
Grouping of application gateway frontend definition stages.
|
static interface |
ApplicationGatewayFrontend.Update
The entirety of an application gateway frontend update as part of an application gateway update.
|
static interface |
ApplicationGatewayFrontend.UpdateDefinition<ParentT>
The entirety of an application gateway frontend definition as part of an application gateway update.
|
static interface |
ApplicationGatewayFrontend.UpdateDefinitionStages
Grouping of application gateway frontend definition stages applicable as part of an application gateway update.
|
static interface |
ApplicationGatewayFrontend.UpdateStages
Grouping of application gateway frontend update stages.
|
Modifier and Type | Method and Description |
---|---|
Subnet |
getSubnet() |
boolean |
isPrivate() |
boolean |
isPublic() |
inner
key
name
parent
privateIPAddress, privateIPAllocationMethod
networkId, subnetName
getPublicIPAddress, publicIPAddressId
boolean isPublic()
boolean isPrivate()
Subnet getSubnet()
Copyright © 2019. All rights reserved.