Class ContainerThrottlingData
java.lang.Object
com.azure.resourcemanager.appservice.models.ContainerThrottlingData
The ContainerThrottlingData model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ContainerThrottlingData class. -
Method Summary
Modifier and TypeMethodDescriptionperiods()Get the periods property: The periods property.Get the throttledPeriods property: The throttledPeriods property.Get the throttledTime property: The throttledTime property.voidvalidate()Validates the instance.withPeriods(Integer periods) Set the periods property: The periods property.withThrottledPeriods(Integer throttledPeriods) Set the throttledPeriods property: The throttledPeriods property.withThrottledTime(Integer throttledTime) Set the throttledTime property: The throttledTime property.
-
Constructor Details
-
ContainerThrottlingData
public ContainerThrottlingData()Creates an instance of ContainerThrottlingData class.
-
-
Method Details
-
periods
Get the periods property: The periods property.- Returns:
- the periods value.
-
withPeriods
Set the periods property: The periods property.- Parameters:
periods- the periods value to set.- Returns:
- the ContainerThrottlingData object itself.
-
throttledPeriods
Get the throttledPeriods property: The throttledPeriods property.- Returns:
- the throttledPeriods value.
-
withThrottledPeriods
Set the throttledPeriods property: The throttledPeriods property.- Parameters:
throttledPeriods- the throttledPeriods value to set.- Returns:
- the ContainerThrottlingData object itself.
-
throttledTime
Get the throttledTime property: The throttledTime property.- Returns:
- the throttledTime value.
-
withThrottledTime
Set the throttledTime property: The throttledTime property.- Parameters:
throttledTime- the throttledTime value to set.- Returns:
- the ContainerThrottlingData object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-