Class LoadTestProperties


  • public final class LoadTestProperties
    extends Object
    LoadTest resource properties.
    • Constructor Detail

      • LoadTestProperties

        public LoadTestProperties()
    • Method Detail

      • description

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

        public LoadTestProperties withDescription​(String description)
        Set the description property: Description of the resource.
        Parameters:
        description - the description value to set.
        Returns:
        the LoadTestProperties object itself.
      • provisioningState

        public ResourceState provisioningState()
        Get the provisioningState property: Resource provisioning state.
        Returns:
        the provisioningState value.
      • dataPlaneUri

        public String dataPlaneUri()
        Get the dataPlaneUri property: Resource data plane URI.
        Returns:
        the dataPlaneUri value.
      • validate

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