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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET