MediaAssetResource.GetStorageContainerUrisAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists storage container URLs with shared access signatures (SAS) for uploading and downloading Asset content. The signatures are derived from the storage account keys.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/assets/{assetName}/listContainerSas
- Operation Id: Assets_ListContainerSas
public virtual Azure.AsyncPageable<Uri> GetStorageContainerUrisAsync (Azure.ResourceManager.Media.Models.MediaAssetStorageContainerSasContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStorageContainerUrisAsync : Azure.ResourceManager.Media.Models.MediaAssetStorageContainerSasContent * System.Threading.CancellationToken -> Azure.AsyncPageable<Uri>
override this.GetStorageContainerUrisAsync : Azure.ResourceManager.Media.Models.MediaAssetStorageContainerSasContent * System.Threading.CancellationToken -> Azure.AsyncPageable<Uri>
Public Overridable Function GetStorageContainerUrisAsync (content As MediaAssetStorageContainerSasContent, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of Uri)
Parameters
The request parameters.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of Uri that may take multiple service requests to iterate over.
Exceptions
content
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET