Class ScalingPlanPatchProperties

java.lang.Object
com.azure.resourcemanager.desktopvirtualization.fluent.models.ScalingPlanPatchProperties

public final class ScalingPlanPatchProperties extends Object
Scaling plan properties.
  • Constructor Details

    • ScalingPlanPatchProperties

      public ScalingPlanPatchProperties()
  • Method Details

    • description

      public String description()
      Get the description property: Description of scaling plan.
      Returns:
      the description value.
    • withDescription

      public ScalingPlanPatchProperties withDescription(String description)
      Set the description property: Description of scaling plan.
      Parameters:
      description - the description value to set.
      Returns:
      the ScalingPlanPatchProperties object itself.
    • friendlyName

      public String friendlyName()
      Get the friendlyName property: User friendly name of scaling plan.
      Returns:
      the friendlyName value.
    • withFriendlyName

      public ScalingPlanPatchProperties withFriendlyName(String friendlyName)
      Set the friendlyName property: User friendly name of scaling plan.
      Parameters:
      friendlyName - the friendlyName value to set.
      Returns:
      the ScalingPlanPatchProperties object itself.
    • timeZone

      public String timeZone()
      Get the timeZone property: Timezone of the scaling plan.
      Returns:
      the timeZone value.
    • withTimeZone

      public ScalingPlanPatchProperties withTimeZone(String timeZone)
      Set the timeZone property: Timezone of the scaling plan.
      Parameters:
      timeZone - the timeZone value to set.
      Returns:
      the ScalingPlanPatchProperties object itself.
    • exclusionTag

      public String exclusionTag()
      Get the exclusionTag property: Exclusion tag for scaling plan.
      Returns:
      the exclusionTag value.
    • withExclusionTag

      public ScalingPlanPatchProperties withExclusionTag(String exclusionTag)
      Set the exclusionTag property: Exclusion tag for scaling plan.
      Parameters:
      exclusionTag - the exclusionTag value to set.
      Returns:
      the ScalingPlanPatchProperties object itself.
    • schedules

      public List<ScalingSchedule> schedules()
      Get the schedules property: List of ScalingSchedule definitions.
      Returns:
      the schedules value.
    • withSchedules

      public ScalingPlanPatchProperties withSchedules(List<ScalingSchedule> schedules)
      Set the schedules property: List of ScalingSchedule definitions.
      Parameters:
      schedules - the schedules value to set.
      Returns:
      the ScalingPlanPatchProperties object itself.
    • hostPoolReferences

      public List<ScalingHostPoolReference> hostPoolReferences()
      Get the hostPoolReferences property: List of ScalingHostPoolReference definitions.
      Returns:
      the hostPoolReferences value.
    • withHostPoolReferences

      public ScalingPlanPatchProperties withHostPoolReferences(List<ScalingHostPoolReference> hostPoolReferences)
      Set the hostPoolReferences property: List of ScalingHostPoolReference definitions.
      Parameters:
      hostPoolReferences - the hostPoolReferences value to set.
      Returns:
      the ScalingPlanPatchProperties object itself.
    • validate

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