java.lang.Object
com.azure.resourcemanager.loadtestservice.fluent.models.LoadTestProperties

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

    • LoadTestProperties

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

    • 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.
    • encryption

      public EncryptionProperties encryption()
      Get the encryption property: CMK Encryption property.
      Returns:
      the encryption value.
    • withEncryption

      public LoadTestProperties withEncryption(EncryptionProperties encryption)
      Set the encryption property: CMK Encryption property.
      Parameters:
      encryption - the encryption value to set.
      Returns:
      the LoadTestProperties object itself.
    • validate

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