getStreamingLocator

Get the details of a Streaming Locator in the Media Services account Uses Azure REST API version 2023-01-01. Other available API versions: 2018-03-30-preview.

Return

A Streaming Locator resource

Parameters

argument

null


suspend fun getStreamingLocator(accountName: String, resourceGroupName: String, streamingLocatorName: String): GetStreamingLocatorResult

Return

A Streaming Locator resource

Parameters

accountName

The Media Services account name.

resourceGroupName

The name of the resource group within the Azure subscription.

streamingLocatorName

The Streaming Locator name.

See also


Return

A Streaming Locator resource

Parameters

argument

Builder for com.pulumi.azurenative.media.kotlin.inputs.GetStreamingLocatorPlainArgs.

See also