Dela via


IWithConfiguration.WithConfigurationFromDeploymentSlot Method

Definition

Copies the site configurations from a given deployment slot.

public Microsoft.Azure.Management.AppService.Fluent.DeploymentSlot.Definition.IWithCreate WithConfigurationFromDeploymentSlot (Microsoft.Azure.Management.AppService.Fluent.IDeploymentSlot deploymentSlot);
abstract member WithConfigurationFromDeploymentSlot : Microsoft.Azure.Management.AppService.Fluent.IDeploymentSlot -> Microsoft.Azure.Management.AppService.Fluent.DeploymentSlot.Definition.IWithCreate
Public Function WithConfigurationFromDeploymentSlot (deploymentSlot As IDeploymentSlot) As IWithCreate

Parameters

deploymentSlot
IDeploymentSlot

The deployment slot to copy the configurations from.

Returns

Applies to