Class DevToolPortalComponent

java.lang.Object
com.azure.resourcemanager.appplatform.models.DevToolPortalComponent

public final class DevToolPortalComponent extends Object
The DevToolPortalComponent model.
  • Constructor Details

    • DevToolPortalComponent

      public DevToolPortalComponent()
      Creates an instance of DevToolPortalComponent class.
  • Method Details

    • name

      public String name()
      Get the name property: The name property.
      Returns:
      the name value.
    • resourceRequests

      public DevToolPortalResourceRequests resourceRequests()
      Get the resourceRequests property: The requested resource quantity for required CPU and Memory.
      Returns:
      the resourceRequests value.
    • instances

      public List<DevToolPortalInstance> 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.