ContainerThrottlingData Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ContainerThrottlingData
- com.
Implements
public final class ContainerThrottlingData
implements JsonSerializable<ContainerThrottlingData>
The ContainerThrottlingData model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Container |
fromJson(JsonReader jsonReader)
Reads an instance of Container |
| Integer |
periods()
Get the periods property: The periods property. |
| Integer |
throttledPeriods()
Get the throttled |
| Integer |
throttledTime()
Get the throttled |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ContainerThrottlingData fromJson(JsonReader jsonReader)
Reads an instance of ContainerThrottlingData from the JsonReader.
Parameters:
Returns:
Throws:
periods
public Integer periods()
Get the periods property: The periods property.
Returns:
throttledPeriods
public Integer throttledPeriods()
Get the throttledPeriods property: The throttledPeriods property.
Returns:
throttledTime
public Integer throttledTime()
Get the throttledTime property: The throttledTime property.
Returns:
toJson
validate
public void validate()
Validates the instance.