list Streaming Locator Content Keys
suspend fun listStreamingLocatorContentKeys(argument: ListStreamingLocatorContentKeysPlainArgs): ListStreamingLocatorContentKeysResult
List Content Keys used by this Streaming Locator Uses Azure REST API version 2023-01-01.
Return
Class of response for listContentKeys action
Parameters
argument
null
suspend fun listStreamingLocatorContentKeys(accountName: String, resourceGroupName: String, streamingLocatorName: String): ListStreamingLocatorContentKeysResult
Return
Class of response for listContentKeys action
Parameters
account Name
The Media Services account name.
resource Group Name
The name of the resource group within the Azure subscription.
streaming Locator Name
The Streaming Locator name.
See also
suspend fun listStreamingLocatorContentKeys(argument: suspend ListStreamingLocatorContentKeysPlainArgsBuilder.() -> Unit): ListStreamingLocatorContentKeysResult
Return
Class of response for listContentKeys action
Parameters
argument
Builder for com.pulumi.azurenative.media.kotlin.inputs.ListStreamingLocatorContentKeysPlainArgs.