ElasticPoolOperation.EstimatedCompletionTime Property

Definition

Gets the estimated completion time of the operation.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.estimatedCompletionTime")]
public DateTime? EstimatedCompletionTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.estimatedCompletionTime")>]
member this.EstimatedCompletionTime : Nullable<DateTime>
Public ReadOnly Property EstimatedCompletionTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to