Class QueueWithSas
- java.lang.Object
-
- com.microsoft.azure.kusto.ingest.resources.QueueWithSas
-
- All Implemented Interfaces:
ResourceWithSas<com.azure.storage.queue.QueueClient>
public class QueueWithSas extends Object implements ResourceWithSas<com.azure.storage.queue.QueueClient>
-
-
Constructor Summary
Constructors Constructor Description QueueWithSas(String url, com.azure.core.http.HttpClient httpClient, com.azure.storage.common.policy.RequestRetryOptions retryOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountName()StringgetEndpoint()StringgetEndpointWithoutSas()com.azure.storage.queue.QueueClientgetQueue()com.azure.storage.queue.QueueClientgetResource()StringgetSas()
-
-
-
Constructor Detail
-
QueueWithSas
public QueueWithSas(String url, com.azure.core.http.HttpClient httpClient, @Nullable com.azure.storage.common.policy.RequestRetryOptions retryOptions) throws URISyntaxException
- Throws:
URISyntaxException
-
-
Method Detail
-
getSas
public String getSas()
-
getQueue
public com.azure.storage.queue.QueueClient getQueue()
-
getEndpoint
public String getEndpoint()
-
getEndpointWithoutSas
public String getEndpointWithoutSas()
- Specified by:
getEndpointWithoutSasin interfaceResourceWithSas<com.azure.storage.queue.QueueClient>
-
getAccountName
public String getAccountName()
- Specified by:
getAccountNamein interfaceResourceWithSas<com.azure.storage.queue.QueueClient>
-
getResource
public com.azure.storage.queue.QueueClient getResource()
- Specified by:
getResourcein interfaceResourceWithSas<com.azure.storage.queue.QueueClient>
-
-