CloningInfo Class

Definition

Information needed for cloning operation.

public class CloningInfo
public class CloningInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.CloningInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.CloningInfo>
type CloningInfo = class
type CloningInfo = class
    interface IJsonModel<CloningInfo>
    interface IPersistableModel<CloningInfo>
Public Class CloningInfo
Public Class CloningInfo
Implements IJsonModel(Of CloningInfo), IPersistableModel(Of CloningInfo)
Inheritance
CloningInfo
Implements

Constructors

CloningInfo(ResourceIdentifier)

Initializes a new instance of CloningInfo.

Properties

AppSettingsOverrides

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.

CanOverwrite

<code>true</code> to overwrite destination app; otherwise, <code>false</code>.

CloneCustomHostNames

<code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>.

CloneSourceControl

<code>true</code> to clone source control from source app; otherwise, <code>false</code>.

ConfigureLoadBalancing

<code>true</code> to configure load balancing for source and destination app.

CorrelationId

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

HostingEnvironment

App Service Environment.

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.

Explicit Interface Implementations

IJsonModel<CloningInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CloningInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloningInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloningInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CloningInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to