Class DevToolPortalComponent
java.lang.Object
com.azure.resourcemanager.appplatform.models.DevToolPortalComponent
The DevToolPortalComponent model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DevToolPortalComponent class. -
Method Summary
Modifier and TypeMethodDescriptionGet the instances property: Collection of instances belong to Dev Tool Portal.name()Get the name property: The name property.Get the resourceRequests property: The requested resource quantity for required CPU and Memory.voidvalidate()Validates the instance.
-
Constructor Details
-
DevToolPortalComponent
public DevToolPortalComponent()Creates an instance of DevToolPortalComponent class.
-
-
Method Details
-
name
Get the name property: The name property.- Returns:
- the name value.
-
resourceRequests
Get the resourceRequests property: The requested resource quantity for required CPU and Memory.- Returns:
- the resourceRequests value.
-
instances
Get the instances property: Collection of instances belong to Dev Tool Portal.- Returns:
- the instances value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-