ListVideoContentTokenPlainArgs

data class ListVideoContentTokenPlainArgs(val accountName: String, val resourceGroupName: String, val videoName: String) : ConvertibleToJava<ListVideoContentTokenPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The Azure Video Analyzer account name.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The Video name.

Functions

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