ISite.CloningInfoCorrelationId Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(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) }, ReadOnly=false, Required=false, SerializedName="correlationId")]
public string CloningInfoCorrelationId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(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) }, ReadOnly=false, Required=false, SerializedName="correlationId")>]
member this.CloningInfoCorrelationId : string with get, set
Public Property CloningInfoCorrelationId As String

Property Value

Attributes

Applies to