getStreamingPolicy

Get the details of a Streaming Policy in the Media Services account Uses Azure REST API version 2023-01-01.

Return

A Streaming Policy resource

Parameters

argument

null


suspend fun getStreamingPolicy(accountName: String, resourceGroupName: String, streamingPolicyName: String): GetStreamingPolicyResult

Return

A Streaming Policy resource

Parameters

accountName

The Media Services account name.

resourceGroupName

The name of the resource group within the Azure subscription.

streamingPolicyName

The Streaming Policy name.

See also


Return

A Streaming Policy resource

Parameters

argument

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

See also