Class GenerateUploadUriParameter

java.lang.Object
com.azure.resourcemanager.devtestlabs.models.GenerateUploadUriParameter

public final class GenerateUploadUriParameter extends Object
Properties for generating an upload URI.
  • Constructor Details

    • GenerateUploadUriParameter

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

    • blobName

      public String blobName()
      Get the blobName property: The blob name of the upload URI.
      Returns:
      the blobName value.
    • withBlobName

      public GenerateUploadUriParameter withBlobName(String blobName)
      Set the blobName property: The blob name of the upload URI.
      Parameters:
      blobName - the blobName value to set.
      Returns:
      the GenerateUploadUriParameter object itself.
    • validate

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