azure-native.media.getAccountFilter
Explore with Pulumi AI
Get the details of an Account Filter in the Media Services account.
Uses Azure REST API version 2023-01-01.
Other available API versions: 2018-07-01, 2020-05-01, 2021-06-01, 2021-11-01, 2022-08-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native media [ApiVersion]
. See the version guide for details.
Using getAccountFilter
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 getAccountFilter(args: GetAccountFilterArgs, opts?: InvokeOptions): Promise<GetAccountFilterResult>
function getAccountFilterOutput(args: GetAccountFilterOutputArgs, opts?: InvokeOptions): Output<GetAccountFilterResult>
def get_account_filter(account_name: Optional[str] = None,
filter_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAccountFilterResult
def get_account_filter_output(account_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[GetAccountFilterResult]
func LookupAccountFilter(ctx *Context, args *LookupAccountFilterArgs, opts ...InvokeOption) (*LookupAccountFilterResult, error)
func LookupAccountFilterOutput(ctx *Context, args *LookupAccountFilterOutputArgs, opts ...InvokeOption) LookupAccountFilterResultOutput
> Note: This function is named LookupAccountFilter
in the Go SDK.
public static class GetAccountFilter
{
public static Task<GetAccountFilterResult> InvokeAsync(GetAccountFilterArgs args, InvokeOptions? opts = null)
public static Output<GetAccountFilterResult> Invoke(GetAccountFilterInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAccountFilterResult> getAccountFilter(GetAccountFilterArgs args, InvokeOptions options)
public static Output<GetAccountFilterResult> getAccountFilter(GetAccountFilterArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:media:getAccountFilter
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name string - The Media Services account name.
- Filter
Name string - The Account Filter name
- Resource
Group stringName - The name of the resource group within the Azure subscription.
- Account
Name string - The Media Services account name.
- Filter
Name string - The Account Filter name
- Resource
Group stringName - The name of the resource group within the Azure subscription.
- account
Name String - The Media Services account name.
- filter
Name String - The Account Filter name
- resource
Group StringName - The name of the resource group within the Azure subscription.
- account
Name string - The Media Services account name.
- filter
Name string - The Account Filter name
- resource
Group stringName - The name of the resource group within the Azure subscription.
- account_
name str - The Media Services account name.
- filter_
name str - The Account Filter name
- resource_
group_ strname - The name of the resource group within the Azure subscription.
- account
Name String - The Media Services account name.
- filter
Name String - The Account Filter name
- resource
Group StringName - The name of the resource group within the Azure subscription.
getAccountFilter Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- 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
- System
Data Pulumi.Azure Native. Media. Outputs. System Data Response - The system metadata relating to this resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- First
Quality Pulumi.Azure Native. Media. Outputs. First Quality Response - The first quality.
- Presentation
Time Pulumi.Range Azure Native. Media. Outputs. Presentation Time Range Response - The presentation time range.
- Tracks
List<Pulumi.
Azure Native. Media. Outputs. Filter Track Selection Response> - The tracks selection conditions.
- Azure
Api stringVersion - The Azure API version of the resource.
- 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
- System
Data SystemData Response - The system metadata relating to this resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- First
Quality FirstQuality Response - The first quality.
- Presentation
Time PresentationRange Time Range Response - The presentation time range.
- Tracks
[]Filter
Track Selection Response - The tracks selection conditions.
- azure
Api StringVersion - The Azure API version of the resource.
- 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
- system
Data SystemData Response - The system metadata relating to this resource.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- first
Quality FirstQuality Response - The first quality.
- presentation
Time PresentationRange Time Range Response - The presentation time range.
- tracks
List<Filter
Track Selection Response> - The tracks selection conditions.
- azure
Api stringVersion - The Azure API version of the resource.
- 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
- system
Data SystemData Response - The system metadata relating to this resource.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- first
Quality FirstQuality Response - The first quality.
- presentation
Time PresentationRange Time Range Response - The presentation time range.
- tracks
Filter
Track Selection Response[] - The tracks selection conditions.
- azure_
api_ strversion - The Azure API version of the resource.
- 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 SystemData Response - 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 FirstQuality Response - The first quality.
- presentation_
time_ Presentationrange Time Range Response - The presentation time range.
- tracks
Sequence[Filter
Track Selection Response] - The tracks selection conditions.
- azure
Api StringVersion - The Azure API version of the resource.
- 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
- system
Data 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"
- first
Quality Property Map - The first quality.
- presentation
Time Property MapRange - The presentation time range.
- tracks List<Property Map>
- The tracks selection conditions.
Supporting Types
FilterTrackPropertyConditionResponse
FilterTrackSelectionResponse
- Track
Selections []FilterTrack Property Condition Response - The track selections.
- track
Selections List<FilterTrack Property Condition Response> - The track selections.
- track
Selections FilterTrack Property Condition Response[] - The track selections.
- track_
selections Sequence[FilterTrack Property Condition Response] - The track selections.
- track
Selections 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
- End
Timestamp double - The absolute end time boundary.
- Force
End boolTimestamp - The indicator of forcing existing of end time stamp.
- Live
Backoff doubleDuration - The relative to end right edge.
- Presentation
Window doubleDuration - The relative to end sliding window.
- Start
Timestamp double - The absolute start time boundary.
- Timescale double
- The time scale of time stamps.
- End
Timestamp float64 - The absolute end time boundary.
- Force
End boolTimestamp - The indicator of forcing existing of end time stamp.
- Live
Backoff float64Duration - The relative to end right edge.
- Presentation
Window float64Duration - The relative to end sliding window.
- Start
Timestamp float64 - The absolute start time boundary.
- Timescale float64
- The time scale of time stamps.
- end
Timestamp Double - The absolute end time boundary.
- force
End BooleanTimestamp - The indicator of forcing existing of end time stamp.
- live
Backoff DoubleDuration - The relative to end right edge.
- presentation
Window DoubleDuration - The relative to end sliding window.
- start
Timestamp Double - The absolute start time boundary.
- timescale Double
- The time scale of time stamps.
- end
Timestamp number - The absolute end time boundary.
- force
End booleanTimestamp - The indicator of forcing existing of end time stamp.
- live
Backoff numberDuration - The relative to end right edge.
- presentation
Window numberDuration - The relative to end sliding window.
- start
Timestamp number - The absolute start time boundary.
- timescale number
- The time scale of time stamps.
- end_
timestamp float - The absolute end time boundary.
- force_
end_ booltimestamp - The indicator of forcing existing of end time stamp.
- live_
backoff_ floatduration - The relative to end right edge.
- presentation_
window_ floatduration - The relative to end sliding window.
- start_
timestamp float - The absolute start time boundary.
- timescale float
- The time scale of time stamps.
- end
Timestamp Number - The absolute end time boundary.
- force
End BooleanTimestamp - The indicator of forcing existing of end time stamp.
- live
Backoff NumberDuration - The relative to end right edge.
- presentation
Window NumberDuration - The relative to end sliding window.
- start
Timestamp Number - The absolute start time boundary.
- timescale Number
- The time scale of time stamps.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - 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_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0