Class QosPortRange
java.lang.Object
com.azure.resourcemanager.network.models.QosPortRange
Qos Traffic Profiler Port range properties.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QosPortRange
public QosPortRange()Creates an instance of QosPortRange class.
-
-
Method Details
-
start
Get the start property: Qos Port Range start.- Returns:
- the start value.
-
withStart
Set the start property: Qos Port Range start.- Parameters:
start- the start value to set.- Returns:
- the QosPortRange object itself.
-
end
Get the end property: Qos Port Range end.- Returns:
- the end value.
-
withEnd
Set the end property: Qos Port Range end.- Parameters:
end- the end value to set.- Returns:
- the QosPortRange object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-