ISiteProperties.InProgressOperationId Property

Definition

Specifies an operation id if this site has a pending operation.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Specifies an operation id if this site has a pending operation.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="inProgressOperationId", Update=false)]
public string InProgressOperationId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Specifies an operation id if this site has a pending operation.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="inProgressOperationId", Update=false)>]
member this.InProgressOperationId : string
Public ReadOnly Property InProgressOperationId As String

Property Value

Attributes

Applies to