Class StatusCodeCount
java.lang.Object
com.azure.resourcemanager.compute.models.StatusCodeCount
The status code and count of the cloud service instance view statuses.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StatusCodeCount
public StatusCodeCount()Creates an instance of StatusCodeCount class.
-
-
Method Details
-
code
Get the code property: The instance view status code.- Returns:
- the code value.
-
count
Get the count property: Number of instances having this status code.- Returns:
- the count value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-