get Account Filter
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/#accessing-any-api-version-via-local-packages for details.
Return
An Account Filter.
Parameters
argument
null
suspend fun getAccountFilter(accountName: String, filterName: String, resourceGroupName: String): GetAccountFilterResult
Return
An Account Filter.
Parameters
account Name
The Media Services account name.
filter Name
The Account Filter name
resource Group Name
The name of the resource group within the Azure subscription.
See also
suspend fun getAccountFilter(argument: suspend GetAccountFilterPlainArgsBuilder.() -> Unit): GetAccountFilterResult
Return
An Account Filter.
Parameters
argument
Builder for com.pulumi.azurenative.media.kotlin.inputs.GetAccountFilterPlainArgs.