GetLiveOutputPlainArgs

data class GetLiveOutputPlainArgs(val accountName: String, val liveEventName: String, val liveOutputName: String, val resourceGroupName: String) : ConvertibleToJava<GetLiveOutputPlainArgs>

Constructors

Link copied to clipboard
constructor(accountName: String, liveEventName: String, liveOutputName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The Media Services account name.

Link copied to clipboard

The name of the live event, maximum length is 32.

Link copied to clipboard

The name of the live output.

Link copied to clipboard

The name of the resource group within the Azure subscription.

Functions

Link copied to clipboard
open override fun toJava(): GetLiveOutputPlainArgs