IotHubCapacity.ScaleType Property

Definition

Gets the type of the scaling enabled. Possible values include: 'Automatic', 'Manual', 'None'

[Newtonsoft.Json.JsonProperty(PropertyName="scaleType")]
public Microsoft.Azure.Management.IotHub.Models.IotHubScaleType? ScaleType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="scaleType")>]
member this.ScaleType : Nullable<Microsoft.Azure.Management.IotHub.Models.IotHubScaleType>
Public ReadOnly Property ScaleType As Nullable(Of IotHubScaleType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to