CloningInfo Class

Definition

Information needed for cloning operation. Serialized Name: 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
    interface IJsonModel<CloningInfo>
    interface IPersistableModel<CloningInfo>
Public Class CloningInfo
Implements IJsonModel(Of CloningInfo), IPersistableModel(Of CloningInfo)
Inheritance
CloningInfo
Implements

Constructors

Name Description
CloningInfo(ResourceIdentifier)

Initializes a new instance of CloningInfo.

Properties

Name Description
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. Serialized Name: CloningInfo.appSettingsOverrides

CanOverwrite

<code>true</code> to overwrite destination app; otherwise, <code>false</code>. Serialized Name: CloningInfo.overwrite

CloneCustomHostNames

<code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>. Serialized Name: CloningInfo.cloneCustomHostNames

CloneSourceControl

<code>true</code> to clone source control from source app; otherwise, <code>false</code>. Serialized Name: CloningInfo.cloneSourceControl

ConfigureLoadBalancing

<code>true</code> to configure load balancing for source and destination app. Serialized Name: CloningInfo.configureLoadBalancing

CorrelationId

Correlation ID of cloning operation. This ID ties multiple cloning operations together to use the same snapshot. Serialized Name: CloningInfo.correlationId

HostingEnvironment

App Service Environment. Serialized Name: CloningInfo.hostingEnvironment

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. Serialized Name: CloningInfo.sourceWebAppId

SourceWebAppLocation

Location of source app ex: West US or North Europe Serialized Name: CloningInfo.sourceWebAppLocation

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}. Serialized Name: CloningInfo.trafficManagerProfileId

TrafficManagerProfileName

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

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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