StorageClient Class
- java.
lang. Object - com.
azure. quantum. jobs. StorageClient
- com.
public final class StorageClient
Initializes a new instance of the synchronous QuantumClient type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Sas |
sasUri(BlobDetails blobDetails)
Gets a URL with SAS token for a container/blob in the storage account associated with the workspace. |
Methods inherited from java.lang.Object
Method Details
sasUri
public SasUriResponse sasUri(BlobDetails blobDetails)
Gets a URL with SAS token for a container/blob in the storage account associated with the workspace. The SAS URL can be used to upload job input and/or download job output.
Parameters:
Returns: