ListEdgeModuleProvisioningTokenPlainArgs

data class ListEdgeModuleProvisioningTokenPlainArgs(val accountName: String, val edgeModuleName: String, val expirationDate: String, val resourceGroupName: String) : ConvertibleToJava<ListEdgeModuleProvisioningTokenPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The Azure Video Analyzer account name.

Link copied to clipboard

The Edge Module name.

Link copied to clipboard

The desired expiration date of the registration token. The Azure Video Analyzer IoT edge module must be initialized and connected to the Internet prior to the token expiration date.

Link copied to clipboard

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

Functions

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