CloningInfo.SourceWebAppId Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="sourceWebAppId")]
public string SourceWebAppId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sourceWebAppId")>]
member this.SourceWebAppId : string with get, set
Public Property SourceWebAppId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to