Uses of Class
com.azure.resourcemanager.frontdoor.fluent.models.FrontDoorInner
Packages that use FrontDoorInner
Package
Description
Package containing the service clients for FrontDoorManagementClient.
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontDoorInner in com.azure.resourcemanager.frontdoor.fluent
Methods in com.azure.resourcemanager.frontdoor.fluent that return FrontDoorInnerModifier and TypeMethodDescriptionFrontDoorsClient.createOrUpdate(String resourceGroupName, String frontDoorName, FrontDoorInner frontDoorParameters) Creates a new Front Door with a Front Door name under the specified subscription and resource group.FrontDoorsClient.createOrUpdate(String resourceGroupName, String frontDoorName, FrontDoorInner frontDoorParameters, com.azure.core.util.Context context) Creates a new Front Door with a Front Door name under the specified subscription and resource group.FrontDoorsClient.getByResourceGroup(String resourceGroupName, String frontDoorName) Gets a Front Door with the specified Front Door name under the specified subscription and resource group.Methods in com.azure.resourcemanager.frontdoor.fluent that return types with arguments of type FrontDoorInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FrontDoorInner>,FrontDoorInner> FrontDoorsClient.beginCreateOrUpdate(String resourceGroupName, String frontDoorName, FrontDoorInner frontDoorParameters) Creates a new Front Door with a Front Door name under the specified subscription and resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FrontDoorInner>,FrontDoorInner> FrontDoorsClient.beginCreateOrUpdate(String resourceGroupName, String frontDoorName, FrontDoorInner frontDoorParameters) Creates a new Front Door with a Front Door name under the specified subscription and resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FrontDoorInner>,FrontDoorInner> FrontDoorsClient.beginCreateOrUpdate(String resourceGroupName, String frontDoorName, FrontDoorInner frontDoorParameters, com.azure.core.util.Context context) Creates a new Front Door with a Front Door name under the specified subscription and resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FrontDoorInner>,FrontDoorInner> FrontDoorsClient.beginCreateOrUpdate(String resourceGroupName, String frontDoorName, FrontDoorInner frontDoorParameters, com.azure.core.util.Context context) Creates a new Front Door with a Front Door name under the specified subscription and resource group.com.azure.core.http.rest.Response<FrontDoorInner>FrontDoorsClient.getByResourceGroupWithResponse(String resourceGroupName, String frontDoorName, com.azure.core.util.Context context) Gets a Front Door with the specified Front Door name under the specified subscription and resource group.com.azure.core.http.rest.PagedIterable<FrontDoorInner>FrontDoorsClient.list()Lists all of the Front Doors within an Azure subscription.com.azure.core.http.rest.PagedIterable<FrontDoorInner>FrontDoorsClient.list(com.azure.core.util.Context context) Lists all of the Front Doors within an Azure subscription.com.azure.core.http.rest.PagedIterable<FrontDoorInner>FrontDoorsClient.listByResourceGroup(String resourceGroupName) Lists all of the Front Doors within a resource group under a subscription.com.azure.core.http.rest.PagedIterable<FrontDoorInner>FrontDoorsClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Lists all of the Front Doors within a resource group under a subscription.Methods in com.azure.resourcemanager.frontdoor.fluent with parameters of type FrontDoorInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FrontDoorInner>,FrontDoorInner> FrontDoorsClient.beginCreateOrUpdate(String resourceGroupName, String frontDoorName, FrontDoorInner frontDoorParameters) Creates a new Front Door with a Front Door name under the specified subscription and resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FrontDoorInner>,FrontDoorInner> FrontDoorsClient.beginCreateOrUpdate(String resourceGroupName, String frontDoorName, FrontDoorInner frontDoorParameters, com.azure.core.util.Context context) Creates a new Front Door with a Front Door name under the specified subscription and resource group.FrontDoorsClient.createOrUpdate(String resourceGroupName, String frontDoorName, FrontDoorInner frontDoorParameters) Creates a new Front Door with a Front Door name under the specified subscription and resource group.FrontDoorsClient.createOrUpdate(String resourceGroupName, String frontDoorName, FrontDoorInner frontDoorParameters, com.azure.core.util.Context context) Creates a new Front Door with a Front Door name under the specified subscription and resource group. -
Uses of FrontDoorInner in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return FrontDoorInnerModifier and TypeMethodDescriptionFrontDoorInner.withBackendPools(List<BackendPool> backendPools) Set the backendPools property: Backend pools available to routing rules.FrontDoorInner.withBackendPoolsSettings(BackendPoolsSettings backendPoolsSettings) Set the backendPoolsSettings property: Settings for all backendPools.FrontDoorInner.withEnabledState(FrontDoorEnabledState enabledState) Set the enabledState property: Operational status of the Front Door load balancer.FrontDoorInner.withFriendlyName(String friendlyName) Set the friendlyName property: A friendly name for the frontDoor.FrontDoorInner.withFrontendEndpoints(List<FrontendEndpointInner> frontendEndpoints) Set the frontendEndpoints property: Frontend endpoints available to routing rules.FrontDoorInner.withHealthProbeSettings(List<HealthProbeSettingsModel> healthProbeSettings) Set the healthProbeSettings property: Health probe settings associated with this Front Door instance.FrontDoorInner.withLoadBalancingSettings(List<LoadBalancingSettingsModel> loadBalancingSettings) Set the loadBalancingSettings property: Load balancing settings associated with this Front Door instance.FrontDoorInner.withLocation(String location) FrontDoorInner.withRoutingRules(List<RoutingRule> routingRules) Set the routingRules property: Routing rules associated with this Front Door. -
Uses of FrontDoorInner in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return FrontDoorInnerModifier and TypeMethodDescriptionFrontDoor.innerModel()Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.FrontDoorInner object.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type FrontDoorInnerModifier and TypeMethodDescriptionFrontDoorListResult.value()Get the value property: List of Front Doors within a resource group.