Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayBackend.DefinitionStages.WithAttach
-
Packages that use ApplicationGatewayBackend.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayBackend.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayBackend.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceApplicationGatewayBackend.Definition<ParentT>The entirety of an application gateway backend definition.static interfaceApplicationGatewayBackend.DefinitionStages.Blank<ParentT>The first stage of an application gateway backend definition.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayBackend.DefinitionStages.WithAttach Modifier and Type Method Description ApplicationGatewayBackend.DefinitionStages.WithAttach<ParentT>ApplicationGatewayBackend.DefinitionStages.WithAddress. withFqdn(String fqdn)Adds the specified existing fully qualified domain name (FQDN) to the backend.ApplicationGatewayBackend.DefinitionStages.WithAttach<ParentT>ApplicationGatewayBackend.DefinitionStages.WithAddress. withIPAddress(String ipAddress)Adds the specified existing IP address to the backend.
-