ApplicationGatewayFrontend.UpdateDefinition<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent application gateway definition to return to after attaching this definition
public interface UpdateDefinition extends ApplicationGatewayFrontend.UpdateDefinitionStages.Blank,ApplicationGatewayFrontend.UpdateDefinitionStages.WithAttach
The entirety of an application gateway frontend definition as part of an application gateway update.
Inherited Members
Attachable.InUpdateAlt<ParentT>.attach()
HasPublicIPAddress.UpdateDefinitionStages.WithExistingPublicIPAddress<ReturnT>.withExistingPublicIPAddress(PublicIPAddress publicIPAddress)
HasPublicIPAddress.UpdateDefinitionStages.WithExistingPublicIPAddress<ReturnT>.withExistingPublicIPAddress(String resourceId)
ApplicationGatewayFrontend.UpdateDefinitionStages.WithSubnet<ParentT>.withExistingSubnet(Network network, String subnetName)
HasSubnet.UpdateDefinitionStages.WithSubnet<ReturnT>.withExistingSubnet(String parentNetworkResourceId, String subnetName)
HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>.withPrivateIPAddressDynamic()
HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT>.withPrivateIPAddressStatic(String ipAddress)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java