Uses of Interface
com.azure.resourcemanager.frontdoor.models.FrontDoor.DefinitionStages.WithCreate
Packages that use FrontDoor.DefinitionStages.WithCreate
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontDoor.DefinitionStages.WithCreate in com.azure.resourcemanager.frontdoor.models
Subinterfaces of FrontDoor.DefinitionStages.WithCreate in com.azure.resourcemanager.frontdoor.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the FrontDoor definition.Methods in com.azure.resourcemanager.frontdoor.models that return FrontDoor.DefinitionStages.WithCreateModifier and TypeMethodDescriptionFrontDoor.DefinitionStages.WithBackendPools.withBackendPools(List<BackendPool> backendPools) Specifies the backendPools property: Backend pools available to routing rules..FrontDoor.DefinitionStages.WithBackendPoolsSettings.withBackendPoolsSettings(BackendPoolsSettings backendPoolsSettings) Specifies the backendPoolsSettings property: Settings for all backendPools.FrontDoor.DefinitionStages.WithEnabledState.withEnabledState(FrontDoorEnabledState enabledState) Specifies the enabledState property: Operational status of the Front Door load balancer.FrontDoor.DefinitionStages.WithResourceGroup.withExistingResourceGroup(String resourceGroupName) Specifies resourceGroupName.FrontDoor.DefinitionStages.WithFriendlyName.withFriendlyName(String friendlyName) Specifies the friendlyName property: A friendly name for the frontDoor.FrontDoor.DefinitionStages.WithFrontendEndpoints.withFrontendEndpoints(List<FrontendEndpointInner> frontendEndpoints) Specifies the frontendEndpoints property: Frontend endpoints available to routing rules..FrontDoor.DefinitionStages.WithHealthProbeSettings.withHealthProbeSettings(List<HealthProbeSettingsModel> healthProbeSettings) Specifies the healthProbeSettings property: Health probe settings associated with this Front Door instance..FrontDoor.DefinitionStages.WithLoadBalancingSettings.withLoadBalancingSettings(List<LoadBalancingSettingsModel> loadBalancingSettings) Specifies the loadBalancingSettings property: Load balancing settings associated with this Front Door instance..FrontDoor.DefinitionStages.WithRoutingRules.withRoutingRules(List<RoutingRule> routingRules) Specifies the routingRules property: Routing rules associated with this Front Door..Specifies the tags property: Resource tags..