Uses of Class
com.azure.resourcemanager.frontdoor.models.Backend
Packages that use Backend
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of Backend in com.azure.resourcemanager.frontdoor.fluent.models
Method parameters in com.azure.resourcemanager.frontdoor.fluent.models with type arguments of type BackendModifier and TypeMethodDescriptionBackendPoolProperties.withBackends(List<Backend> backends) Set the backends property: The set of backends for this pool. -
Uses of Backend in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return BackendModifier and TypeMethodDescriptionBackend.withAddress(String address) Set the address property: Location of the backend (IP address or FQDN).Backend.withBackendHostHeader(String backendHostHeader) Set the backendHostHeader property: The value to use as the host header sent to the backend.Backend.withEnabledState(BackendEnabledState enabledState) Set the enabledState property: Whether to enable use of this backend.Backend.withHttpPort(Integer httpPort) Set the httpPort property: The HTTP TCP port number.Backend.withHttpsPort(Integer httpsPort) Set the httpsPort property: The HTTPS TCP port number.Backend.withPriority(Integer priority) Set the priority property: Priority to use for load balancing.Backend.withPrivateLinkAlias(String privateLinkAlias) Set the privateLinkAlias property: The Alias of the Private Link resource.Backend.withPrivateLinkApprovalMessage(String privateLinkApprovalMessage) Set the privateLinkApprovalMessage property: A custom message to be included in the approval request to connect to the Private Link.Backend.withPrivateLinkLocation(String privateLinkLocation) Set the privateLinkLocation property: The location of the Private Link resource.Backend.withPrivateLinkResourceId(String privateLinkResourceId) Set the privateLinkResourceId property: The Resource Id of the Private Link resource.Backend.withWeight(Integer weight) Set the weight property: Weight of this endpoint for load balancing purposes.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type BackendModifier and TypeMethodDescriptionBackendPool.backends()Get the backends property: The set of backends for this pool.BackendPoolUpdateParameters.backends()Get the backends property: The set of backends for this pool.Method parameters in com.azure.resourcemanager.frontdoor.models with type arguments of type BackendModifier and TypeMethodDescriptionBackendPool.withBackends(List<Backend> backends) Set the backends property: The set of backends for this pool.BackendPoolUpdateParameters.withBackends(List<Backend> backends) Set the backends property: The set of backends for this pool.