ElasticPoolActivity.RequestedDtu Property

Definition

Gets the requested DTU for the pool if available.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to