Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayBackendAddress
Packages that use ApplicationGatewayBackendAddress
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendAddress in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayBackendAddressModifier and TypeMethodDescriptionApplicationGatewayBackendAddressPoolPropertiesFormat.backendAddresses()Get the backendAddresses property: Backend addresses.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayBackendAddressModifier and TypeMethodDescriptionApplicationGatewayBackendAddressPoolPropertiesFormat.withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses) Set the backendAddresses property: Backend addresses. -
Uses of ApplicationGatewayBackendAddress in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ApplicationGatewayBackendAddressModifier and TypeClassDescriptionfinal classBackend address of an application gateway.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayBackendAddressModifier and TypeMethodDescriptionApplicationGatewayBackendAddress.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayBackendAddress from the JsonReader.Set the fqdn property: Fully qualified domain name (FQDN).ApplicationGatewayBackendAddress.withIpAddress(String ipAddress) Set the ipAddress property: IP address.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayBackendAddressModifier and TypeMethodDescriptionApplicationGatewayBackend.addresses()Gets addresses on the backend of the application gateway.ApplicationGatewayBackendAddressPool.backendAddresses()Get the backendAddresses property: Backend addresses.ApplicationGatewayRequestRoutingRule.backendAddresses()Gets the addresses assigned to the associated backend.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayBackendAddressModifier and TypeMethodDescriptionApplicationGatewayBackend.UpdateStages.WithAddress.withoutAddress(ApplicationGatewayBackendAddress address) Ensure the specified address is not associated with this backend.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayBackendAddressModifier and TypeMethodDescriptionApplicationGatewayBackendAddressPool.withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses) Set the backendAddresses property: Backend addresses.