1. Packages
  2. Azure Native
  3. API Docs
  4. media
  5. getAssetFilter
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.media.getAssetFilter

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Get the details of an Asset Filter associated with the specified Asset. Azure REST API version: 2023-01-01.

    Using getAssetFilter

    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 getAssetFilter(args: GetAssetFilterArgs, opts?: InvokeOptions): Promise<GetAssetFilterResult>
    function getAssetFilterOutput(args: GetAssetFilterOutputArgs, opts?: InvokeOptions): Output<GetAssetFilterResult>
    def get_asset_filter(account_name: Optional[str] = None,
                         asset_name: Optional[str] = None,
                         filter_name: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetAssetFilterResult
    def get_asset_filter_output(account_name: Optional[pulumi.Input[str]] = None,
                         asset_name: Optional[pulumi.Input[str]] = None,
                         filter_name: Optional[pulumi.Input[str]] = None,
                         resource_group_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetAssetFilterResult]
    func LookupAssetFilter(ctx *Context, args *LookupAssetFilterArgs, opts ...InvokeOption) (*LookupAssetFilterResult, error)
    func LookupAssetFilterOutput(ctx *Context, args *LookupAssetFilterOutputArgs, opts ...InvokeOption) LookupAssetFilterResultOutput

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

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

    The following arguments are supported:

    AccountName string
    The Media Services account name.
    AssetName string
    The Asset name.
    FilterName string
    The Asset Filter name
    ResourceGroupName string
    The name of the resource group within the Azure subscription.
    AccountName string
    The Media Services account name.
    AssetName string
    The Asset name.
    FilterName string
    The Asset Filter name
    ResourceGroupName string
    The name of the resource group within the Azure subscription.
    accountName String
    The Media Services account name.
    assetName String
    The Asset name.
    filterName String
    The Asset Filter name
    resourceGroupName String
    The name of the resource group within the Azure subscription.
    accountName string
    The Media Services account name.
    assetName string
    The Asset name.
    filterName string
    The Asset Filter name
    resourceGroupName string
    The name of the resource group within the Azure subscription.
    account_name str
    The Media Services account name.
    asset_name str
    The Asset name.
    filter_name str
    The Asset Filter name
    resource_group_name str
    The name of the resource group within the Azure subscription.
    accountName String
    The Media Services account name.
    assetName String
    The Asset name.
    filterName String
    The Asset Filter name
    resourceGroupName String
    The name of the resource group within the Azure subscription.

    getAssetFilter Result

    The following output properties are available:

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    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"
    FirstQuality Pulumi.AzureNative.Media.Outputs.FirstQualityResponse
    The first quality.
    PresentationTimeRange Pulumi.AzureNative.Media.Outputs.PresentationTimeRangeResponse
    The presentation time range.
    Tracks List<Pulumi.AzureNative.Media.Outputs.FilterTrackSelectionResponse>
    The tracks selection conditions.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    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"
    FirstQuality FirstQualityResponse
    The first quality.
    PresentationTimeRange PresentationTimeRangeResponse
    The presentation time range.
    Tracks []FilterTrackSelectionResponse
    The tracks selection conditions.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    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"
    firstQuality FirstQualityResponse
    The first quality.
    presentationTimeRange PresentationTimeRangeResponse
    The presentation time range.
    tracks List<FilterTrackSelectionResponse>
    The tracks selection conditions.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name string
    The name of the resource
    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"
    firstQuality FirstQualityResponse
    The first quality.
    presentationTimeRange PresentationTimeRangeResponse
    The presentation time range.
    tracks FilterTrackSelectionResponse[]
    The tracks selection conditions.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name str
    The name of the resource
    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"
    first_quality FirstQualityResponse
    The first quality.
    presentation_time_range PresentationTimeRangeResponse
    The presentation time range.
    tracks Sequence[FilterTrackSelectionResponse]
    The tracks selection conditions.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    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"
    firstQuality Property Map
    The first quality.
    presentationTimeRange Property Map
    The presentation time range.
    tracks List<Property Map>
    The tracks selection conditions.

    Supporting Types

    FilterTrackPropertyConditionResponse

    Operation string
    The track property condition operation.
    Property string
    The track property type.
    Value string
    The track property value.
    Operation string
    The track property condition operation.
    Property string
    The track property type.
    Value string
    The track property value.
    operation String
    The track property condition operation.
    property String
    The track property type.
    value String
    The track property value.
    operation string
    The track property condition operation.
    property string
    The track property type.
    value string
    The track property value.
    operation str
    The track property condition operation.
    property str
    The track property type.
    value str
    The track property value.
    operation String
    The track property condition operation.
    property String
    The track property type.
    value String
    The track property value.

    FilterTrackSelectionResponse

    trackSelections List<Property Map>
    The track selections.

    FirstQualityResponse

    Bitrate int
    The first quality bitrate.
    Bitrate int
    The first quality bitrate.
    bitrate Integer
    The first quality bitrate.
    bitrate number
    The first quality bitrate.
    bitrate int
    The first quality bitrate.
    bitrate Number
    The first quality bitrate.

    PresentationTimeRangeResponse

    EndTimestamp double
    The absolute end time boundary.
    ForceEndTimestamp bool
    The indicator of forcing existing of end time stamp.
    LiveBackoffDuration double
    The relative to end right edge.
    PresentationWindowDuration double
    The relative to end sliding window.
    StartTimestamp double
    The absolute start time boundary.
    Timescale double
    The time scale of time stamps.
    EndTimestamp float64
    The absolute end time boundary.
    ForceEndTimestamp bool
    The indicator of forcing existing of end time stamp.
    LiveBackoffDuration float64
    The relative to end right edge.
    PresentationWindowDuration float64
    The relative to end sliding window.
    StartTimestamp float64
    The absolute start time boundary.
    Timescale float64
    The time scale of time stamps.
    endTimestamp Double
    The absolute end time boundary.
    forceEndTimestamp Boolean
    The indicator of forcing existing of end time stamp.
    liveBackoffDuration Double
    The relative to end right edge.
    presentationWindowDuration Double
    The relative to end sliding window.
    startTimestamp Double
    The absolute start time boundary.
    timescale Double
    The time scale of time stamps.
    endTimestamp number
    The absolute end time boundary.
    forceEndTimestamp boolean
    The indicator of forcing existing of end time stamp.
    liveBackoffDuration number
    The relative to end right edge.
    presentationWindowDuration number
    The relative to end sliding window.
    startTimestamp number
    The absolute start time boundary.
    timescale number
    The time scale of time stamps.
    end_timestamp float
    The absolute end time boundary.
    force_end_timestamp bool
    The indicator of forcing existing of end time stamp.
    live_backoff_duration float
    The relative to end right edge.
    presentation_window_duration float
    The relative to end sliding window.
    start_timestamp float
    The absolute start time boundary.
    timescale float
    The time scale of time stamps.
    endTimestamp Number
    The absolute end time boundary.
    forceEndTimestamp Boolean
    The indicator of forcing existing of end time stamp.
    liveBackoffDuration Number
    The relative to end right edge.
    presentationWindowDuration Number
    The relative to end sliding window.
    startTimestamp Number
    The absolute start time boundary.
    timescale Number
    The time scale of time stamps.

    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.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi