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

Property Value

Attributes

Applies to