Class SasUriResponse

java.lang.Object
com.azure.quantum.jobs.models.SasUriResponse

public final class SasUriResponse extends Object
Get SAS URL operation response.
  • Constructor Details

    • SasUriResponse

      public SasUriResponse()
  • Method Details

    • getSasUri

      public String getSasUri()
      Get the sasUri property: A URL with a SAS token to upload a blob for execution in the given workspace.
      Returns:
      the sasUri value.
    • setSasUri

      public SasUriResponse setSasUri(String sasUri)
      Set the sasUri property: A URL with a SAS token to upload a blob for execution in the given workspace.
      Parameters:
      sasUri - the sasUri value to set.
      Returns:
      the SasUriResponse object itself.