SasUriResponse Class
- java.
lang. Object - com.
azure. quantum. jobs. models. SasUriResponse
- com.
public final class SasUriResponse
Get SAS URL operation response.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| SasUriResponse() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getSasUri()
Get the sas |
|
Sas |
setSasUri(String sasUri)
Set the sas |
Methods inherited from java.lang.Object
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:
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:
Returns: