public final class ContainerThrottlingData extends Object
| Constructor and Description |
|---|
ContainerThrottlingData() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
periods()
Get the periods property: The periods property.
|
Integer |
throttledPeriods()
Get the throttledPeriods property: The throttledPeriods property.
|
Integer |
throttledTime()
Get the throttledTime property: The throttledTime property.
|
void |
validate()
Validates the instance.
|
ContainerThrottlingData |
withPeriods(Integer periods)
Set the periods property: The periods property.
|
ContainerThrottlingData |
withThrottledPeriods(Integer throttledPeriods)
Set the throttledPeriods property: The throttledPeriods property.
|
ContainerThrottlingData |
withThrottledTime(Integer throttledTime)
Set the throttledTime property: The throttledTime property.
|
public Integer periods()
public ContainerThrottlingData withPeriods(Integer periods)
periods - the periods value to set.public Integer throttledPeriods()
public ContainerThrottlingData withThrottledPeriods(Integer throttledPeriods)
throttledPeriods - the throttledPeriods value to set.public Integer throttledTime()
public ContainerThrottlingData withThrottledTime(Integer throttledTime)
throttledTime - the throttledTime value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.