get Live Output
Gets a live output. Uses Azure REST API version 2022-11-01.
Return
The Live Output.
Parameters
argument
null
suspend fun getLiveOutput(accountName: String, liveEventName: String, liveOutputName: String, resourceGroupName: String): GetLiveOutputResult
Return
The Live Output.
Parameters
account Name
The Media Services account name.
live Event Name
The name of the live event, maximum length is 32.
live Output Name
The name of the live output.
resource Group Name
The name of the resource group within the Azure subscription.
See also
suspend fun getLiveOutput(argument: suspend GetLiveOutputPlainArgsBuilder.() -> Unit): GetLiveOutputResult
Return
The Live Output.
Parameters
argument
Builder for com.pulumi.azurenative.media.kotlin.inputs.GetLiveOutputPlainArgs.