public class QueueWithSas extends Object implements ResourceWithSas<com.azure.storage.queue.QueueAsyncClient>
| Constructor and Description |
|---|
QueueWithSas(String url,
com.azure.core.http.HttpClient httpClient,
com.azure.storage.common.policy.RequestRetryOptions retryOptions) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountName() |
com.azure.storage.queue.QueueAsyncClient |
getAsyncQueue() |
String |
getEndpoint() |
String |
getEndpointWithoutSas() |
com.azure.storage.queue.QueueAsyncClient |
getResource() |
String |
getSas() |
public QueueWithSas(String url, com.azure.core.http.HttpClient httpClient, @Nullable com.azure.storage.common.policy.RequestRetryOptions retryOptions) throws URISyntaxException
URISyntaxExceptionpublic String getSas()
public com.azure.storage.queue.QueueAsyncClient getAsyncQueue()
public String getEndpoint()
public String getEndpointWithoutSas()
getEndpointWithoutSas in interface ResourceWithSas<com.azure.storage.queue.QueueAsyncClient>public String getAccountName()
getAccountName in interface ResourceWithSas<com.azure.storage.queue.QueueAsyncClient>public com.azure.storage.queue.QueueAsyncClient getResource()
getResource in interface ResourceWithSas<com.azure.storage.queue.QueueAsyncClient>Copyright © 2025. All rights reserved.