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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET