GetAssetEncryptionKeyPlainArgs

data class GetAssetEncryptionKeyPlainArgs(val accountName: String, val assetName: String, val resourceGroupName: String) : ConvertibleToJava<GetAssetEncryptionKeyPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The Media Services account name.

Link copied to clipboard

The Asset name.

Link copied to clipboard

The name of the resource group within the Azure subscription.

Functions

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