Interface LoadTestResource.UpdateStages.WithDescription

All Known Subinterfaces:
LoadTestResource.Update
Enclosing interface:
LoadTestResource.UpdateStages

public static interface LoadTestResource.UpdateStages.WithDescription
The stage of the LoadTestResource update allowing to specify description.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: Description of the resource..
  • Method Details

    • withDescription

      LoadTestResource.Update withDescription(String description)
      Specifies the description property: Description of the resource..
      Parameters:
      description - Description of the resource.
      Returns:
      the next definition stage.