Site.CloningInfo Property

Definition

Gets or sets if specified during app creation, the app is cloned from a source app.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.cloningInfo")]
public Microsoft.Azure.Management.WebSites.Models.CloningInfo CloningInfo { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.cloningInfo")>]
member this.CloningInfo : Microsoft.Azure.Management.WebSites.Models.CloningInfo with get, set
Public Property CloningInfo As CloningInfo

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to