public class QueueWithSas extends Object implements ResourceWithSas<com.azure.storage.queue.QueueClient>
| 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() |
String |
getEndpoint() |
String |
getEndpointWithoutSas() |
com.azure.storage.queue.QueueClient |
getQueue() |
com.azure.storage.queue.QueueClient |
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.QueueClient getQueue()
public String getEndpoint()
public String getEndpointWithoutSas()
getEndpointWithoutSas in interface ResourceWithSas<com.azure.storage.queue.QueueClient>public String getAccountName()
getAccountName in interface ResourceWithSas<com.azure.storage.queue.QueueClient>public com.azure.storage.queue.QueueClient getResource()
getResource in interface ResourceWithSas<com.azure.storage.queue.QueueClient>Copyright © 2024. All rights reserved.