Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach
-
Packages that use ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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.
-