Skip to main content

download_medias

Creates, updates, deletes, gets or lists a download_medias resource.

Overview

Namedownload_medias
TypeResource
Idazure.communication_messages.download_medias

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
download_mediaexecid, endpointDownload the Media payload from a User to Business message.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
endpointstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client endpoint parameter. (default: )
idstringThe stream ID. Required.

Lifecycle Methods

Download the Media payload from a User to Business message.

EXEC azure.communication_messages.download_medias.download_media 
@id='{{ id }}' --required,
@endpoint='{{ endpoint }}' --required
;