GetTransformPlainArgs

data class GetTransformPlainArgs(val accountName: String, val resourceGroupName: String, val transformName: String) : ConvertibleToJava<GetTransformPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The Media Services account name.

Link copied to clipboard

The name of the resource group within the Azure subscription.

Link copied to clipboard

The Transform name.

Functions

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