Interface FrontDoor.DefinitionStages.WithCreate
- All Superinterfaces:
FrontDoor.DefinitionStages.WithBackendPools,FrontDoor.DefinitionStages.WithBackendPoolsSettings,FrontDoor.DefinitionStages.WithEnabledState,FrontDoor.DefinitionStages.WithFriendlyName,FrontDoor.DefinitionStages.WithFrontendEndpoints,FrontDoor.DefinitionStages.WithHealthProbeSettings,FrontDoor.DefinitionStages.WithLoadBalancingSettings,FrontDoor.DefinitionStages.WithRoutingRules,FrontDoor.DefinitionStages.WithTags
- All Known Subinterfaces:
FrontDoor.Definition
- Enclosing interface:
- FrontDoor.DefinitionStages
public static interface FrontDoor.DefinitionStages.WithCreate
extends FrontDoor.DefinitionStages.WithTags, FrontDoor.DefinitionStages.WithFriendlyName, FrontDoor.DefinitionStages.WithRoutingRules, FrontDoor.DefinitionStages.WithLoadBalancingSettings, FrontDoor.DefinitionStages.WithHealthProbeSettings, FrontDoor.DefinitionStages.WithBackendPools, FrontDoor.DefinitionStages.WithFrontendEndpoints, FrontDoor.DefinitionStages.WithBackendPoolsSettings, FrontDoor.DefinitionStages.WithEnabledState
The stage of the FrontDoor definition which contains all the minimum required properties for the resource to
be created, but also allows for any other optional properties to be specified.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.DefinitionStages.WithBackendPools
withBackendPoolsMethods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.DefinitionStages.WithBackendPoolsSettings
withBackendPoolsSettingsMethods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.DefinitionStages.WithEnabledState
withEnabledStateMethods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.DefinitionStages.WithFriendlyName
withFriendlyNameMethods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.DefinitionStages.WithFrontendEndpoints
withFrontendEndpointsMethods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.DefinitionStages.WithHealthProbeSettings
withHealthProbeSettingsMethods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.DefinitionStages.WithLoadBalancingSettings
withLoadBalancingSettingsMethods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.DefinitionStages.WithRoutingRules
withRoutingRulesMethods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.DefinitionStages.WithTags
withTags
-
Method Details
-
create
FrontDoor create()Executes the create request.- Returns:
- the created resource.
-
create
Executes the create request.- Parameters:
context- The context to associate with this operation.- Returns:
- the created resource.
-