public class ContainerWithSas extends Object implements ResourceWithSas<com.azure.storage.blob.BlobContainerAsyncClient>
| Constructor and Description |
|---|
ContainerWithSas(String url,
com.azure.core.http.HttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountName() |
com.azure.storage.blob.BlobContainerAsyncClient |
getAsyncContainer() |
String |
getEndpointWithoutSas() |
com.azure.storage.blob.BlobContainerAsyncClient |
getResource() |
String |
getSas() |
public ContainerWithSas(String url, com.azure.core.http.HttpClient httpClient) throws URISyntaxException
URISyntaxExceptionpublic String getSas()
public com.azure.storage.blob.BlobContainerAsyncClient getAsyncContainer()
public String getEndpointWithoutSas()
getEndpointWithoutSas in interface ResourceWithSas<com.azure.storage.blob.BlobContainerAsyncClient>public String getAccountName()
getAccountName in interface ResourceWithSas<com.azure.storage.blob.BlobContainerAsyncClient>public com.azure.storage.blob.BlobContainerAsyncClient getResource()
getResource in interface ResourceWithSas<com.azure.storage.blob.BlobContainerAsyncClient>Copyright © 2025. All rights reserved.