1. Packages
  2. Azure Native v1
  3. API Docs
  4. media
  5. getJob
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.media.getJob

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Gets a Job. API Version: 2020-05-01.

    Using getJob

    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 getJob(args: GetJobArgs, opts?: InvokeOptions): Promise<GetJobResult>
    function getJobOutput(args: GetJobOutputArgs, opts?: InvokeOptions): Output<GetJobResult>
    def get_job(account_name: Optional[str] = None,
                job_name: Optional[str] = None,
                resource_group_name: Optional[str] = None,
                transform_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetJobResult
    def get_job_output(account_name: Optional[pulumi.Input[str]] = None,
                job_name: Optional[pulumi.Input[str]] = None,
                resource_group_name: Optional[pulumi.Input[str]] = None,
                transform_name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetJobResult]
    func LookupJob(ctx *Context, args *LookupJobArgs, opts ...InvokeOption) (*LookupJobResult, error)
    func LookupJobOutput(ctx *Context, args *LookupJobOutputArgs, opts ...InvokeOption) LookupJobResultOutput

    > Note: This function is named LookupJob in the Go SDK.

    public static class GetJob 
    {
        public static Task<GetJobResult> InvokeAsync(GetJobArgs args, InvokeOptions? opts = null)
        public static Output<GetJobResult> Invoke(GetJobInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetJobResult> getJob(GetJobArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:media:getJob
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountName string
    The Media Services account name.
    JobName string
    The Job name.
    ResourceGroupName string
    The name of the resource group within the Azure subscription.
    TransformName string
    The Transform name.
    AccountName string
    The Media Services account name.
    JobName string
    The Job name.
    ResourceGroupName string
    The name of the resource group within the Azure subscription.
    TransformName string
    The Transform name.
    accountName String
    The Media Services account name.
    jobName String
    The Job name.
    resourceGroupName String
    The name of the resource group within the Azure subscription.
    transformName String
    The Transform name.
    accountName string
    The Media Services account name.
    jobName string
    The Job name.
    resourceGroupName string
    The name of the resource group within the Azure subscription.
    transformName string
    The Transform name.
    account_name str
    The Media Services account name.
    job_name str
    The Job name.
    resource_group_name str
    The name of the resource group within the Azure subscription.
    transform_name str
    The Transform name.
    accountName String
    The Media Services account name.
    jobName String
    The Job name.
    resourceGroupName String
    The name of the resource group within the Azure subscription.
    transformName String
    The Transform name.

    getJob Result

    The following output properties are available:

    Created string
    The UTC date and time when the customer has created the Job, in 'YYYY-MM-DDThh:mm:ssZ' format.
    EndTime string
    The UTC date and time at which this Job finished processing.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Input Pulumi.AzureNative.Media.Outputs.JobInputAssetResponse | Pulumi.AzureNative.Media.Outputs.JobInputClipResponse | Pulumi.AzureNative.Media.Outputs.JobInputHttpResponse | Pulumi.AzureNative.Media.Outputs.JobInputSequenceResponse | Pulumi.AzureNative.Media.Outputs.JobInputsResponse
    The inputs for the Job.
    LastModified string
    The UTC date and time when the customer has last updated the Job, in 'YYYY-MM-DDThh:mm:ssZ' format.
    Name string
    The name of the resource
    Outputs List<Pulumi.AzureNative.Media.Outputs.JobOutputAssetResponse>
    The outputs for the Job.
    StartTime string
    The UTC date and time at which this Job began processing.
    State string
    The current state of the job.
    SystemData Pulumi.AzureNative.Media.Outputs.SystemDataResponse
    The system metadata relating to this resource.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    CorrelationData Dictionary<string, string>
    Customer provided key, value pairs that will be returned in Job and JobOutput state events.
    Description string
    Optional customer supplied description of the Job.
    Priority string
    Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal.
    Created string
    The UTC date and time when the customer has created the Job, in 'YYYY-MM-DDThh:mm:ssZ' format.
    EndTime string
    The UTC date and time at which this Job finished processing.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Input JobInputAssetResponse | JobInputClipResponse | JobInputHttpResponse | JobInputSequenceResponse | JobInputsResponse
    The inputs for the Job.
    LastModified string
    The UTC date and time when the customer has last updated the Job, in 'YYYY-MM-DDThh:mm:ssZ' format.
    Name string
    The name of the resource
    Outputs []JobOutputAssetResponse
    The outputs for the Job.
    StartTime string
    The UTC date and time at which this Job began processing.
    State string
    The current state of the job.
    SystemData SystemDataResponse
    The system metadata relating to this resource.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    CorrelationData map[string]string
    Customer provided key, value pairs that will be returned in Job and JobOutput state events.
    Description string
    Optional customer supplied description of the Job.
    Priority string
    Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal.
    created String
    The UTC date and time when the customer has created the Job, in 'YYYY-MM-DDThh:mm:ssZ' format.
    endTime String
    The UTC date and time at which this Job finished processing.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    input JobInputAssetResponse | JobInputClipResponse | JobInputHttpResponse | JobInputSequenceResponse | JobInputsResponse
    The inputs for the Job.
    lastModified String
    The UTC date and time when the customer has last updated the Job, in 'YYYY-MM-DDThh:mm:ssZ' format.
    name String
    The name of the resource
    outputs List<JobOutputAssetResponse>
    The outputs for the Job.
    startTime String
    The UTC date and time at which this Job began processing.
    state String
    The current state of the job.
    systemData SystemDataResponse
    The system metadata relating to this resource.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    correlationData Map<String,String>
    Customer provided key, value pairs that will be returned in Job and JobOutput state events.
    description String
    Optional customer supplied description of the Job.
    priority String
    Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal.
    created string
    The UTC date and time when the customer has created the Job, in 'YYYY-MM-DDThh:mm:ssZ' format.
    endTime string
    The UTC date and time at which this Job finished processing.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    input JobInputAssetResponse | JobInputClipResponse | JobInputHttpResponse | JobInputSequenceResponse | JobInputsResponse
    The inputs for the Job.
    lastModified string
    The UTC date and time when the customer has last updated the Job, in 'YYYY-MM-DDThh:mm:ssZ' format.
    name string
    The name of the resource
    outputs JobOutputAssetResponse[]
    The outputs for the Job.
    startTime string
    The UTC date and time at which this Job began processing.
    state string
    The current state of the job.
    systemData SystemDataResponse
    The system metadata relating to this resource.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    correlationData {[key: string]: string}
    Customer provided key, value pairs that will be returned in Job and JobOutput state events.
    description string
    Optional customer supplied description of the Job.
    priority string
    Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal.
    created str
    The UTC date and time when the customer has created the Job, in 'YYYY-MM-DDThh:mm:ssZ' format.
    end_time str
    The UTC date and time at which this Job finished processing.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    input JobInputAssetResponse | JobInputClipResponse | JobInputHttpResponse | JobInputSequenceResponse | JobInputsResponse
    The inputs for the Job.
    last_modified str
    The UTC date and time when the customer has last updated the Job, in 'YYYY-MM-DDThh:mm:ssZ' format.
    name str
    The name of the resource
    outputs Sequence[JobOutputAssetResponse]
    The outputs for the Job.
    start_time str
    The UTC date and time at which this Job began processing.
    state str
    The current state of the job.
    system_data SystemDataResponse
    The system metadata relating to this resource.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    correlation_data Mapping[str, str]
    Customer provided key, value pairs that will be returned in Job and JobOutput state events.
    description str
    Optional customer supplied description of the Job.
    priority str
    Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal.
    created String
    The UTC date and time when the customer has created the Job, in 'YYYY-MM-DDThh:mm:ssZ' format.
    endTime String
    The UTC date and time at which this Job finished processing.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    input Property Map | Property Map | Property Map | Property Map | Property Map
    The inputs for the Job.
    lastModified String
    The UTC date and time when the customer has last updated the Job, in 'YYYY-MM-DDThh:mm:ssZ' format.
    name String
    The name of the resource
    outputs List<Property Map>
    The outputs for the Job.
    startTime String
    The UTC date and time at which this Job began processing.
    state String
    The current state of the job.
    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"
    correlationData Map<String>
    Customer provided key, value pairs that will be returned in Job and JobOutput state events.
    description String
    Optional customer supplied description of the Job.
    priority String
    Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal.

    Supporting Types

    AbsoluteClipTimeResponse

    Time string
    The time position on the timeline of the input media. It is usually specified as an ISO8601 period. e.g PT30S for 30 seconds.
    Time string
    The time position on the timeline of the input media. It is usually specified as an ISO8601 period. e.g PT30S for 30 seconds.
    time String
    The time position on the timeline of the input media. It is usually specified as an ISO8601 period. e.g PT30S for 30 seconds.
    time string
    The time position on the timeline of the input media. It is usually specified as an ISO8601 period. e.g PT30S for 30 seconds.
    time str
    The time position on the timeline of the input media. It is usually specified as an ISO8601 period. e.g PT30S for 30 seconds.
    time String
    The time position on the timeline of the input media. It is usually specified as an ISO8601 period. e.g PT30S for 30 seconds.

    AudioTrackDescriptorResponse

    ChannelMapping string
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
    ChannelMapping string
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
    channelMapping String
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
    channelMapping string
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
    channel_mapping str
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
    channelMapping String
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.

    FromAllInputFileResponse

    IncludedTracks List<object>
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.
    IncludedTracks []interface{}
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.
    includedTracks List<Object>
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.
    includedTracks (AudioTrackDescriptorResponse | SelectAudioTrackByAttributeResponse | SelectAudioTrackByIdResponse | SelectVideoTrackByAttributeResponse | SelectVideoTrackByIdResponse | VideoTrackDescriptorResponse)[]
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.
    included_tracks Sequence[Union[AudioTrackDescriptorResponse, SelectAudioTrackByAttributeResponse, SelectAudioTrackByIdResponse, SelectVideoTrackByAttributeResponse, SelectVideoTrackByIdResponse, VideoTrackDescriptorResponse]]
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.
    includedTracks List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.

    FromEachInputFileResponse

    IncludedTracks List<object>
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.
    IncludedTracks []interface{}
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.
    includedTracks List<Object>
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.
    includedTracks (AudioTrackDescriptorResponse | SelectAudioTrackByAttributeResponse | SelectAudioTrackByIdResponse | SelectVideoTrackByAttributeResponse | SelectVideoTrackByIdResponse | VideoTrackDescriptorResponse)[]
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.
    included_tracks Sequence[Union[AudioTrackDescriptorResponse, SelectAudioTrackByAttributeResponse, SelectAudioTrackByIdResponse, SelectVideoTrackByAttributeResponse, SelectVideoTrackByIdResponse, VideoTrackDescriptorResponse]]
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.
    includedTracks List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.

    InputFileResponse

    Filename string
    Name of the file that this input definition applies to.
    IncludedTracks List<object>
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.
    Filename string
    Name of the file that this input definition applies to.
    IncludedTracks []interface{}
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.
    filename String
    Name of the file that this input definition applies to.
    includedTracks List<Object>
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.
    filename string
    Name of the file that this input definition applies to.
    includedTracks (AudioTrackDescriptorResponse | SelectAudioTrackByAttributeResponse | SelectAudioTrackByIdResponse | SelectVideoTrackByAttributeResponse | SelectVideoTrackByIdResponse | VideoTrackDescriptorResponse)[]
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.
    filename str
    Name of the file that this input definition applies to.
    included_tracks Sequence[Union[AudioTrackDescriptorResponse, SelectAudioTrackByAttributeResponse, SelectAudioTrackByIdResponse, SelectVideoTrackByAttributeResponse, SelectVideoTrackByIdResponse, VideoTrackDescriptorResponse]]
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.
    filename String
    Name of the file that this input definition applies to.
    includedTracks List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
    The list of TrackDescriptors which define the metadata and selection of tracks in the input.

    JobErrorDetailResponse

    Code string
    Code describing the error detail.
    Message string
    A human-readable representation of the error.
    Code string
    Code describing the error detail.
    Message string
    A human-readable representation of the error.
    code String
    Code describing the error detail.
    message String
    A human-readable representation of the error.
    code string
    Code describing the error detail.
    message string
    A human-readable representation of the error.
    code str
    Code describing the error detail.
    message str
    A human-readable representation of the error.
    code String
    Code describing the error detail.
    message String
    A human-readable representation of the error.

    JobErrorResponse

    Category string
    Helps with categorization of errors.
    Code string
    Error code describing the error.
    Details List<Pulumi.AzureNative.Media.Inputs.JobErrorDetailResponse>
    An array of details about specific errors that led to this reported error.
    Message string
    A human-readable language-dependent representation of the error.
    Retry string
    Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal.
    Category string
    Helps with categorization of errors.
    Code string
    Error code describing the error.
    Details []JobErrorDetailResponse
    An array of details about specific errors that led to this reported error.
    Message string
    A human-readable language-dependent representation of the error.
    Retry string
    Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal.
    category String
    Helps with categorization of errors.
    code String
    Error code describing the error.
    details List<JobErrorDetailResponse>
    An array of details about specific errors that led to this reported error.
    message String
    A human-readable language-dependent representation of the error.
    retry String
    Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal.
    category string
    Helps with categorization of errors.
    code string
    Error code describing the error.
    details JobErrorDetailResponse[]
    An array of details about specific errors that led to this reported error.
    message string
    A human-readable language-dependent representation of the error.
    retry string
    Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal.
    category str
    Helps with categorization of errors.
    code str
    Error code describing the error.
    details Sequence[JobErrorDetailResponse]
    An array of details about specific errors that led to this reported error.
    message str
    A human-readable language-dependent representation of the error.
    retry str
    Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal.
    category String
    Helps with categorization of errors.
    code String
    Error code describing the error.
    details List<Property Map>
    An array of details about specific errors that led to this reported error.
    message String
    A human-readable language-dependent representation of the error.
    retry String
    Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal.

    JobInputAssetResponse

    AssetName string
    The name of the input Asset.
    End Pulumi.AzureNative.Media.Inputs.AbsoluteClipTimeResponse | Pulumi.AzureNative.Media.Inputs.UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    Files List<string>
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    InputDefinitions List<object>
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    Label string
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    Start Pulumi.AzureNative.Media.Inputs.AbsoluteClipTimeResponse | Pulumi.AzureNative.Media.Inputs.UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
    AssetName string
    The name of the input Asset.
    End AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    Files []string
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    InputDefinitions []interface{}
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    Label string
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    Start AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
    assetName String
    The name of the input Asset.
    end AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    files List<String>
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    inputDefinitions List<Object>
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    label String
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    start AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
    assetName string
    The name of the input Asset.
    end AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    files string[]
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    inputDefinitions (FromAllInputFileResponse | FromEachInputFileResponse | InputFileResponse)[]
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    label string
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    start AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
    asset_name str
    The name of the input Asset.
    end AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    files Sequence[str]
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    input_definitions Sequence[Union[FromAllInputFileResponse, FromEachInputFileResponse, InputFileResponse]]
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    label str
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    start AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
    assetName String
    The name of the input Asset.
    end Property Map | Property Map
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    files List<String>
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    inputDefinitions List<Property Map | Property Map | Property Map>
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    label String
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    start Property Map | Property Map
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.

    JobInputClipResponse

    End Pulumi.AzureNative.Media.Inputs.AbsoluteClipTimeResponse | Pulumi.AzureNative.Media.Inputs.UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    Files List<string>
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    InputDefinitions List<object>
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    Label string
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    Start Pulumi.AzureNative.Media.Inputs.AbsoluteClipTimeResponse | Pulumi.AzureNative.Media.Inputs.UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
    End AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    Files []string
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    InputDefinitions []interface{}
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    Label string
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    Start AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
    end AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    files List<String>
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    inputDefinitions List<Object>
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    label String
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    start AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
    end AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    files string[]
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    inputDefinitions (FromAllInputFileResponse | FromEachInputFileResponse | InputFileResponse)[]
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    label string
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    start AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
    end AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    files Sequence[str]
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    input_definitions Sequence[Union[FromAllInputFileResponse, FromEachInputFileResponse, InputFileResponse]]
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    label str
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    start AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
    end Property Map | Property Map
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    files List<String>
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    inputDefinitions List<Property Map | Property Map | Property Map>
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    label String
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    start Property Map | Property Map
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.

    JobInputHttpResponse

    BaseUri string
    Base URI for HTTPS job input. It will be concatenated with provided file names. If no base uri is given, then the provided file list is assumed to be fully qualified uris. Maximum length of 4000 characters.
    End Pulumi.AzureNative.Media.Inputs.AbsoluteClipTimeResponse | Pulumi.AzureNative.Media.Inputs.UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    Files List<string>
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    InputDefinitions List<object>
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    Label string
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    Start Pulumi.AzureNative.Media.Inputs.AbsoluteClipTimeResponse | Pulumi.AzureNative.Media.Inputs.UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
    BaseUri string
    Base URI for HTTPS job input. It will be concatenated with provided file names. If no base uri is given, then the provided file list is assumed to be fully qualified uris. Maximum length of 4000 characters.
    End AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    Files []string
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    InputDefinitions []interface{}
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    Label string
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    Start AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
    baseUri String
    Base URI for HTTPS job input. It will be concatenated with provided file names. If no base uri is given, then the provided file list is assumed to be fully qualified uris. Maximum length of 4000 characters.
    end AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    files List<String>
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    inputDefinitions List<Object>
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    label String
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    start AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
    baseUri string
    Base URI for HTTPS job input. It will be concatenated with provided file names. If no base uri is given, then the provided file list is assumed to be fully qualified uris. Maximum length of 4000 characters.
    end AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    files string[]
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    inputDefinitions (FromAllInputFileResponse | FromEachInputFileResponse | InputFileResponse)[]
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    label string
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    start AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
    base_uri str
    Base URI for HTTPS job input. It will be concatenated with provided file names. If no base uri is given, then the provided file list is assumed to be fully qualified uris. Maximum length of 4000 characters.
    end AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    files Sequence[str]
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    input_definitions Sequence[Union[FromAllInputFileResponse, FromEachInputFileResponse, InputFileResponse]]
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    label str
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    start AbsoluteClipTimeResponse | UtcClipTimeResponse
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
    baseUri String
    Base URI for HTTPS job input. It will be concatenated with provided file names. If no base uri is given, then the provided file list is assumed to be fully qualified uris. Maximum length of 4000 characters.
    end Property Map | Property Map
    Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
    files List<String>
    List of files. Required for JobInputHttp. Maximum of 4000 characters each.
    inputDefinitions List<Property Map | Property Map | Property Map>
    Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
    label String
    A label that is assigned to a JobInputClip, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
    start Property Map | Property Map
    Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.

    JobInputSequenceResponse

    Inputs []JobInputClipResponse
    JobInputs that make up the timeline.
    inputs List<JobInputClipResponse>
    JobInputs that make up the timeline.
    inputs JobInputClipResponse[]
    JobInputs that make up the timeline.
    inputs Sequence[JobInputClipResponse]
    JobInputs that make up the timeline.
    inputs List<Property Map>
    JobInputs that make up the timeline.

    JobInputsResponse

    Inputs List<object>
    List of inputs to a Job.
    Inputs []interface{}
    List of inputs to a Job.
    inputs List<Object>
    List of inputs to a Job.
    inputs (JobInputAssetResponse | JobInputClipResponse | JobInputHttpResponse | JobInputSequenceResponse | JobInputsResponse)[]
    List of inputs to a Job.
    inputs Sequence[Union[JobInputAssetResponse, JobInputClipResponse, JobInputHttpResponse, JobInputSequenceResponse, JobInputsResponse]]
    List of inputs to a Job.
    inputs List<Property Map | Property Map | Property Map | Property Map | Property Map>
    List of inputs to a Job.

    JobOutputAssetResponse

    AssetName string
    The name of the output Asset.
    EndTime string
    The UTC date and time at which this Job Output finished processing.
    Error Pulumi.AzureNative.Media.Inputs.JobErrorResponse
    If the JobOutput is in the Error state, it contains the details of the error.
    Progress int
    If the JobOutput is in a Processing state, this contains the Job completion percentage. The value is an estimate and not intended to be used to predict Job completion times. To determine if the JobOutput is complete, use the State property.
    StartTime string
    The UTC date and time at which this Job Output began processing.
    State string
    Describes the state of the JobOutput.
    Label string
    A label that is assigned to a JobOutput in order to help uniquely identify it. This is useful when your Transform has more than one TransformOutput, whereby your Job has more than one JobOutput. In such cases, when you submit the Job, you will add two or more JobOutputs, in the same order as TransformOutputs in the Transform. Subsequently, when you retrieve the Job, either through events or on a GET request, you can use the label to easily identify the JobOutput. If a label is not provided, a default value of '{presetName}_{outputIndex}' will be used, where the preset name is the name of the preset in the corresponding TransformOutput and the output index is the relative index of the this JobOutput within the Job. Note that this index is the same as the relative index of the corresponding TransformOutput within its Transform.
    AssetName string
    The name of the output Asset.
    EndTime string
    The UTC date and time at which this Job Output finished processing.
    Error JobErrorResponse
    If the JobOutput is in the Error state, it contains the details of the error.
    Progress int
    If the JobOutput is in a Processing state, this contains the Job completion percentage. The value is an estimate and not intended to be used to predict Job completion times. To determine if the JobOutput is complete, use the State property.
    StartTime string
    The UTC date and time at which this Job Output began processing.
    State string
    Describes the state of the JobOutput.
    Label string
    A label that is assigned to a JobOutput in order to help uniquely identify it. This is useful when your Transform has more than one TransformOutput, whereby your Job has more than one JobOutput. In such cases, when you submit the Job, you will add two or more JobOutputs, in the same order as TransformOutputs in the Transform. Subsequently, when you retrieve the Job, either through events or on a GET request, you can use the label to easily identify the JobOutput. If a label is not provided, a default value of '{presetName}_{outputIndex}' will be used, where the preset name is the name of the preset in the corresponding TransformOutput and the output index is the relative index of the this JobOutput within the Job. Note that this index is the same as the relative index of the corresponding TransformOutput within its Transform.
    assetName String
    The name of the output Asset.
    endTime String
    The UTC date and time at which this Job Output finished processing.
    error JobErrorResponse
    If the JobOutput is in the Error state, it contains the details of the error.
    progress Integer
    If the JobOutput is in a Processing state, this contains the Job completion percentage. The value is an estimate and not intended to be used to predict Job completion times. To determine if the JobOutput is complete, use the State property.
    startTime String
    The UTC date and time at which this Job Output began processing.
    state String
    Describes the state of the JobOutput.
    label String
    A label that is assigned to a JobOutput in order to help uniquely identify it. This is useful when your Transform has more than one TransformOutput, whereby your Job has more than one JobOutput. In such cases, when you submit the Job, you will add two or more JobOutputs, in the same order as TransformOutputs in the Transform. Subsequently, when you retrieve the Job, either through events or on a GET request, you can use the label to easily identify the JobOutput. If a label is not provided, a default value of '{presetName}_{outputIndex}' will be used, where the preset name is the name of the preset in the corresponding TransformOutput and the output index is the relative index of the this JobOutput within the Job. Note that this index is the same as the relative index of the corresponding TransformOutput within its Transform.
    assetName string
    The name of the output Asset.
    endTime string
    The UTC date and time at which this Job Output finished processing.
    error JobErrorResponse
    If the JobOutput is in the Error state, it contains the details of the error.
    progress number
    If the JobOutput is in a Processing state, this contains the Job completion percentage. The value is an estimate and not intended to be used to predict Job completion times. To determine if the JobOutput is complete, use the State property.
    startTime string
    The UTC date and time at which this Job Output began processing.
    state string
    Describes the state of the JobOutput.
    label string
    A label that is assigned to a JobOutput in order to help uniquely identify it. This is useful when your Transform has more than one TransformOutput, whereby your Job has more than one JobOutput. In such cases, when you submit the Job, you will add two or more JobOutputs, in the same order as TransformOutputs in the Transform. Subsequently, when you retrieve the Job, either through events or on a GET request, you can use the label to easily identify the JobOutput. If a label is not provided, a default value of '{presetName}_{outputIndex}' will be used, where the preset name is the name of the preset in the corresponding TransformOutput and the output index is the relative index of the this JobOutput within the Job. Note that this index is the same as the relative index of the corresponding TransformOutput within its Transform.
    asset_name str
    The name of the output Asset.
    end_time str
    The UTC date and time at which this Job Output finished processing.
    error JobErrorResponse
    If the JobOutput is in the Error state, it contains the details of the error.
    progress int
    If the JobOutput is in a Processing state, this contains the Job completion percentage. The value is an estimate and not intended to be used to predict Job completion times. To determine if the JobOutput is complete, use the State property.
    start_time str
    The UTC date and time at which this Job Output began processing.
    state str
    Describes the state of the JobOutput.
    label str
    A label that is assigned to a JobOutput in order to help uniquely identify it. This is useful when your Transform has more than one TransformOutput, whereby your Job has more than one JobOutput. In such cases, when you submit the Job, you will add two or more JobOutputs, in the same order as TransformOutputs in the Transform. Subsequently, when you retrieve the Job, either through events or on a GET request, you can use the label to easily identify the JobOutput. If a label is not provided, a default value of '{presetName}_{outputIndex}' will be used, where the preset name is the name of the preset in the corresponding TransformOutput and the output index is the relative index of the this JobOutput within the Job. Note that this index is the same as the relative index of the corresponding TransformOutput within its Transform.
    assetName String
    The name of the output Asset.
    endTime String
    The UTC date and time at which this Job Output finished processing.
    error Property Map
    If the JobOutput is in the Error state, it contains the details of the error.
    progress Number
    If the JobOutput is in a Processing state, this contains the Job completion percentage. The value is an estimate and not intended to be used to predict Job completion times. To determine if the JobOutput is complete, use the State property.
    startTime String
    The UTC date and time at which this Job Output began processing.
    state String
    Describes the state of the JobOutput.
    label String
    A label that is assigned to a JobOutput in order to help uniquely identify it. This is useful when your Transform has more than one TransformOutput, whereby your Job has more than one JobOutput. In such cases, when you submit the Job, you will add two or more JobOutputs, in the same order as TransformOutputs in the Transform. Subsequently, when you retrieve the Job, either through events or on a GET request, you can use the label to easily identify the JobOutput. If a label is not provided, a default value of '{presetName}_{outputIndex}' will be used, where the preset name is the name of the preset in the corresponding TransformOutput and the output index is the relative index of the this JobOutput within the Job. Note that this index is the same as the relative index of the corresponding TransformOutput within its Transform.

    SelectAudioTrackByAttributeResponse

    Attribute string
    The TrackAttribute to filter the tracks by.
    Filter string
    The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
    ChannelMapping string
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
    FilterValue string
    The value to filter the tracks by. Only used when AttributeFilter.ValueEquals is specified for the Filter property.
    Attribute string
    The TrackAttribute to filter the tracks by.
    Filter string
    The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
    ChannelMapping string
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
    FilterValue string
    The value to filter the tracks by. Only used when AttributeFilter.ValueEquals is specified for the Filter property.
    attribute String
    The TrackAttribute to filter the tracks by.
    filter String
    The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
    channelMapping String
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
    filterValue String
    The value to filter the tracks by. Only used when AttributeFilter.ValueEquals is specified for the Filter property.
    attribute string
    The TrackAttribute to filter the tracks by.
    filter string
    The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
    channelMapping string
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
    filterValue string
    The value to filter the tracks by. Only used when AttributeFilter.ValueEquals is specified for the Filter property.
    attribute str
    The TrackAttribute to filter the tracks by.
    filter str
    The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
    channel_mapping str
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
    filter_value str
    The value to filter the tracks by. Only used when AttributeFilter.ValueEquals is specified for the Filter property.
    attribute String
    The TrackAttribute to filter the tracks by.
    filter String
    The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
    channelMapping String
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
    filterValue String
    The value to filter the tracks by. Only used when AttributeFilter.ValueEquals is specified for the Filter property.

    SelectAudioTrackByIdResponse

    TrackId double
    Track identifier to select
    ChannelMapping string
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
    TrackId float64
    Track identifier to select
    ChannelMapping string
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
    trackId Double
    Track identifier to select
    channelMapping String
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
    trackId number
    Track identifier to select
    channelMapping string
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
    track_id float
    Track identifier to select
    channel_mapping str
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
    trackId Number
    Track identifier to select
    channelMapping String
    Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.

    SelectVideoTrackByAttributeResponse

    Attribute string
    The TrackAttribute to filter the tracks by.
    Filter string
    The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
    FilterValue string
    The value to filter the tracks by. Only used when AttributeFilter.ValueEquals is specified for the Filter property. For TrackAttribute.Bitrate, this should be an integer value in bits per second (e.g: '1500000'). The TrackAttribute.Language is not supported for video tracks.
    Attribute string
    The TrackAttribute to filter the tracks by.
    Filter string
    The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
    FilterValue string
    The value to filter the tracks by. Only used when AttributeFilter.ValueEquals is specified for the Filter property. For TrackAttribute.Bitrate, this should be an integer value in bits per second (e.g: '1500000'). The TrackAttribute.Language is not supported for video tracks.
    attribute String
    The TrackAttribute to filter the tracks by.
    filter String
    The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
    filterValue String
    The value to filter the tracks by. Only used when AttributeFilter.ValueEquals is specified for the Filter property. For TrackAttribute.Bitrate, this should be an integer value in bits per second (e.g: '1500000'). The TrackAttribute.Language is not supported for video tracks.
    attribute string
    The TrackAttribute to filter the tracks by.
    filter string
    The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
    filterValue string
    The value to filter the tracks by. Only used when AttributeFilter.ValueEquals is specified for the Filter property. For TrackAttribute.Bitrate, this should be an integer value in bits per second (e.g: '1500000'). The TrackAttribute.Language is not supported for video tracks.
    attribute str
    The TrackAttribute to filter the tracks by.
    filter str
    The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
    filter_value str
    The value to filter the tracks by. Only used when AttributeFilter.ValueEquals is specified for the Filter property. For TrackAttribute.Bitrate, this should be an integer value in bits per second (e.g: '1500000'). The TrackAttribute.Language is not supported for video tracks.
    attribute String
    The TrackAttribute to filter the tracks by.
    filter String
    The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
    filterValue String
    The value to filter the tracks by. Only used when AttributeFilter.ValueEquals is specified for the Filter property. For TrackAttribute.Bitrate, this should be an integer value in bits per second (e.g: '1500000'). The TrackAttribute.Language is not supported for video tracks.

    SelectVideoTrackByIdResponse

    TrackId double
    Track identifier to select
    TrackId float64
    Track identifier to select
    trackId Double
    Track identifier to select
    trackId number
    Track identifier to select
    track_id float
    Track identifier to select
    trackId Number
    Track identifier to select

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    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.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    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.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    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.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    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_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    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.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    UtcClipTimeResponse

    Time string
    The time position on the timeline of the input media based on Utc time.
    Time string
    The time position on the timeline of the input media based on Utc time.
    time String
    The time position on the timeline of the input media based on Utc time.
    time string
    The time position on the timeline of the input media based on Utc time.
    time str
    The time position on the timeline of the input media based on Utc time.
    time String
    The time position on the timeline of the input media based on Utc time.

    VideoTrackDescriptorResponse

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi