Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach
-
Packages that use ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach in com.microsoft.azure.management.network
Subinterfaces of ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGatewayBackend.UpdateDefinition<ParentT>The entirety of an application gateway backend definition as part of an application gateway update.static interfaceApplicationGatewayBackend.UpdateDefinitionStages.Blank<ParentT>The first stage of an application gateway backend definition.Methods in com.microsoft.azure.management.network that return ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach Modifier and Type Method Description ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach<ParentT>ApplicationGatewayBackend.UpdateDefinitionStages.WithAddress. withFqdn(String fqdn)Adds the specified existing fully qualified domain name (FQDN) to the backend.ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach<ParentT>ApplicationGatewayBackend.UpdateDefinitionStages.WithAddress. withIPAddress(String ipAddress)Adds the specified existing IP address to the backend.
-