Class AvailableWorkloadProfileInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appcontainers.fluent.models.AvailableWorkloadProfileInner

public final class AvailableWorkloadProfileInner extends com.azure.core.management.ProxyResource
A premium workload profile.
  • Constructor Details

    • AvailableWorkloadProfileInner

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

    • location

      public String location()
      Get the location property: Region of the workload profile.
      Returns:
      the location value.
    • withLocation

      public AvailableWorkloadProfileInner withLocation(String location)
      Set the location property: Region of the workload profile.
      Parameters:
      location - the location value to set.
      Returns:
      the AvailableWorkloadProfileInner object itself.
    • properties

      Get the properties property: Revision resource specific properties.
      Returns:
      the properties value.
    • withProperties

      Set the properties property: Revision resource specific properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the AvailableWorkloadProfileInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.