get Streaming Policy
Get the details of a Streaming Policy in the Media Services account 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
See also
Parameters
account Name
The Media Services account name.
resource Group Name
The name of the resource group within the Azure subscription.
streaming Policy Name
The Streaming Policy name.
suspend fun getStreamingPolicy(argument: suspend GetStreamingPolicyPlainArgsBuilder.() -> Unit): GetStreamingPolicyResult
Return
A Streaming Policy resource
See also
Parameters
argument
Builder for com.pulumi.azurenative.media.kotlin.inputs.GetStreamingPolicyPlainArgs.