azure-native.videoanalyzer.getVideo
Explore with Pulumi AI
Retrieves an existing video resource with the given name. Azure REST API version: 2021-11-01-preview.
Other available API versions: 2021-05-01-preview.
Using getVideo
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVideo(args: GetVideoArgs, opts?: InvokeOptions): Promise<GetVideoResult>
function getVideoOutput(args: GetVideoOutputArgs, opts?: InvokeOptions): Output<GetVideoResult>def get_video(account_name: Optional[str] = None,
              resource_group_name: Optional[str] = None,
              video_name: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetVideoResult
def get_video_output(account_name: Optional[pulumi.Input[str]] = None,
              resource_group_name: Optional[pulumi.Input[str]] = None,
              video_name: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetVideoResult]func LookupVideo(ctx *Context, args *LookupVideoArgs, opts ...InvokeOption) (*LookupVideoResult, error)
func LookupVideoOutput(ctx *Context, args *LookupVideoOutputArgs, opts ...InvokeOption) LookupVideoResultOutput> Note: This function is named LookupVideo in the Go SDK.
public static class GetVideo 
{
    public static Task<GetVideoResult> InvokeAsync(GetVideoArgs args, InvokeOptions? opts = null)
    public static Output<GetVideoResult> Invoke(GetVideoInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVideoResult> getVideo(GetVideoArgs args, InvokeOptions options)
public static Output<GetVideoResult> getVideo(GetVideoArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:videoanalyzer:getVideo
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountName string
- The Azure Video Analyzer account name.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- VideoName string
- The Video name.
- AccountName string
- The Azure Video Analyzer account name.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- VideoName string
- The Video name.
- accountName String
- The Azure Video Analyzer account name.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- videoName String
- The Video name.
- accountName string
- The Azure Video Analyzer account name.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- videoName string
- The Video name.
- account_name str
- The Azure Video Analyzer account name.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- video_name str
- The Video name.
- accountName String
- The Azure Video Analyzer account name.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- videoName String
- The Video name.
getVideo Result
The following output properties are available:
- ContentUrls Pulumi.Azure Native. Video Analyzer. Outputs. Video Content Urls Response 
- Set of URLs to the video content.
- Flags
Pulumi.Azure Native. Video Analyzer. Outputs. Video Flags Response 
- Video flags contain information about the available video actions and its dynamic properties based on the current video state.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- SystemData Pulumi.Azure Native. Video Analyzer. Outputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Archival
Pulumi.Azure Native. Video Analyzer. Outputs. Video Archival Response 
- Video archival properties.
- Description string
- Optional video description provided by the user. Value can be up to 2048 characters long.
- MediaInfo Pulumi.Azure Native. Video Analyzer. Outputs. Video Media Info Response 
- Contains information about the video and audio content.
- Title string
- Optional video title provided by the user. Value can be up to 256 characters long.
- ContentUrls VideoContent Urls Response 
- Set of URLs to the video content.
- Flags
VideoFlags Response 
- Video flags contain information about the available video actions and its dynamic properties based on the current video state.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Archival
VideoArchival Response 
- Video archival properties.
- Description string
- Optional video description provided by the user. Value can be up to 2048 characters long.
- MediaInfo VideoMedia Info Response 
- Contains information about the video and audio content.
- Title string
- Optional video title provided by the user. Value can be up to 256 characters long.
- contentUrls VideoContent Urls Response 
- Set of URLs to the video content.
- flags
VideoFlags Response 
- Video flags contain information about the available video actions and its dynamic properties based on the current video state.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- archival
VideoArchival Response 
- Video archival properties.
- description String
- Optional video description provided by the user. Value can be up to 2048 characters long.
- mediaInfo VideoMedia Info Response 
- Contains information about the video and audio content.
- title String
- Optional video title provided by the user. Value can be up to 256 characters long.
- contentUrls VideoContent Urls Response 
- Set of URLs to the video content.
- flags
VideoFlags Response 
- Video flags contain information about the available video actions and its dynamic properties based on the current video state.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- archival
VideoArchival Response 
- Video archival properties.
- description string
- Optional video description provided by the user. Value can be up to 2048 characters long.
- mediaInfo VideoMedia Info Response 
- Contains information about the video and audio content.
- title string
- Optional video title provided by the user. Value can be up to 256 characters long.
- content_urls VideoContent Urls Response 
- Set of URLs to the video content.
- flags
VideoFlags Response 
- Video flags contain information about the available video actions and its dynamic properties based on the current video state.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- archival
VideoArchival Response 
- Video archival properties.
- description str
- Optional video description provided by the user. Value can be up to 2048 characters long.
- media_info VideoMedia Info Response 
- Contains information about the video and audio content.
- title str
- Optional video title provided by the user. Value can be up to 256 characters long.
- contentUrls Property Map
- Set of URLs to the video content.
- flags Property Map
- Video flags contain information about the available video actions and its dynamic properties based on the current video state.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- archival Property Map
- Video archival properties.
- description String
- Optional video description provided by the user. Value can be up to 2048 characters long.
- mediaInfo Property Map
- Contains information about the video and audio content.
- title String
- Optional video title provided by the user. Value can be up to 256 characters long.
Supporting Types
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
VideoArchivalResponse  
- RetentionPeriod string
- Video retention period indicates the maximum age of the video archive segments which are intended to be kept in storage. It must be provided in the ISO8601 duration format in the granularity of days, up to a maximum of 10 years. For example, if this is set to P30D (30 days), content older than 30 days will be periodically deleted. This value can be updated at any time and the new desired retention period will be effective within 24 hours.
- RetentionPeriod string
- Video retention period indicates the maximum age of the video archive segments which are intended to be kept in storage. It must be provided in the ISO8601 duration format in the granularity of days, up to a maximum of 10 years. For example, if this is set to P30D (30 days), content older than 30 days will be periodically deleted. This value can be updated at any time and the new desired retention period will be effective within 24 hours.
- retentionPeriod String
- Video retention period indicates the maximum age of the video archive segments which are intended to be kept in storage. It must be provided in the ISO8601 duration format in the granularity of days, up to a maximum of 10 years. For example, if this is set to P30D (30 days), content older than 30 days will be periodically deleted. This value can be updated at any time and the new desired retention period will be effective within 24 hours.
- retentionPeriod string
- Video retention period indicates the maximum age of the video archive segments which are intended to be kept in storage. It must be provided in the ISO8601 duration format in the granularity of days, up to a maximum of 10 years. For example, if this is set to P30D (30 days), content older than 30 days will be periodically deleted. This value can be updated at any time and the new desired retention period will be effective within 24 hours.
- retention_period str
- Video retention period indicates the maximum age of the video archive segments which are intended to be kept in storage. It must be provided in the ISO8601 duration format in the granularity of days, up to a maximum of 10 years. For example, if this is set to P30D (30 days), content older than 30 days will be periodically deleted. This value can be updated at any time and the new desired retention period will be effective within 24 hours.
- retentionPeriod String
- Video retention period indicates the maximum age of the video archive segments which are intended to be kept in storage. It must be provided in the ISO8601 duration format in the granularity of days, up to a maximum of 10 years. For example, if this is set to P30D (30 days), content older than 30 days will be periodically deleted. This value can be updated at any time and the new desired retention period will be effective within 24 hours.
VideoContentUrlsResponse   
- ArchiveBase stringUrl 
- Video archive streaming base URL. The archived content can be automatically played by the Azure Video Analyzer player widget. Alternatively, this URL can be used in conjunction with the video content authorization token on any compatible DASH or HLS players by appending the following to the base URL:- HLSv4: /manifest(format=m3u8-aapl).m3u8 - HLS CMAF: /manifest(format=m3u8-cmaf) - DASH CMAF: /manifest(format=mpd-time-cmaf)Moreover, an ongoing video recording can be played in "live mode" with latencies which are approximately double of the chosen video segment length. It is available when the video type is ‘archive’ and video archiving is enabled. 
- DownloadUrl string
- Video file download URL. This URL can be used in conjunction with the video content authorization token to download the video MP4 file. The resulting MP4 file can be played on any standard media player. It is available when the video type is ‘file’ and video file is available for consumption.
- PreviewImage Pulumi.Urls Azure Native. Video Analyzer. Inputs. Video Preview Image Urls Response 
- Video preview image URLs. These URLs can be used in conjunction with the video content authorization token to download the most recent still image from the video archive in different resolutions. They are available when the video type is ‘archive’ and preview images are enabled.
- RtspTunnel stringUrl 
- Video low-latency streaming URL. The live content can be automatically played by the Azure Video Analyzer player widget. Alternatively, this URL can be used in conjunction with the video content authorization token to expose a WebSocket tunneled RTSP stream. It is available when the video type is ‘archive’ and a live, low-latency feed is available from the source.
- ArchiveBase stringUrl 
- Video archive streaming base URL. The archived content can be automatically played by the Azure Video Analyzer player widget. Alternatively, this URL can be used in conjunction with the video content authorization token on any compatible DASH or HLS players by appending the following to the base URL:- HLSv4: /manifest(format=m3u8-aapl).m3u8 - HLS CMAF: /manifest(format=m3u8-cmaf) - DASH CMAF: /manifest(format=mpd-time-cmaf)Moreover, an ongoing video recording can be played in "live mode" with latencies which are approximately double of the chosen video segment length. It is available when the video type is ‘archive’ and video archiving is enabled. 
- DownloadUrl string
- Video file download URL. This URL can be used in conjunction with the video content authorization token to download the video MP4 file. The resulting MP4 file can be played on any standard media player. It is available when the video type is ‘file’ and video file is available for consumption.
- PreviewImage VideoUrls Preview Image Urls Response 
- Video preview image URLs. These URLs can be used in conjunction with the video content authorization token to download the most recent still image from the video archive in different resolutions. They are available when the video type is ‘archive’ and preview images are enabled.
- RtspTunnel stringUrl 
- Video low-latency streaming URL. The live content can be automatically played by the Azure Video Analyzer player widget. Alternatively, this URL can be used in conjunction with the video content authorization token to expose a WebSocket tunneled RTSP stream. It is available when the video type is ‘archive’ and a live, low-latency feed is available from the source.
- archiveBase StringUrl 
- Video archive streaming base URL. The archived content can be automatically played by the Azure Video Analyzer player widget. Alternatively, this URL can be used in conjunction with the video content authorization token on any compatible DASH or HLS players by appending the following to the base URL:- HLSv4: /manifest(format=m3u8-aapl).m3u8 - HLS CMAF: /manifest(format=m3u8-cmaf) - DASH CMAF: /manifest(format=mpd-time-cmaf)Moreover, an ongoing video recording can be played in "live mode" with latencies which are approximately double of the chosen video segment length. It is available when the video type is ‘archive’ and video archiving is enabled. 
- downloadUrl String
- Video file download URL. This URL can be used in conjunction with the video content authorization token to download the video MP4 file. The resulting MP4 file can be played on any standard media player. It is available when the video type is ‘file’ and video file is available for consumption.
- previewImage VideoUrls Preview Image Urls Response 
- Video preview image URLs. These URLs can be used in conjunction with the video content authorization token to download the most recent still image from the video archive in different resolutions. They are available when the video type is ‘archive’ and preview images are enabled.
- rtspTunnel StringUrl 
- Video low-latency streaming URL. The live content can be automatically played by the Azure Video Analyzer player widget. Alternatively, this URL can be used in conjunction with the video content authorization token to expose a WebSocket tunneled RTSP stream. It is available when the video type is ‘archive’ and a live, low-latency feed is available from the source.
- archiveBase stringUrl 
- Video archive streaming base URL. The archived content can be automatically played by the Azure Video Analyzer player widget. Alternatively, this URL can be used in conjunction with the video content authorization token on any compatible DASH or HLS players by appending the following to the base URL:- HLSv4: /manifest(format=m3u8-aapl).m3u8 - HLS CMAF: /manifest(format=m3u8-cmaf) - DASH CMAF: /manifest(format=mpd-time-cmaf)Moreover, an ongoing video recording can be played in "live mode" with latencies which are approximately double of the chosen video segment length. It is available when the video type is ‘archive’ and video archiving is enabled. 
- downloadUrl string
- Video file download URL. This URL can be used in conjunction with the video content authorization token to download the video MP4 file. The resulting MP4 file can be played on any standard media player. It is available when the video type is ‘file’ and video file is available for consumption.
- previewImage VideoUrls Preview Image Urls Response 
- Video preview image URLs. These URLs can be used in conjunction with the video content authorization token to download the most recent still image from the video archive in different resolutions. They are available when the video type is ‘archive’ and preview images are enabled.
- rtspTunnel stringUrl 
- Video low-latency streaming URL. The live content can be automatically played by the Azure Video Analyzer player widget. Alternatively, this URL can be used in conjunction with the video content authorization token to expose a WebSocket tunneled RTSP stream. It is available when the video type is ‘archive’ and a live, low-latency feed is available from the source.
- archive_base_ strurl 
- Video archive streaming base URL. The archived content can be automatically played by the Azure Video Analyzer player widget. Alternatively, this URL can be used in conjunction with the video content authorization token on any compatible DASH or HLS players by appending the following to the base URL:- HLSv4: /manifest(format=m3u8-aapl).m3u8 - HLS CMAF: /manifest(format=m3u8-cmaf) - DASH CMAF: /manifest(format=mpd-time-cmaf)Moreover, an ongoing video recording can be played in "live mode" with latencies which are approximately double of the chosen video segment length. It is available when the video type is ‘archive’ and video archiving is enabled. 
- download_url str
- Video file download URL. This URL can be used in conjunction with the video content authorization token to download the video MP4 file. The resulting MP4 file can be played on any standard media player. It is available when the video type is ‘file’ and video file is available for consumption.
- preview_image_ Videourls Preview Image Urls Response 
- Video preview image URLs. These URLs can be used in conjunction with the video content authorization token to download the most recent still image from the video archive in different resolutions. They are available when the video type is ‘archive’ and preview images are enabled.
- rtsp_tunnel_ strurl 
- Video low-latency streaming URL. The live content can be automatically played by the Azure Video Analyzer player widget. Alternatively, this URL can be used in conjunction with the video content authorization token to expose a WebSocket tunneled RTSP stream. It is available when the video type is ‘archive’ and a live, low-latency feed is available from the source.
- archiveBase StringUrl 
- Video archive streaming base URL. The archived content can be automatically played by the Azure Video Analyzer player widget. Alternatively, this URL can be used in conjunction with the video content authorization token on any compatible DASH or HLS players by appending the following to the base URL:- HLSv4: /manifest(format=m3u8-aapl).m3u8 - HLS CMAF: /manifest(format=m3u8-cmaf) - DASH CMAF: /manifest(format=mpd-time-cmaf)Moreover, an ongoing video recording can be played in "live mode" with latencies which are approximately double of the chosen video segment length. It is available when the video type is ‘archive’ and video archiving is enabled. 
- downloadUrl String
- Video file download URL. This URL can be used in conjunction with the video content authorization token to download the video MP4 file. The resulting MP4 file can be played on any standard media player. It is available when the video type is ‘file’ and video file is available for consumption.
- previewImage Property MapUrls 
- Video preview image URLs. These URLs can be used in conjunction with the video content authorization token to download the most recent still image from the video archive in different resolutions. They are available when the video type is ‘archive’ and preview images are enabled.
- rtspTunnel StringUrl 
- Video low-latency streaming URL. The live content can be automatically played by the Azure Video Analyzer player widget. Alternatively, this URL can be used in conjunction with the video content authorization token to expose a WebSocket tunneled RTSP stream. It is available when the video type is ‘archive’ and a live, low-latency feed is available from the source.
VideoFlagsResponse  
- CanStream bool
- Value indicating whether or not the video can be streamed. Only "archive" type videos can be streamed.
- HasData bool
- Value indicating whether or not there has ever been data recorded or uploaded into the video. Newly created videos have this value set to false.
- IsIn boolUse 
- Value indicating whether or not the video is currently being referenced be an active pipeline. The fact that is being referenced, doesn't necessarily indicate that data is being received. For example, video recording may be gated on events or camera may not be accessible at the time.
- CanStream bool
- Value indicating whether or not the video can be streamed. Only "archive" type videos can be streamed.
- HasData bool
- Value indicating whether or not there has ever been data recorded or uploaded into the video. Newly created videos have this value set to false.
- IsIn boolUse 
- Value indicating whether or not the video is currently being referenced be an active pipeline. The fact that is being referenced, doesn't necessarily indicate that data is being received. For example, video recording may be gated on events or camera may not be accessible at the time.
- canStream Boolean
- Value indicating whether or not the video can be streamed. Only "archive" type videos can be streamed.
- hasData Boolean
- Value indicating whether or not there has ever been data recorded or uploaded into the video. Newly created videos have this value set to false.
- isIn BooleanUse 
- Value indicating whether or not the video is currently being referenced be an active pipeline. The fact that is being referenced, doesn't necessarily indicate that data is being received. For example, video recording may be gated on events or camera may not be accessible at the time.
- canStream boolean
- Value indicating whether or not the video can be streamed. Only "archive" type videos can be streamed.
- hasData boolean
- Value indicating whether or not there has ever been data recorded or uploaded into the video. Newly created videos have this value set to false.
- isIn booleanUse 
- Value indicating whether or not the video is currently being referenced be an active pipeline. The fact that is being referenced, doesn't necessarily indicate that data is being received. For example, video recording may be gated on events or camera may not be accessible at the time.
- can_stream bool
- Value indicating whether or not the video can be streamed. Only "archive" type videos can be streamed.
- has_data bool
- Value indicating whether or not there has ever been data recorded or uploaded into the video. Newly created videos have this value set to false.
- is_in_ booluse 
- Value indicating whether or not the video is currently being referenced be an active pipeline. The fact that is being referenced, doesn't necessarily indicate that data is being received. For example, video recording may be gated on events or camera may not be accessible at the time.
- canStream Boolean
- Value indicating whether or not the video can be streamed. Only "archive" type videos can be streamed.
- hasData Boolean
- Value indicating whether or not there has ever been data recorded or uploaded into the video. Newly created videos have this value set to false.
- isIn BooleanUse 
- Value indicating whether or not the video is currently being referenced be an active pipeline. The fact that is being referenced, doesn't necessarily indicate that data is being received. For example, video recording may be gated on events or camera may not be accessible at the time.
VideoMediaInfoResponse   
- SegmentLength string
- Video segment length indicates the length of individual video files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. "PT30S" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments.
- SegmentLength string
- Video segment length indicates the length of individual video files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. "PT30S" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments.
- segmentLength String
- Video segment length indicates the length of individual video files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. "PT30S" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments.
- segmentLength string
- Video segment length indicates the length of individual video files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. "PT30S" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments.
- segment_length str
- Video segment length indicates the length of individual video files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. "PT30S" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments.
- segmentLength String
- Video segment length indicates the length of individual video files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. "PT30S" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments.
VideoPreviewImageUrlsResponse    
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0