This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.media.getLiveOutput
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets a live output. Azure REST API version: 2022-11-01.
Using getLiveOutput
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 getLiveOutput(args: GetLiveOutputArgs, opts?: InvokeOptions): Promise<GetLiveOutputResult>
function getLiveOutputOutput(args: GetLiveOutputOutputArgs, opts?: InvokeOptions): Output<GetLiveOutputResult>def get_live_output(account_name: Optional[str] = None,
                    live_event_name: Optional[str] = None,
                    live_output_name: Optional[str] = None,
                    resource_group_name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetLiveOutputResult
def get_live_output_output(account_name: Optional[pulumi.Input[str]] = None,
                    live_event_name: Optional[pulumi.Input[str]] = None,
                    live_output_name: Optional[pulumi.Input[str]] = None,
                    resource_group_name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetLiveOutputResult]func LookupLiveOutput(ctx *Context, args *LookupLiveOutputArgs, opts ...InvokeOption) (*LookupLiveOutputResult, error)
func LookupLiveOutputOutput(ctx *Context, args *LookupLiveOutputOutputArgs, opts ...InvokeOption) LookupLiveOutputResultOutput> Note: This function is named LookupLiveOutput in the Go SDK.
public static class GetLiveOutput 
{
    public static Task<GetLiveOutputResult> InvokeAsync(GetLiveOutputArgs args, InvokeOptions? opts = null)
    public static Output<GetLiveOutputResult> Invoke(GetLiveOutputInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLiveOutputResult> getLiveOutput(GetLiveOutputArgs args, InvokeOptions options)
public static Output<GetLiveOutputResult> getLiveOutput(GetLiveOutputArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:media:getLiveOutput
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountName string
- The Media Services account name.
- LiveEvent stringName 
- The name of the live event, maximum length is 32.
- LiveOutput stringName 
- The name of the live output.
- ResourceGroup stringName 
- The name of the resource group within the Azure subscription.
- AccountName string
- The Media Services account name.
- LiveEvent stringName 
- The name of the live event, maximum length is 32.
- LiveOutput stringName 
- The name of the live output.
- ResourceGroup stringName 
- The name of the resource group within the Azure subscription.
- accountName String
- The Media Services account name.
- liveEvent StringName 
- The name of the live event, maximum length is 32.
- liveOutput StringName 
- The name of the live output.
- resourceGroup StringName 
- The name of the resource group within the Azure subscription.
- accountName string
- The Media Services account name.
- liveEvent stringName 
- The name of the live event, maximum length is 32.
- liveOutput stringName 
- The name of the live output.
- resourceGroup stringName 
- The name of the resource group within the Azure subscription.
- account_name str
- The Media Services account name.
- live_event_ strname 
- The name of the live event, maximum length is 32.
- live_output_ strname 
- The name of the live output.
- resource_group_ strname 
- The name of the resource group within the Azure subscription.
- accountName String
- The Media Services account name.
- liveEvent StringName 
- The name of the live event, maximum length is 32.
- liveOutput StringName 
- The name of the live output.
- resourceGroup StringName 
- The name of the resource group within the Azure subscription.
getLiveOutput Result
The following output properties are available:
- ArchiveWindow stringLength 
- ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output. This also sets the maximum content length for the rewind window. For example, use PT1H30M to indicate 1 hour and 30 minutes of archive window.
- AssetName string
- The asset that the live output will write to.
- Created string
- The creation time the live output.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- LastModified string
- The time the live output was last modified.
- Name string
- The name of the resource
- ProvisioningState string
- The provisioning state of the live output.
- ResourceState string
- The resource state of the live output.
- SystemData Pulumi.Azure Native. Media. Outputs. System Data Response 
- The system metadata relating to this resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Description string
- The description of the live output.
- Hls
Pulumi.Azure Native. Media. Outputs. Hls Response 
- HTTP Live Streaming (HLS) packing setting for the live output.
- ManifestName string
- The manifest file name. If not provided, the service will generate one automatically.
- OutputSnap doubleTime 
- The initial timestamp that the live output will start at, any content before this value will not be archived.
- RewindWindow stringLength 
- ISO 8601 time between 1 minute to the duration of archiveWindowLength to control seek-able window length during Live. The service won't use this property once LiveOutput stops. The archived VOD will have full content with original ArchiveWindowLength. For example, use PT1H30M to indicate 1 hour and 30 minutes of rewind window length. Service will use implicit default value 30m only if Live Event enables LL.
- ArchiveWindow stringLength 
- ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output. This also sets the maximum content length for the rewind window. For example, use PT1H30M to indicate 1 hour and 30 minutes of archive window.
- AssetName string
- The asset that the live output will write to.
- Created string
- The creation time the live output.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- LastModified string
- The time the live output was last modified.
- Name string
- The name of the resource
- ProvisioningState string
- The provisioning state of the live output.
- ResourceState string
- The resource state of the live output.
- SystemData SystemData Response 
- The system metadata relating to this resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Description string
- The description of the live output.
- Hls
HlsResponse 
- HTTP Live Streaming (HLS) packing setting for the live output.
- ManifestName string
- The manifest file name. If not provided, the service will generate one automatically.
- OutputSnap float64Time 
- The initial timestamp that the live output will start at, any content before this value will not be archived.
- RewindWindow stringLength 
- ISO 8601 time between 1 minute to the duration of archiveWindowLength to control seek-able window length during Live. The service won't use this property once LiveOutput stops. The archived VOD will have full content with original ArchiveWindowLength. For example, use PT1H30M to indicate 1 hour and 30 minutes of rewind window length. Service will use implicit default value 30m only if Live Event enables LL.
- archiveWindow StringLength 
- ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output. This also sets the maximum content length for the rewind window. For example, use PT1H30M to indicate 1 hour and 30 minutes of archive window.
- assetName String
- The asset that the live output will write to.
- created String
- The creation time the live output.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- lastModified String
- The time the live output was last modified.
- name String
- The name of the resource
- provisioningState String
- The provisioning state of the live output.
- resourceState String
- The resource state of the live output.
- systemData SystemData Response 
- The system metadata relating to this resource.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- description String
- The description of the live output.
- hls
HlsResponse 
- HTTP Live Streaming (HLS) packing setting for the live output.
- manifestName String
- The manifest file name. If not provided, the service will generate one automatically.
- outputSnap DoubleTime 
- The initial timestamp that the live output will start at, any content before this value will not be archived.
- rewindWindow StringLength 
- ISO 8601 time between 1 minute to the duration of archiveWindowLength to control seek-able window length during Live. The service won't use this property once LiveOutput stops. The archived VOD will have full content with original ArchiveWindowLength. For example, use PT1H30M to indicate 1 hour and 30 minutes of rewind window length. Service will use implicit default value 30m only if Live Event enables LL.
- archiveWindow stringLength 
- ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output. This also sets the maximum content length for the rewind window. For example, use PT1H30M to indicate 1 hour and 30 minutes of archive window.
- assetName string
- The asset that the live output will write to.
- created string
- The creation time the live output.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- lastModified string
- The time the live output was last modified.
- name string
- The name of the resource
- provisioningState string
- The provisioning state of the live output.
- resourceState string
- The resource state of the live output.
- systemData SystemData Response 
- The system metadata relating to this resource.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- description string
- The description of the live output.
- hls
HlsResponse 
- HTTP Live Streaming (HLS) packing setting for the live output.
- manifestName string
- The manifest file name. If not provided, the service will generate one automatically.
- outputSnap numberTime 
- The initial timestamp that the live output will start at, any content before this value will not be archived.
- rewindWindow stringLength 
- ISO 8601 time between 1 minute to the duration of archiveWindowLength to control seek-able window length during Live. The service won't use this property once LiveOutput stops. The archived VOD will have full content with original ArchiveWindowLength. For example, use PT1H30M to indicate 1 hour and 30 minutes of rewind window length. Service will use implicit default value 30m only if Live Event enables LL.
- archive_window_ strlength 
- ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output. This also sets the maximum content length for the rewind window. For example, use PT1H30M to indicate 1 hour and 30 minutes of archive window.
- asset_name str
- The asset that the live output will write to.
- created str
- The creation time the live output.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- last_modified str
- The time the live output was last modified.
- name str
- The name of the resource
- provisioning_state str
- The provisioning state of the live output.
- resource_state str
- The resource state of the live output.
- system_data SystemData Response 
- The system metadata relating to this resource.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- description str
- The description of the live output.
- hls
HlsResponse 
- HTTP Live Streaming (HLS) packing setting for the live output.
- manifest_name str
- The manifest file name. If not provided, the service will generate one automatically.
- output_snap_ floattime 
- The initial timestamp that the live output will start at, any content before this value will not be archived.
- rewind_window_ strlength 
- ISO 8601 time between 1 minute to the duration of archiveWindowLength to control seek-able window length during Live. The service won't use this property once LiveOutput stops. The archived VOD will have full content with original ArchiveWindowLength. For example, use PT1H30M to indicate 1 hour and 30 minutes of rewind window length. Service will use implicit default value 30m only if Live Event enables LL.
- archiveWindow StringLength 
- ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output. This also sets the maximum content length for the rewind window. For example, use PT1H30M to indicate 1 hour and 30 minutes of archive window.
- assetName String
- The asset that the live output will write to.
- created String
- The creation time the live output.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- lastModified String
- The time the live output was last modified.
- name String
- The name of the resource
- provisioningState String
- The provisioning state of the live output.
- resourceState String
- The resource state of the live output.
- systemData Property Map
- The system metadata relating to this resource.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- description String
- The description of the live output.
- hls Property Map
- HTTP Live Streaming (HLS) packing setting for the live output.
- manifestName String
- The manifest file name. If not provided, the service will generate one automatically.
- outputSnap NumberTime 
- The initial timestamp that the live output will start at, any content before this value will not be archived.
- rewindWindow StringLength 
- ISO 8601 time between 1 minute to the duration of archiveWindowLength to control seek-able window length during Live. The service won't use this property once LiveOutput stops. The archived VOD will have full content with original ArchiveWindowLength. For example, use PT1H30M to indicate 1 hour and 30 minutes of rewind window length. Service will use implicit default value 30m only if Live Event enables LL.
Supporting Types
HlsResponse 
- FragmentsPer intTs Segment 
- The number of fragments in an HTTP Live Streaming (HLS) TS segment in the output of the live event. This value does not affect the packing ratio for HLS CMAF output.
- FragmentsPer intTs Segment 
- The number of fragments in an HTTP Live Streaming (HLS) TS segment in the output of the live event. This value does not affect the packing ratio for HLS CMAF output.
- fragmentsPer IntegerTs Segment 
- The number of fragments in an HTTP Live Streaming (HLS) TS segment in the output of the live event. This value does not affect the packing ratio for HLS CMAF output.
- fragmentsPer numberTs Segment 
- The number of fragments in an HTTP Live Streaming (HLS) TS segment in the output of the live event. This value does not affect the packing ratio for HLS CMAF output.
- fragments_per_ intts_ segment 
- The number of fragments in an HTTP Live Streaming (HLS) TS segment in the output of the live event. This value does not affect the packing ratio for HLS CMAF output.
- fragmentsPer NumberTs Segment 
- The number of fragments in an HTTP Live Streaming (HLS) TS segment in the output of the live event. This value does not affect the packing ratio for HLS CMAF output.
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.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi