list Streaming Locator Paths
suspend fun listStreamingLocatorPaths(argument: ListStreamingLocatorPathsPlainArgs): ListStreamingLocatorPathsResult
List Paths supported by this Streaming Locator Uses Azure REST API version 2023-01-01.
Return
Class of response for listPaths action
Parameters
argument
null
suspend fun listStreamingLocatorPaths(accountName: String, resourceGroupName: String, streamingLocatorName: String): ListStreamingLocatorPathsResult
Return
Class of response for listPaths 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 listStreamingLocatorPaths(argument: suspend ListStreamingLocatorPathsPlainArgsBuilder.() -> Unit): ListStreamingLocatorPathsResult
Return
Class of response for listPaths action
Parameters
argument
Builder for com.pulumi.azurenative.media.kotlin.inputs.ListStreamingLocatorPathsPlainArgs.