Share via


ClusterCreateValidationResult.EstimatedCreationDuration Property

Definition

Gets or sets the estimated creation duration.

[Newtonsoft.Json.JsonProperty(PropertyName="estimatedCreationDuration")]
public TimeSpan? EstimatedCreationDuration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="estimatedCreationDuration")>]
member this.EstimatedCreationDuration : Nullable<TimeSpan> with get, set
Public Property EstimatedCreationDuration As Nullable(Of TimeSpan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to