Uses of Class
com.azure.resourcemanager.frontdoor.models.FrontDoorUpdateParameters
Packages that use FrontDoorUpdateParameters
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontDoorUpdateParameters in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeClassDescriptionfinal classThe JSON object that contains the properties required to create an endpoint. -
Uses of FrontDoorUpdateParameters in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return FrontDoorUpdateParametersModifier and TypeMethodDescriptionFrontDoorUpdateParameters.withBackendPools(List<BackendPool> backendPools) Set the backendPools property: Backend pools available to routing rules.FrontDoorUpdateParameters.withBackendPoolsSettings(BackendPoolsSettings backendPoolsSettings) Set the backendPoolsSettings property: Settings for all backendPools.FrontDoorUpdateParameters.withEnabledState(FrontDoorEnabledState enabledState) Set the enabledState property: Operational status of the Front Door load balancer.FrontDoorUpdateParameters.withFriendlyName(String friendlyName) Set the friendlyName property: A friendly name for the frontDoor.FrontDoorUpdateParameters.withFrontendEndpoints(List<FrontendEndpointInner> frontendEndpoints) Set the frontendEndpoints property: Frontend endpoints available to routing rules.FrontDoorUpdateParameters.withHealthProbeSettings(List<HealthProbeSettingsModel> healthProbeSettings) Set the healthProbeSettings property: Health probe settings associated with this Front Door instance.FrontDoorUpdateParameters.withLoadBalancingSettings(List<LoadBalancingSettingsModel> loadBalancingSettings) Set the loadBalancingSettings property: Load balancing settings associated with this Front Door instance.FrontDoorUpdateParameters.withRoutingRules(List<RoutingRule> routingRules) Set the routingRules property: Routing rules associated with this Front Door.