Class SelectVideoTrackByAttributeArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.media.inputs.SelectVideoTrackByAttributeArgs
-
public final class SelectVideoTrackByAttributeArgs extends com.pulumi.resources.ResourceArgs
Select video tracks from the input by specifying an attribute and an attribute filter.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SelectVideoTrackByAttributeArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static SelectVideoTrackByAttributeArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,TrackAttribute>>
attribute()
static SelectVideoTrackByAttributeArgs.Builder
builder()
static SelectVideoTrackByAttributeArgs.Builder
builder(SelectVideoTrackByAttributeArgs defaults)
com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,AttributeFilter>>
filter()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
filterValue()
com.pulumi.core.Output<java.lang.String>
odataType()
-
-
-
Field Detail
-
Empty
public static final SelectVideoTrackByAttributeArgs Empty
-
-
Method Detail
-
attribute
public com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,TrackAttribute>> attribute()
- Returns:
- The TrackAttribute to filter the tracks by.
-
filter
public com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,AttributeFilter>> filter()
- Returns:
- The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
-
filterValue
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> filterValue()
- Returns:
- 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.
-
odataType
public com.pulumi.core.Output<java.lang.String> odataType()
- Returns:
- The discriminator for derived types. Expected value is '#Microsoft.Media.SelectVideoTrackByAttribute'.
-
builder
public static SelectVideoTrackByAttributeArgs.Builder builder()
-
builder
public static SelectVideoTrackByAttributeArgs.Builder builder(SelectVideoTrackByAttributeArgs defaults)
-
-