Class ArmStreamingEndpointCapacity
java.lang.Object
com.azure.resourcemanager.mediaservices.models.ArmStreamingEndpointCapacity
The streaming endpoint sku capacity.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ArmStreamingEndpointCapacity class. -
Method Summary
Modifier and TypeMethodDescriptionGet the defaultProperty property: The streaming endpoint default capacity.maximum()
Get the maximum property: The streaming endpoint maximum capacity.minimum()
Get the minimum property: The streaming endpoint minimum capacity.Get the scaleType property: The scaleType property.void
validate()
Validates the instance.withDefaultProperty
(Integer defaultProperty) Set the defaultProperty property: The streaming endpoint default capacity.withMaximum
(Integer maximum) Set the maximum property: The streaming endpoint maximum capacity.withMinimum
(Integer minimum) Set the minimum property: The streaming endpoint minimum capacity.
-
Constructor Details
-
ArmStreamingEndpointCapacity
public ArmStreamingEndpointCapacity()Creates an instance of ArmStreamingEndpointCapacity class.
-
-
Method Details
-
scaleType
Get the scaleType property: The scaleType property.- Returns:
- the scaleType value.
-
defaultProperty
Get the defaultProperty property: The streaming endpoint default capacity.- Returns:
- the defaultProperty value.
-
withDefaultProperty
Set the defaultProperty property: The streaming endpoint default capacity.- Parameters:
defaultProperty
- the defaultProperty value to set.- Returns:
- the ArmStreamingEndpointCapacity object itself.
-
minimum
Get the minimum property: The streaming endpoint minimum capacity.- Returns:
- the minimum value.
-
withMinimum
Set the minimum property: The streaming endpoint minimum capacity.- Parameters:
minimum
- the minimum value to set.- Returns:
- the ArmStreamingEndpointCapacity object itself.
-
maximum
Get the maximum property: The streaming endpoint maximum capacity.- Returns:
- the maximum value.
-
withMaximum
Set the maximum property: The streaming endpoint maximum capacity.- Parameters:
maximum
- the maximum value to set.- Returns:
- the ArmStreamingEndpointCapacity object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-