public interface ScalingPlan
An immutable client-side representation of ScalingPlan.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • managedBy

      String managedBy()
      Gets the managedBy property: The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
      Returns:
      the managedBy value.
    • kind

      String kind()
      Gets the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
      Returns:
      the kind value.
    • etag

      String etag()
      Gets the etag property: The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
      Returns:
      the etag value.
    • identity

      Gets the identity property: The identity property.
      Returns:
      the identity value.
    • sku

      Gets the sku property: The sku property.
      Returns:
      the sku value.
    • plan

      Gets the plan property: The plan property.
      Returns:
      the plan value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • objectId

      String objectId()
      Gets the objectId property: ObjectId of scaling plan. (internal use).
      Returns:
      the objectId value.
    • description

      String description()
      Gets the description property: Description of scaling plan.
      Returns:
      the description value.
    • friendlyName

      String friendlyName()
      Gets the friendlyName property: User friendly name of scaling plan.
      Returns:
      the friendlyName value.
    • timeZone

      String timeZone()
      Gets the timeZone property: Timezone of the scaling plan.
      Returns:
      the timeZone value.
    • hostPoolType

      ScalingHostPoolType hostPoolType()
      Gets the hostPoolType property: HostPool type for desktop.
      Returns:
      the hostPoolType value.
    • exclusionTag

      String exclusionTag()
      Gets the exclusionTag property: Exclusion tag for scaling plan.
      Returns:
      the exclusionTag value.
    • schedules

      List<ScalingSchedule> schedules()
      Gets the schedules property: List of ScalingSchedule definitions.
      Returns:
      the schedules value.
    • hostPoolReferences

      List<ScalingHostPoolReference> hostPoolReferences()
      Gets the hostPoolReferences property: List of ScalingHostPoolReference definitions.
      Returns:
      the hostPoolReferences value.
    • region

      com.azure.core.management.Region region()
      Gets the region of the resource.
      Returns:
      the region of the resource.
    • regionName

      String regionName()
      Gets the name of the resource region.
      Returns:
      the name of the resource region.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      ScalingPlanInner innerModel()
      Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.ScalingPlanInner object.
      Returns:
      the inner object.
    • update

      Begins update for the ScalingPlan resource.
      Returns:
      the stage of resource update.
    • refresh

      ScalingPlan refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      ScalingPlan refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.