Uses of Interface
com.azure.resourcemanager.appservice.models.DeploymentSlot.DefinitionStages.WithCreate
-
Packages that use DeploymentSlot.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.appservice.models 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.models Modifier and Type Interface Description static interfaceDeploymentSlot.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.appservice.models that return DeploymentSlot.DefinitionStages.WithCreate Modifier and Type Method Description DeploymentSlot.DefinitionStages.WithCreateDeploymentSlot.DefinitionStages.WithConfiguration. withBrandNewConfiguration()Creates the deployment slot with brand new site configurations.DeploymentSlot.DefinitionStages.WithCreateDeploymentSlot.DefinitionStages.WithConfiguration. withConfigurationFromDeploymentSlot(DeploymentSlot deploymentSlot)Copies the site configurations from a given deployment slot.DeploymentSlot.DefinitionStages.WithCreateDeploymentSlot.DefinitionStages.WithConfiguration. withConfigurationFromParent()Copies the site configurations from the web app the deployment slot belongs to.DeploymentSlot.DefinitionStages.WithCreateDeploymentSlot.DefinitionStages.WithConfiguration. withConfigurationFromWebApp(WebApp webApp)Copies the site configurations from a given web app.
-