ISitePatchResource.CloningInfoCorrelationId Property

Definition

Correlation ID of cloning operation. This ID ties multiple cloning operations together to use the same snapshot.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Correlation ID of cloning operation. This ID ties multiple cloning operations\r\n        together to use the same snapshot.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=false, ReadOnly=false, Required=false, SerializedName="correlationId", Update=false)]
public string CloningInfoCorrelationId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Correlation ID of cloning operation. This ID ties multiple cloning operations\r\n        together to use the same snapshot.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=false, ReadOnly=false, Required=false, SerializedName="correlationId", Update=false)>]
member this.CloningInfoCorrelationId : string with get, set
Public Property CloningInfoCorrelationId As String

Property Value

Attributes

Applies to