Uses of Interface
com.azure.resourcemanager.appservice.models.DeploymentSlot.DefinitionStages.WithCreate
Packages that use DeploymentSlot.DefinitionStages.WithCreate
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of DeploymentSlot.DefinitionStages.WithCreate in com.azure.resourcemanager.appservice.models
Subinterfaces of DeploymentSlot.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 DeploymentSlot.DefinitionStages.WithCreateModifier and TypeMethodDescriptionDeploymentSlot.DefinitionStages.WithConfiguration.withBrandNewConfiguration()Creates the deployment slot with brand new site configurations.DeploymentSlot.DefinitionStages.WithConfiguration.withConfigurationFromDeploymentSlot(DeploymentSlot deploymentSlot) Copies the site configurations from a given deployment slot.DeploymentSlot.DefinitionStages.WithConfiguration.withConfigurationFromParent()Copies the site configurations from the web app the deployment slot belongs to.DeploymentSlot.DefinitionStages.WithConfiguration.withConfigurationFromWebApp(WebApp webApp) Copies the site configurations from a given web app.