SasUriResponse Class

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

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 sasUri property: A URL with a SAS token to upload a blob for execution in the given workspace.

SasUriResponse setSasUri(String sasUri)

Set the sasUri property: A URL with a SAS token to upload a blob for execution in the given workspace.

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:

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.

Applies to