Class FromAllInputFileArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.media.inputs.FromAllInputFileArgs
-
public final class FromAllInputFileArgs extends com.pulumi.resources.ResourceArgs
An InputDefinition that looks across all of the files provided to select tracks specified by the IncludedTracks property. Generally used with the AudioTrackByAttribute and VideoTrackByAttribute to allow selection of a single track across a set of input files.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FromAllInputFileArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static FromAllInputFileArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FromAllInputFileArgs.Builder
builder()
static FromAllInputFileArgs.Builder
builder(FromAllInputFileArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.Object>>>
includedTracks()
com.pulumi.core.Output<java.lang.String>
odataType()
-
-
-
Field Detail
-
Empty
public static final FromAllInputFileArgs Empty
-
-
Method Detail
-
includedTracks
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.Object>>> includedTracks()
- Returns:
- The list of TrackDescriptors which define the metadata and selection of tracks in the input.
-
odataType
public com.pulumi.core.Output<java.lang.String> odataType()
- Returns:
- The discriminator for derived types. Expected value is '#Microsoft.Media.FromAllInputFile'.
-
builder
public static FromAllInputFileArgs.Builder builder()
-
builder
public static FromAllInputFileArgs.Builder builder(FromAllInputFileArgs defaults)
-
-