CloningInfoArgs

data class CloningInfoArgs(val appSettingsOverrides: Output<Map<String, String>>? = null, val cloneCustomHostNames: Output<Boolean>? = null, val cloneSourceControl: Output<Boolean>? = null, val configureLoadBalancing: Output<Boolean>? = null, val correlationId: Output<String>? = null, val hostingEnvironment: Output<String>? = null, val overwrite: Output<Boolean>? = null, val sourceWebAppId: Output<String>, val sourceWebAppLocation: Output<String>? = null, val trafficManagerProfileId: Output<String>? = null, val trafficManagerProfileName: Output<String>? = null) : ConvertibleToJava<CloningInfoArgs>

Information needed for cloning operation.

Constructors

Link copied to clipboard
constructor(appSettingsOverrides: Output<Map<String, String>>? = null, cloneCustomHostNames: Output<Boolean>? = null, cloneSourceControl: Output<Boolean>? = null, configureLoadBalancing: Output<Boolean>? = null, correlationId: Output<String>? = null, hostingEnvironment: Output<String>? = null, overwrite: Output<Boolean>? = null, sourceWebAppId: Output<String>, sourceWebAppLocation: Output<String>? = null, trafficManagerProfileId: Output<String>? = null, trafficManagerProfileName: Output<String>? = null)

Properties

Link copied to clipboard
val appSettingsOverrides: Output<Map<String, String>>? = null

Application setting overrides for cloned app. If specified, these settings override the settings cloned from source app. Otherwise, application settings from source app are retained.

Link copied to clipboard
val cloneCustomHostNames: Output<Boolean>? = null

true to clone custom hostnames from source app; otherwise, false.

Link copied to clipboard
val cloneSourceControl: Output<Boolean>? = null

true to clone source control from source app; otherwise, false.

Link copied to clipboard
val configureLoadBalancing: Output<Boolean>? = null

true to configure load balancing for source and destination app.

Link copied to clipboard
val correlationId: Output<String>? = null

Correlation ID of cloning operation. This ID ties multiple cloning operations together to use the same snapshot.

Link copied to clipboard
val hostingEnvironment: Output<String>? = null

App Service Environment.

Link copied to clipboard
val overwrite: Output<Boolean>? = null

true to overwrite destination app; otherwise, false.

Link copied to clipboard
val sourceWebAppId: Output<String>

ARM resource ID of the source app. App resource ID is of the form /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.

Link copied to clipboard
val sourceWebAppLocation: Output<String>? = null

Location of source app ex: West US or North Europe

Link copied to clipboard
val trafficManagerProfileId: Output<String>? = null

ARM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}.

Link copied to clipboard
val trafficManagerProfileName: Output<String>? = null

Name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist.

Functions

Link copied to clipboard
open override fun toJava(): CloningInfoArgs