Uses of Interface
com.azure.resourcemanager.appservice.models.FunctionDeploymentSlot.DefinitionStages.WithCreate
Packages that use FunctionDeploymentSlot.DefinitionStages.WithCreate
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.appservice.models that return FunctionDeploymentSlot.DefinitionStages.WithCreateModifier and TypeMethodDescriptionFunctionDeploymentSlot.DefinitionStages.WithConfiguration.withBrandNewConfiguration()Creates the function deployment slot with brand new site configurations.FunctionDeploymentSlot.DefinitionStages.WithConfiguration.withConfigurationFromDeploymentSlot(FunctionDeploymentSlot deploymentSlot) Copies the site configurations from a givenfunction deployment slot.FunctionDeploymentSlot.DefinitionStages.WithConfiguration.withConfigurationFromFunctionApp(FunctionApp app) Copies the site configurations from a given function app.FunctionDeploymentSlot.DefinitionStages.WithConfiguration.withConfigurationFromParent()Copies the site configurations from the web app the function deployment slot belongs to.