Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayBackendAddress
-
Packages that use ApplicationGatewayBackendAddress Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ApplicationGatewayBackendAddress Modifier and Type Method Description List<ApplicationGatewayBackendAddress>ApplicationGatewayBackendAddressPoolPropertiesFormat. backendAddresses()Get the backendAddresses property: Backend addresses.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayBackendAddress Modifier and Type Method Description ApplicationGatewayBackendAddressPoolPropertiesFormatApplicationGatewayBackendAddressPoolPropertiesFormat. withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses)Set the backendAddresses property: Backend addresses. -
Uses of ApplicationGatewayBackendAddress in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayBackendAddress Modifier and Type Method Description ApplicationGatewayBackendAddressApplicationGatewayBackendAddress. withFqdn(String fqdn)Set the fqdn property: Fully qualified domain name (FQDN).ApplicationGatewayBackendAddressApplicationGatewayBackendAddress. withIpAddress(String ipAddress)Set the ipAddress property: IP address.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayBackendAddress Modifier and Type Method Description Collection<ApplicationGatewayBackendAddress>ApplicationGatewayBackend. addresses()List<ApplicationGatewayBackendAddress>ApplicationGatewayBackendAddressPool. backendAddresses()Get the backendAddresses property: Backend addresses.Collection<ApplicationGatewayBackendAddress>ApplicationGatewayRequestRoutingRule. backendAddresses()Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayBackendAddress Modifier and Type Method Description ApplicationGatewayBackend.UpdateApplicationGatewayBackend.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 ApplicationGatewayBackendAddress Modifier and Type Method Description ApplicationGatewayBackendAddressPoolApplicationGatewayBackendAddressPool. withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses)Set the backendAddresses property: Backend addresses.
-