Cloning Info Args
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
fun CloningInfoArgs(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)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
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