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

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>
Copy
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]
Copy
func LookupJob(ctx *Context, args *LookupJobArgs, opts ...InvokeOption) (*LookupJobResult, error)
func LookupJobOutput(ctx *Context, args *LookupJobOutputArgs, opts ...InvokeOption) LookupJobResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetJobResult> getJob(GetJobArgs args, InvokeOptions options)
public static Output<GetJobResult> getJob(GetJobArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:media:getJob
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountName
This property is required.
Changes to this property will trigger replacement.
string
The Media Services account name.
JobName
This property is required.
Changes to this property will trigger replacement.
string
The Job name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group within the Azure subscription.
TransformName
This property is required.
Changes to this property will trigger replacement.
string
The Transform name.
AccountName
This property is required.
Changes to this property will trigger replacement.
string
The Media Services account name.
JobName
This property is required.
Changes to this property will trigger replacement.
string
The Job name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group within the Azure subscription.
TransformName
This property is required.
Changes to this property will trigger replacement.
string
The Transform name.
accountName
This property is required.
Changes to this property will trigger replacement.
String
The Media Services account name.
jobName
This property is required.
Changes to this property will trigger replacement.
String
The Job name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group within the Azure subscription.
transformName
This property is required.
Changes to this property will trigger replacement.
String
The Transform name.
accountName
This property is required.
Changes to this property will trigger replacement.
string
The Media Services account name.
jobName
This property is required.
Changes to this property will trigger replacement.
string
The Job name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group within the Azure subscription.
transformName
This property is required.
Changes to this property will trigger replacement.
string
The Transform name.
account_name
This property is required.
Changes to this property will trigger replacement.
str
The Media Services account name.
job_name
This property is required.
Changes to this property will trigger replacement.
str
The Job name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group within the Azure subscription.
transform_name
This property is required.
Changes to this property will trigger replacement.
str
The Transform name.
accountName
This property is required.
Changes to this property will trigger replacement.
String
The Media Services account name.
jobName
This property is required.
Changes to this property will trigger replacement.
String
The Job name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group within the Azure subscription.
transformName
This property is required.
Changes to this property will trigger replacement.
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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string
Code describing the error detail.
Message This property is required. string
A human-readable representation of the error.
Code This property is required. string
Code describing the error detail.
Message This property is required. string
A human-readable representation of the error.
code This property is required. String
Code describing the error detail.
message This property is required. String
A human-readable representation of the error.
code This property is required. string
Code describing the error detail.
message This property is required. string
A human-readable representation of the error.
code This property is required. str
Code describing the error detail.
message This property is required. str
A human-readable representation of the error.
code This property is required. String
Code describing the error detail.
message This property is required. String
A human-readable representation of the error.

JobErrorResponse

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

JobInputAssetResponse

AssetName This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string
The name of the output Asset.
EndTime This property is required. string
The UTC date and time at which this Job Output finished processing.
Error This property is required. Pulumi.AzureNative.Media.Inputs.JobErrorResponse
If the JobOutput is in the Error state, it contains the details of the error.
Progress This property is required. 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 This property is required. string
The UTC date and time at which this Job Output began processing.
State This property is required. 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 This property is required. string
The name of the output Asset.
EndTime This property is required. string
The UTC date and time at which this Job Output finished processing.
Error This property is required. JobErrorResponse
If the JobOutput is in the Error state, it contains the details of the error.
Progress This property is required. 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 This property is required. string
The UTC date and time at which this Job Output began processing.
State This property is required. 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 This property is required. String
The name of the output Asset.
endTime This property is required. String
The UTC date and time at which this Job Output finished processing.
error This property is required. JobErrorResponse
If the JobOutput is in the Error state, it contains the details of the error.
progress This property is required. 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 This property is required. String
The UTC date and time at which this Job Output began processing.
state This property is required. 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 This property is required. string
The name of the output Asset.
endTime This property is required. string
The UTC date and time at which this Job Output finished processing.
error This property is required. JobErrorResponse
If the JobOutput is in the Error state, it contains the details of the error.
progress This property is required. 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 This property is required. string
The UTC date and time at which this Job Output began processing.
state This property is required. 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 This property is required. str
The name of the output Asset.
end_time This property is required. str
The UTC date and time at which this Job Output finished processing.
error This property is required. JobErrorResponse
If the JobOutput is in the Error state, it contains the details of the error.
progress This property is required. 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 This property is required. str
The UTC date and time at which this Job Output began processing.
state This property is required. 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 This property is required. String
The name of the output Asset.
endTime This property is required. String
The UTC date and time at which this Job Output finished processing.
error This property is required. Property Map
If the JobOutput is in the Error state, it contains the details of the error.
progress This property is required. 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 This property is required. String
The UTC date and time at which this Job Output began processing.
state This property is required. 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 This property is required. string
The TrackAttribute to filter the tracks by.
Filter This property is required. 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 This property is required. string
The TrackAttribute to filter the tracks by.
Filter This property is required. 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 This property is required. String
The TrackAttribute to filter the tracks by.
filter This property is required. 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 This property is required. string
The TrackAttribute to filter the tracks by.
filter This property is required. 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 This property is required. str
The TrackAttribute to filter the tracks by.
filter This property is required. 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 This property is required. String
The TrackAttribute to filter the tracks by.
filter This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string
The TrackAttribute to filter the tracks by.
Filter This property is required. 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 This property is required. string
The TrackAttribute to filter the tracks by.
Filter This property is required. 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 This property is required. String
The TrackAttribute to filter the tracks by.
filter This property is required. 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 This property is required. string
The TrackAttribute to filter the tracks by.
filter This property is required. 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 This property is required. str
The TrackAttribute to filter the tracks by.
filter This property is required. 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 This property is required. String
The TrackAttribute to filter the tracks by.
filter This property is required. 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 This property is required. double
Track identifier to select
TrackId This property is required. float64
Track identifier to select
trackId This property is required. Double
Track identifier to select
trackId This property is required. number
Track identifier to select
track_id This property is required. float
Track identifier to select
trackId This property is required. 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 This property is required. string
The time position on the timeline of the input media based on Utc time.
Time This property is required. string
The time position on the timeline of the input media based on Utc time.
time This property is required. String
The time position on the timeline of the input media based on Utc time.
time This property is required. string
The time position on the timeline of the input media based on Utc time.
time This property is required. str
The time position on the timeline of the input media based on Utc time.
time This property is required. 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
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