ICloningInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter))]
public interface ICloningInfo : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CloningInfoTypeConverter))>]
type ICloningInfo = interface
interface IJsonSerializable
Public Interface ICloningInfo
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AppSettingsOverride |
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. |
CloneCustomHostName |
|
CloneSourceControl |
|
ConfigureLoadBalancing |
|
CorrelationId |
Correlation ID of cloning operation. This ID ties multiple cloning operations together to use the same snapshot. |
HostingEnvironment |
App Service Environment. |
Overwrite |
|
SourceWebAppId |
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. |
SourceWebAppLocation |
Location of source app ex: West US or North Europe |
TrafficManagerProfileId |
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}. |
TrafficManagerProfileName |
Name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |