list Asset Streaming Locators
suspend fun listAssetStreamingLocators(argument: ListAssetStreamingLocatorsPlainArgs): ListAssetStreamingLocatorsResult
Lists Streaming Locators which are associated with this asset. API Version: 2020-05-01.
Return
The Streaming Locators associated with this Asset.
Parameters
argument
null
suspend fun listAssetStreamingLocators(accountName: String, assetName: String, resourceGroupName: String): ListAssetStreamingLocatorsResult
Return
The Streaming Locators associated with this Asset.
Parameters
account Name
The Media Services account name.
asset Name
The Asset name.
resource Group Name
The name of the resource group within the Azure subscription.
See also
suspend fun listAssetStreamingLocators(argument: suspend ListAssetStreamingLocatorsPlainArgsBuilder.() -> Unit): ListAssetStreamingLocatorsResult
Return
The Streaming Locators associated with this Asset.
Parameters
argument
Builder for com.pulumi.azurenative.media.kotlin.inputs.ListAssetStreamingLocatorsPlainArgs.