共用方式為


CloningInfo.SourceWebAppId Property

Definition

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.

public Azure.Provisioning.BicepValue<Azure.Core.ResourceIdentifier> SourceWebAppId { get; set; }
member this.SourceWebAppId : Azure.Provisioning.BicepValue<Azure.Core.ResourceIdentifier> with get, set
Public Property SourceWebAppId As BicepValue(Of ResourceIdentifier)

Property Value

Applies to