共用方式為


CloningInfo interface

複製作業所需的資訊。

屬性

appSettingsOverrides

複製應用程式的應用程式設定覆寫。 如果指定,這些設定會覆寫從來源應用程式複製的設定。 否則,會保留來源應用程式的應用程式設定。

cloneCustomHostNames

true 從來源應用程式複製自訂主機名稱;否則為 false

cloneSourceControl

true 從來源應用程式複製原始檔控制;否則為 false

configureLoadBalancing

true 設定來源和目的地應用程式的負載平衡。

correlationId

複製作業的相互關聯識別碼。 此識別碼會將多個複製作業系結在一起,以使用相同的快照集。

hostingEnvironment

App Service 環境。

overwrite

true 表示覆寫目的地應用程式;否則為 false

sourceWebAppId

來源應用程式的 ARM 資源識別碼。 應用程式資源識別碼的格式為 /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName},適用于生產位置和 /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} 的其他位置。

sourceWebAppLocation

來源應用程式的位置,例如:美國西部或北歐

trafficManagerProfileId

如果流量管理員設定檔存在,則為要使用的 ARM 資源識別碼。 流量管理員資源識別碼的格式為 /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}。

trafficManagerProfileName

要建立的流量管理員設定檔名稱。 只有在流量管理員設定檔不存在時,才需要這麼做。

屬性詳細資料

appSettingsOverrides

複製應用程式的應用程式設定覆寫。 如果指定,這些設定會覆寫從來源應用程式複製的設定。 否則,會保留來源應用程式的應用程式設定。

appSettingsOverrides?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

cloneCustomHostNames

true 從來源應用程式複製自訂主機名稱;否則為 false

cloneCustomHostNames?: boolean

屬性值

boolean

cloneSourceControl

true 從來源應用程式複製原始檔控制;否則為 false

cloneSourceControl?: boolean

屬性值

boolean

configureLoadBalancing

true 設定來源和目的地應用程式的負載平衡。

configureLoadBalancing?: boolean

屬性值

boolean

correlationId

複製作業的相互關聯識別碼。 此識別碼會將多個複製作業系結在一起,以使用相同的快照集。

correlationId?: string

屬性值

string

hostingEnvironment

App Service 環境。

hostingEnvironment?: string

屬性值

string

overwrite

true 表示覆寫目的地應用程式;否則為 false

overwrite?: boolean

屬性值

boolean

sourceWebAppId

來源應用程式的 ARM 資源識別碼。 應用程式資源識別碼的格式為 /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName},適用于生產位置和 /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} 的其他位置。

sourceWebAppId: string

屬性值

string

sourceWebAppLocation

來源應用程式的位置,例如:美國西部或北歐

sourceWebAppLocation?: string

屬性值

string

trafficManagerProfileId

如果流量管理員設定檔存在,則為要使用的 ARM 資源識別碼。 流量管理員資源識別碼的格式為 /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}。

trafficManagerProfileId?: string

屬性值

string

trafficManagerProfileName

要建立的流量管理員設定檔名稱。 只有在流量管理員設定檔不存在時,才需要這麼做。

trafficManagerProfileName?: string

屬性值

string