Uses of Interface
com.azure.resourcemanager.appservice.models.FunctionDeploymentSlot.DefinitionStages.WithCreate
-
Packages that use FunctionDeploymentSlot.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of FunctionDeploymentSlot.DefinitionStages.WithCreate in com.azure.resourcemanager.appservice.models
Subinterfaces of FunctionDeploymentSlot.DefinitionStages.WithCreate in com.azure.resourcemanager.appservice.models Modifier and Type Interface Description static interfaceFunctionDeploymentSlot.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.appservice.models that return FunctionDeploymentSlot.DefinitionStages.WithCreate Modifier and Type Method Description FunctionDeploymentSlot.DefinitionStages.WithCreateFunctionDeploymentSlot.DefinitionStages.WithConfiguration. withBrandNewConfiguration()Creates the function deployment slot with brand new site configurations.FunctionDeploymentSlot.DefinitionStages.WithCreateFunctionDeploymentSlot.DefinitionStages.WithConfiguration. withConfigurationFromDeploymentSlot(FunctionDeploymentSlot deploymentSlot)Copies the site configurations from a givenfunction deployment slot.FunctionDeploymentSlot.DefinitionStages.WithCreateFunctionDeploymentSlot.DefinitionStages.WithConfiguration. withConfigurationFromFunctionApp(FunctionApp app)Copies the site configurations from a given function app.FunctionDeploymentSlot.DefinitionStages.WithCreateFunctionDeploymentSlot.DefinitionStages.WithConfiguration. withConfigurationFromParent()Copies the site configurations from the web app the function deployment slot belongs to.
-